@ParametersAreNonnullByDefault public class IncrementalDFATreeBuilder.GraphView extends AbstractIncrementalDFABuilder.AbstractGraphView<I,Node<I>,Edge<I>>
SimpleGraph.NormalGraphView<N,G extends SimpleGraph<N>>| Constructor and Description |
|---|
GraphView() |
| Modifier and Type | Method and Description |
|---|---|
Acceptance |
getAcceptance(Node<I> node) |
GraphDOTHelper<Node<I>,Edge<I>> |
getGraphDOTHelper() |
Node<I> |
getInitialNode() |
I |
getInputSymbol(Edge<I> edge) |
Collection<Node<I>> |
getNodes() |
Collection<Edge<I>> |
getOutgoingEdges(Node<I> node) |
Node<I> |
getTarget(Edge<I> 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<Node<I>> getNodes()
public Collection<Edge<I>> getOutgoingEdges(Node<I> node)
@Nonnull public Acceptance getAcceptance(Node<I> node)
@Nonnull public GraphDOTHelper<Node<I>,Edge<I>> getGraphDOTHelper()
getGraphDOTHelper in interface Graph<Node<I>,Edge<I>>getGraphDOTHelper in interface SimpleGraph<Node<I>>getGraphDOTHelper in class AbstractIncrementalDFABuilder.AbstractGraphView<I,Node<I>,Edge<I>>Copyright © 2015. All Rights Reserved.