rwth.i2.ltl2ba4j.model
Interface IState

All Known Implementing Classes:
State

public interface IState

Author:
Eric Bodden IState

Method Summary
 boolean equals(Object obj)
          Clients should implement this method, since the implementation uses HashSets, which require a proper notion of equality.
 String getLabel()
           
 int hashCode()
          Clients should implement this method, since the implementation uses HashSets, which require a proper hash code.
 boolean isFinal()
           
 boolean isInitial()
           
 

Method Detail

getLabel

String getLabel()
Returns:
Label of this state.

isInitial

boolean isInitial()
Returns:
true iff this state is the initial state

isFinal

boolean isFinal()
Returns:
true iff this state is final

equals

boolean equals(Object obj)
Clients should implement this method, since the implementation uses HashSets, which require a proper notion of equality.

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)

hashCode

int hashCode()
Clients should implement this method, since the implementation uses HashSets, which require a proper hash code.

Overrides:
hashCode in class Object
See Also:
Object.hashCode()


Eric Bodden, RWTH Aachen University, 2005.