Uses of Class
de.learnlib.example.mealy.ExampleCoffeeMachine.Input
-
Packages that use ExampleCoffeeMachine.Input Package Description de.learnlib.example.mealy -
-
Uses of ExampleCoffeeMachine.Input in de.learnlib.example.mealy
Methods in de.learnlib.example.mealy with type parameters of type ExampleCoffeeMachine.Input Modifier and Type Method Description static <S,T,A extends MutableMealyMachine<S,? super ExampleCoffeeMachine.Input,T,? super String>>
AExampleCoffeeMachine. constructMachine(A machine)Construct and return a machine representation of this example.Methods in de.learnlib.example.mealy that return ExampleCoffeeMachine.Input Modifier and Type Method Description static ExampleCoffeeMachine.InputExampleCoffeeMachine.Input. valueOf(String name)Returns the enum constant of this type with the specified name.static ExampleCoffeeMachine.Input[]ExampleCoffeeMachine.Input. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.learnlib.example.mealy that return types with arguments of type ExampleCoffeeMachine.Input Modifier and Type Method Description static CompactMealy<ExampleCoffeeMachine.Input,String>ExampleCoffeeMachine. constructMachine()static Alphabet<ExampleCoffeeMachine.Input>ExampleCoffeeMachine. createInputAlphabet()
-