I - the input typeT - the type ot transitionerpublic interface Importer<I,N extends Node,M extends Message,T extends Transitioner<N,M,? extends Transition<N,M>>>
Transitioner from
a given input source.| Modifier and Type | Method and Description |
|---|---|
T |
parse(I input)
Parses the given input format containing
the information allowing to deserialize
the transitioner.
|
T |
parseFile(Path inputFile)
Parses the contents of the input
file containing the information allowing
to build the transitioner.
|
Copyright © 2019 state-machine. All rights reserved.