public class TTTHypothesis.GraphView extends Object implements Graph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>
SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>| 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, waitasNormalGraphadjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamiterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliteratorpublic Collection<? extends TTTState<I,D>> getNodes()
getNodes in interface SimpleGraph<TTTState<I,D>>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>>getGraphDOTHelper in interface SimpleGraph<TTTState<I,D>>Copyright © 2015. All Rights Reserved.