Uses of Class
net.automatalib.serialization.saf.AutomatonType
-
-
Uses of AutomatonType in net.automatalib.serialization.saf
Methods in net.automatalib.serialization.saf that return AutomatonType Modifier and Type Method Description static AutomatonTypeAutomatonType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutomatonType[]AutomatonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.automatalib.serialization.saf with parameters of type AutomatonType Modifier and Type Method Description <I,SP,TP>
voidSAFOutput. writeAutomaton(UniversalAutomaton<?,I,?,SP,TP> source, Alphabet<I> alphabet, AutomatonType expectedType, BlockPropertyEncoder<? super SP> spEncoder, SinglePropertyEncoder<? super TP> tpEncoder)voidSAFOutput. writeHeader(AutomatonType type)
-