Uses of Class
data.Transition

Packages that use Transition
data   
engin   
ui   
 

Uses of Transition in data
 

Methods in data that return Transition
 Transition ProbSystemHash.getTransition(java.lang.String act, Interval init, Interval end)
          Returns the transition associated with the specified triplet.
 Transition[] ProbSystem.getTransitions()
          Returns a list containing all the transitions of the system.
 Transition[] ProbSystemHash.getTransitions()
          Returns all the transitions of the system into a simple array
 Transition[] ProbSystemMtbdd.getTransitions()
          Retourne toutes les transitions.
 

Methods in data with parameters of type Transition
 void ProbSystem.addTransition(Transition t)
          Add a new transition to the system
 void ProbSystemHash.addTransition(Transition t)
          Adds a transition to the system and the associations if the transition is not already present in the system.
 void ProbSystemMtbdd.addTransition(Transition t)
          Ajoute la transition ainsi que les associations si la transition n'est pas déja dans le système.
 void ProbSystem.addTransition(Transition t, boolean verify)
          Add a new transition to the system, but the system integrity verification can be skipped to accelerate loading.
 void ProbSystemHash.addTransition(Transition t, boolean verify)
          Adds a transition to the system and the associations if the transition is not already present in the system.
 void ProbSystemMtbdd.addTransition(Transition t, boolean verify)
          Ajoute la transition ainsi que les associations si la transition n'est pas déja dans le système.
 void ProbSystem.removeTransition(Transition t)
          Remove the specified transition from the system.
 void ProbSystemHash.removeTransition(Transition t)
          Removes the transition from the system
 void ProbSystemMtbdd.removeTransition(Transition t)
          Enleve une transition.
 

Uses of Transition in engin
 

Methods in engin with parameters of type Transition
 boolean Engin.highestPForTransition(Transition transition, double q)
          Returns true if q is the highest probability of the transition.
 

Uses of Transition in ui
 

Constructors in ui with parameters of type Transition
TransitionDialog(javax.swing.JFrame parent, Transition transition, java.util.ArrayList expr, java.util.ArrayList act, java.util.ArrayList start, java.util.ArrayList end)
          Constructor with specified initial values for each field.