cz.cuni.amis.fsm
Class FSMDotPrinter
java.lang.Object
cz.cuni.amis.fsm.FSMDotPrinter
public class FSMDotPrinter
- extends Object
Printer creating a Graphviz .dot file from the instantiated FSM.
- Author:
- ik
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FSMDotPrinter
public FSMDotPrinter()
print
public static void print(FSM fsm,
OutputStream out,
String graphName)
- Print the FSM in a Graphviz .dot format.
- Parameters:
fsm - FSM to printout - output stream where the dot will be printedgraphName - name of the FSM graph
print
public static void print(Class<IFSMState> initialStateClass,
OutputStream out,
String graphName)
printUsage
protected static void printUsage()
main
public static void main(String[] args)
throws FileNotFoundException,
IOException
- Throws:
FileNotFoundException
IOException
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.