rwth.i2.ltl2ba4j.formula
Interface IProposition

All Superinterfaces:
IFormula
All Known Implementing Classes:
Proposition

public interface IProposition
extends IFormula

Author:
Eric Bodden IFormula

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.
 

Method Detail

getLabel

String getLabel()
Returns:
the label

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.