Package org.jacop.util.fsm
Class FSMTransition
- java.lang.Object
-
- org.jacop.util.fsm.FSMTransition
-
public class FSMTransition extends java.lang.Object- Version:
- 4.8
-
-
Constructor Summary
Constructors Constructor Description FSMTransition(IntDomain domain, FSMState state)It constructs a finite machine state transition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FSMTransitiondeepClone(java.util.Set<FSMState> states)It performs a clone of a transition with copying the attributes too.booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
deepClone
public FSMTransition deepClone(java.util.Set<FSMState> states)
It performs a clone of a transition with copying the attributes too.- Parameters:
states- a list of states which have been already copied.- Returns:
- the transition clone.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-