|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.xtools.emf.query.conditions.Condition
com.ibm.xtools.emf.query.conditions.ObjectInstanceCondition
A Condition
that tests whether the argument object instance
equals a given object.
Field Summary |
Fields inherited from class com.ibm.xtools.emf.query.conditions.Condition |
FALSE, TRUE |
Constructor Summary | |
ObjectInstanceCondition(Object object)
A simple constructor. |
Method Summary | |
protected Object |
getObject()
A getter function for the Object instance used by this
ObjectInstanceCondition |
boolean |
isSatisfied(Object obj)
Tests whether the argument Object instance equals this
ObjectInstanceCondition 's own Object
instance. |
Methods inherited from class com.ibm.xtools.emf.query.conditions.Condition |
AND, EQUIVALENT, IMPLIES, OR, XOR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectInstanceCondition(Object object)
object
- The given object instance to test equality forMethod Detail |
public boolean isSatisfied(Object obj)
Object
instance equals this
ObjectInstanceCondition
's own Object
instance.
isSatisfied
in class Condition
obj
- an Object to check if it satisfies this Condition
true
if the argument Object satisfies this
Condition
,false
otherwise.Condition.isSatisfied(java.lang.Object)
protected final Object getObject()
Object
instance used by this
ObjectInstanceCondition
Object
the given object instance which we test
equality for
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.