IBM Rational Software Modeler
Release 6.0

Package com.ibm.xtools.emf.query.conditions.eobjects

EMF Query Conditions EObjects.

See:
          Description

Interface Summary
IEObjectSource An interface the represents an EObject source/supplier.
 

Class Summary
ENot An EObjectCondition that negates the result of evaluation of another EObjectCondition.
EObjectCondition A subclass and the counterpart of a Condition object to be used on EObject arguments.
EObjectConditionAdapter This is an adapter class that takes in a Condition object and wraps it in order to adapt it to an EObjectCondition.
EObjectConditionDelegator A utility EObjectCondition class to act as a place holder for another EObjectCondition condition object where all the calls to it is simply forwarded to the wrapped EObjectCondition.
EObjectInstanceCondition A EObjectCondition that tests whether the argument eObject instance equals a given eObject.
EObjectTypeRelationCondition An EObjectCondition specilaization to be used for evaluating the inheritance/type relationship of an EObject to another using the EObjects' EClasses.
IN An EObjectCondition specialization used to test whether a given EObject is present in a collection of EObjects
TypeRelation An enumerator for the kinds of relatioships between EClasses/types.
 

Package com.ibm.xtools.emf.query.conditions.eobjects Description

EMF Query Conditions EObjects.

Package Specification

This package exposes the basic EObject based Condition objects that are used to formulate queries for EMF models.


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.