public static class MealyMachine.MealyGraphView<S,I,T,O,A extends MealyMachine<S,I,T,O>> extends UniversalAutomatonGraphView<S,I,T,Void,O,A>
inputsautomaton| Constructor and Description |
|---|
MealyGraphView(A automaton,
Collection<? extends I> inputs) |
| Modifier and Type | Method and Description |
|---|---|
GraphDOTHelper<S,? super TransitionEdge<I,T>> |
getGraphDOTHelper() |
create, create, getEdgeProperty, getNodePropertycreateTransitionEdges, getOutgoingEdges, getTargetcreateDynamicNodeMapping, createStaticNodeMapping, getNodes, iterator, nodeIDs, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorcreateDynamicNodeMapping, createStaticNodeMapping, getEdgesBetween, getOutgoingEdges, getTargetpublic MealyGraphView(A automaton, Collection<? extends I> inputs)
public GraphDOTHelper<S,? super TransitionEdge<I,T>> getGraphDOTHelper()
getGraphDOTHelper in interface Graph<S,TransitionEdge<I,T>>getGraphDOTHelper in class AutomatonGraphView<S,I,T,A extends MealyMachine<S,I,T,O>>Copyright © 2015. All rights reserved.