|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.Transition
public class Transition
Transition
This class represents a transition of a probabilistic system. Each transition is created from the following parameters :Copyright(c) 2005 Université Laval, LSFM research group.
ProbSystem
Constructor Summary | |
---|---|
Transition(Interval startingStates,
Interval endingStates,
ExpressionProgram exp,
java.lang.String action)
Initialization constructor |
Method Summary | |
---|---|
java.lang.String |
getAction()
Get the associated action |
Interval |
getEndingStates()
Get the interval representing all the ending states |
ExpressionProgram |
getExp()
Returns the mathematical expression representing the repartition function of the states |
Interval |
getStartingStates()
Get the interval representing all the starting states |
java.lang.String |
toString()
Returns a string representing the transition in the form : (STARTING STATES) -[(ACTION)]-> (EXPRESSION):(ENDING STATES) Example: [0,1] -[up]-> x*y:[0,1] |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Transition(Interval startingStates, Interval endingStates, ExpressionProgram exp, java.lang.String action)
startingStates
- an interval representing all the starting statesendingStates
- an interval representing all the ending statesexp
- a mathical expression representing the repartition function of the statesaction
- the action associated with the transitionMethod Detail |
---|
public java.lang.String getAction()
public Interval getStartingStates()
public Interval getEndingStates()
public ExpressionProgram getExp()
ExpressionFunction
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |