public class TTTHypothesis.GraphView extends Object implements net.automatalib.graphs.Graph<TTTState<I,D>,TTTHypothesis.TTTEdge<I,D>>
Constructor and Description |
---|
GraphView() |
Modifier and Type | Method and Description |
---|---|
net.automatalib.graphs.dot.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, wait
adjacentTargetsIterator, adjacentTargetsStream, getAdjacentTargets, getEdgesBetween, outgoingEdges, outgoingEdgesIterator, outgoingEdgesStream
iterator, nodeIDs, nodesStream, size
adjacentTargets, createDynamicNodeMapping, createStaticNodeMapping, isConnected
forEach, spliterator
public Collection<? extends TTTState<I,D>> getNodes()
public Collection<? extends TTTHypothesis.TTTEdge<I,D>> getOutgoingEdges(TTTState<I,D> node)
Copyright © 2016. All rights reserved.