Package org.drools.beliefs.graph
Interface Graph<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
-
-