public class AbstractTTTHypothesis.GraphView extends Object implements net.automatalib.graphs.Graph<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>>
| Constructor and Description |
|---|
GraphView() |
| Modifier and Type | Method and Description |
|---|---|
Collection<TTTState<I,D>> |
getNodes() |
Collection<AbstractTTTHypothesis.TTTEdge<I,D>> |
getOutgoingEdges(TTTState<I,D> node) |
TTTState<I,D> |
getTarget(AbstractTTTHypothesis.TTTEdge<I,D> edge) |
net.automatalib.visualization.VisualizationHelper<TTTState<I,D>,AbstractTTTHypothesis.TTTEdge<I,D>> |
getVisualizationHelper() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStreamiterator, nodeIDs, nodesStream, sizeadjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnectedforEach, spliteratorpublic Collection<TTTState<I,D>> getNodes()
public Collection<AbstractTTTHypothesis.TTTEdge<I,D>> getOutgoingEdges(TTTState<I,D> node)
Copyright © 2018. All rights reserved.