Uses of Class
choco.kernel.model.constraints.automaton.State

Packages that use State
choco.kernel.model.constraints.automaton   
 

Uses of State in choco.kernel.model.constraints.automaton
 

Fields in choco.kernel.model.constraints.automaton declared as State
protected  State LayeredDFA.initState
           
protected  State LayeredDFA.lastState
           
 

Fields in choco.kernel.model.constraints.automaton with type parameters of type State
protected  Hashtable<State,BitSet> State.hashPred
           
 

Methods in choco.kernel.model.constraints.automaton that return State
 State LayeredDFA.addState(int level)
           
 State LayeredDFA.cloneState(State origin)
           
 State LayeredDFA.cloneState(State origin, Hashtable<State,State> clonedStates, ArrayList<State> newStates)
           
 State LayeredDFA.getInitState()
           
 State LayeredDFA.getLastState()
           
protected  State State.getNext(int value)
           
 State LayeredDFA.makeState(LayeredDFA auto, int level)
           
 State LayeredDFA.makeState(State origin)
           
 

Methods in choco.kernel.model.constraints.automaton with parameters of type State
protected  boolean State.addNext(State st, int value)
           
 void LayeredDFA.addTransition(State st1, State st2, int transition)
           
protected  void State.ajoutInTransition(State st, int value)
           
 void State.clonePred(State origin)
           
 State LayeredDFA.cloneState(State origin)
           
 State LayeredDFA.cloneState(State origin, Hashtable<State,State> clonedStates, ArrayList<State> newStates)
           
 boolean State.equals(State st)
           
protected  boolean State.equalState(State st)
           
 State LayeredDFA.makeState(State origin)
           
 void LayeredDFA.mergeStates(State st1, State st_supp)
           
 void LayeredDFA.removeState(State st)
           
protected  void State.remplaceNext(State st, BitSet bs)
           
protected  void State.remplaceRef(State st1)
           
protected  void State.retraitTransition(State st, int value)
           
 void LayeredDFA.setInitState(State init)
           
 void LayeredDFA.setLastState(State last)
           
 

Method parameters in choco.kernel.model.constraints.automaton with type arguments of type State
 State LayeredDFA.cloneState(State origin, Hashtable<State,State> clonedStates, ArrayList<State> newStates)
           
 State LayeredDFA.cloneState(State origin, Hashtable<State,State> clonedStates, ArrayList<State> newStates)
           
 State LayeredDFA.cloneState(State origin, Hashtable<State,State> clonedStates, ArrayList<State> newStates)
           
 void LayeredDFA.minimize(ArrayList<State> newStates)
           
 

Constructors in choco.kernel.model.constraints.automaton with parameters of type State
State(State origin)
           
 



Copyright © 2012. All Rights Reserved.