|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ontopia.utils.EqualsDecider
public class EqualsDecider
INTERNAL: Decider whether the reference object is equal the given object. The implementation uses the Object.equals method.
Constructor Summary | |
---|---|
EqualsDecider(java.lang.Object refobj)
|
Method Summary | |
---|---|
boolean |
ok(java.lang.Object object)
PUBLIC: Returns true if the object is accepted. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EqualsDecider(java.lang.Object refobj)
Method Detail |
---|
public boolean ok(java.lang.Object object)
DeciderIF
ok
in interface DeciderIF
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |