Uses of Class
net.automatalib.AutomataLibProperty
-
Packages that use AutomataLibProperty Package Description net.automatalib The main AutomataLib package. -
-
Uses of AutomataLibProperty in net.automatalib
Methods in net.automatalib that return AutomataLibProperty Modifier and Type Method Description static AutomataLibProperty
AutomataLibProperty. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutomataLibProperty[]
AutomataLibProperty. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.automatalib with parameters of type AutomataLibProperty Modifier and Type Method Description @Nullable String
AutomataLibSettings. getProperty(AutomataLibProperty property)
String
AutomataLibSettings. getProperty(AutomataLibProperty property, String defaultValue)
-