Uses of Class
morfologik.fsa.builders.FSABuilder.InfoEntry
-
Packages that use FSABuilder.InfoEntry Package Description morfologik.fsa.builders -
-
Uses of FSABuilder.InfoEntry in morfologik.fsa.builders
Fields in morfologik.fsa.builders with type parameters of type FSABuilder.InfoEntry Modifier and Type Field Description private java.util.TreeMap<FSABuilder.InfoEntry,java.lang.Object>
FSABuilder. info
Information about the automaton and its compilation.Methods in morfologik.fsa.builders that return FSABuilder.InfoEntry Modifier and Type Method Description static FSABuilder.InfoEntry
FSABuilder.InfoEntry. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FSABuilder.InfoEntry[]
FSABuilder.InfoEntry. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in morfologik.fsa.builders that return types with arguments of type FSABuilder.InfoEntry Modifier and Type Method Description java.util.Map<FSABuilder.InfoEntry,java.lang.Object>
FSABuilder. getInfo()
-