Uses of Class
org.xcsp.common.structures.Automaton
-
Packages that use Automaton Package Description org.xcsp.modeler.api org.xcsp.modeler.implementation -
-
Uses of Automaton in org.xcsp.modeler.api
Methods in org.xcsp.modeler.api that return Automaton Modifier and Type Method Description default AutomatonProblemAPIBase. automaton(String startState, String transitions, String... finalStates)Builds anAutomatonfrom the specified transitions, start and final states.default AutomatonProblemAPIBase. automaton(String startState, Transition[] transitions, String... finalStates)Builds anAutomatonfrom the specified transitions, start and final states.default AutomatonProblemAPIBase. automaton(String startState, Transitions transitions, String... finalStates)Builds anAutomatonfrom the specified transitions, start and final states.Methods in org.xcsp.modeler.api with parameters of type Automaton Modifier and Type Method Description default CtrEntities.CtrEntityProblemAPI. regular(IVar.Var[] scp, Automaton automaton)Builds a constraintregularfrom the specified scope and the specified automaton. -
Uses of Automaton in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation with parameters of type Automaton Modifier and Type Method Description abstract CtrEntities.CtrEntityProblemIMP. regular(IVar.Var[] list, Automaton automaton)CtrEntities.CtrAloneProblemIMP3. regular(IVar.Var[] list, Automaton automaton)
-