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