public class StatePair
extends java.lang.Object
InterfaceAutomaton.computeAlternatingSimulation(ptolemy.domains.modal.kernel.ia.InterfaceAutomaton)
Constructor and Description |
---|
StatePair(State first,
State second)
Construct an instance with the specified states.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Override the base class method to return true if the specified
object is an instance of StatePair and it contains the same
states as this one.
|
State |
first()
Return the first state in this pair.
|
int |
hashCode()
Override the base class method to ensure that the pairs that
are equal (according to the equals() method) have the same
hash code.
|
State |
second()
Return the second state in this pair.
|
java.lang.String |
toString()
Return a string representation of this pair.
|
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- An object to compare with this one.public State first()
public int hashCode()
hashCode
in class java.lang.Object
public State second()
public java.lang.String toString()
toString
in class java.lang.Object