public class TTTHypothesis.GraphView extends Object implements Graph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>
| Constructor and Description |
|---|
GraphView() |
| Modifier and Type | Method and Description |
|---|---|
GraphDOTHelper<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>> |
getGraphDOTHelper() |
Collection<? extends TTTState<I,D>> |
getNodes() |
Collection<? extends TTTHypothesis.TTTEdge<I,D>> |
getOutgoingEdges(TTTState<I,D> node) |
TTTState<I,D> |
getTarget(TTTHypothesis.TTTEdge<I,D> edge) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateDynamicNodeMapping, createStaticNodeMappingforEach, spliteratorpublic Collection<? extends TTTState<I,D>> getNodes()
public Collection<? extends TTTHypothesis.TTTEdge<I,D>> getOutgoingEdges(TTTState<I,D> node)
getOutgoingEdges in interface IndefiniteGraph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>public TTTState<I,D> getTarget(TTTHypothesis.TTTEdge<I,D> edge)
getTarget in interface IndefiniteGraph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>public GraphDOTHelper<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>> getGraphDOTHelper()
getGraphDOTHelper in interface Graph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>Copyright © 2015. All Rights Reserved.