|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFluent
The IFluent interface is an adapter interface to wrap reasoner specific fluent representations.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
This method should return true if the fluent string representation is identical. |
java.lang.String |
getName()
Returns the name of the fluent. |
KIFTerm |
getTerm()
|
int |
hashCode()
The hashCode method should return the same unique hashCode in case the fluent string representation is identical. |
Method Detail |
---|
java.lang.String getName()
KIFTerm getTerm()
int hashCode()
hashCode
in class java.lang.Object
boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |