R - the result typeT - the type ot transitionerpublic interface Exporter<R,N extends Node,M extends Message,T extends Transitioner<N,M,? extends Transition<N,M>>>
Transitioner to
a given result type.| Modifier and Type | Method and Description |
|---|---|
R |
export(T transitioner)
Exports the current contents of the transitioner
to the given output format.
|
void |
exportToFile(T transitioner,
Path outputFile)
Exports the current contents of the transitioner
to the given output file.
|
Copyright © 2019 state-machine. All rights reserved.