|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.ActInitialPair
public class ActInitialPair
ActInitialPair
This class will provide a key for the hash tables representing a transition. Two parameters are used to build the key : 1. The action applied to the transition 2. The initial state set of the transitionCopyright(c) 2005 Université Laval, LSFM research group.
Field Summary | |
---|---|
java.lang.String |
action
The action attached to the transition |
Interval |
initialStates
The initial state set of the transition |
Constructor Summary | |
---|---|
ActInitialPair(java.lang.String action,
Interval initialStates)
Constructor with the two parameters. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
Determines wether of not the specified object is identical to this pair. |
int |
hashCode()
Returns an integer representing the pair. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Interval initialStates
public java.lang.String action
Constructor Detail |
---|
public ActInitialPair(java.lang.String action, Interval initialStates)
action
- the action attached to the transition.initialStates
- the initial state of the transition.Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to verify.
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |