Package org.drools.beliefs.graph.impl
Interface GraphStore<T>
-
- All Superinterfaces:
java.lang.Iterable<GraphNode<T>>
- All Known Implementing Classes:
ListGraphStore,MapGraphStore
public interface GraphStore<T> extends java.lang.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()
-