Package org.drools.beliefs.graph.impl
Interface GraphStore<T>
-
- All Known Implementing Classes:
ListGraphStore,MapGraphStore
public interface GraphStore<T> extends Iterable<GraphNode<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphNode<T>addNode()GraphNode<T>getNode(int id)GraphNode<T>removeNode(int id)intsize()-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-