public class DTLearnerHypothesis.GraphView extends Object implements Graph<HState<I,O,SP,TP>,HTransition<I,O,SP,TP>>, NodeIDs<HState<I,O,SP,TP>>
| Constructor and Description |
|---|
GraphView() |
| Modifier and Type | Method and Description |
|---|---|
GraphDOTHelper<HState<I,O,SP,TP>,HTransition<I,O,SP,TP>> |
getGraphDOTHelper() |
HState<I,O,SP,TP> |
getNode(int id) |
int |
getNodeId(HState<I,O,SP,TP> node) |
Collection<HState<I,O,SP,TP>> |
getNodes() |
Collection<HTransition<I,O,SP,TP>> |
getOutgoingEdges(HState<I,O,SP,TP> node) |
HState<I,O,SP,TP> |
getTarget(HTransition<I,O,SP,TP> edge) |
NodeIDs<HState<I,O,SP,TP>> |
nodeIDs() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDynamicNodeMapping, createStaticNodeMapping, getEdgesBetweenforEach, spliteratorpublic Collection<HTransition<I,O,SP,TP>> getOutgoingEdges(HState<I,O,SP,TP> node)
getOutgoingEdges in interface IndefiniteGraph<HState<I,O,SP,TP>,HTransition<I,O,SP,TP>>Copyright © 2015. All Rights Reserved.