Package org.drools.beliefs.graph
Interface Graph<T>
-
- All Superinterfaces:
java.lang.Iterable<GraphNode<T>>
- All Known Implementing Classes:
BayesNetwork,GraphImpl
public interface Graph<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()
-