Package org.eclipse.emf.query.conditions.eobjects.structuralfeatures

EMF Query Conditions EStructuralFeatures.

See:
          Description

Interface Summary
IEStructuralFeatureValueGetter An interface used to allow clients more control over the process of iteracting with EObject being evaluated by some EObjectConditions.
 

Class Summary
EObjectAttributeValueCondition An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EAttribute
EObjectContainmentFeatureCondition A subclass of EObjectCondition that tests for the containing feature of a given EObject to see if it is the same as a specific EReference
EObjectReferencerCondition An EObjectCondition subclass that tests if a given EObject references another EObject.
EObjectReferenceValueCondition An EObjectStructuralFeatureValueCondition subclass used to handle evaluation of the value held by an EReference
EObjectStructuralFeatureCondition The base abstract class of all conditions pertaining to EStructuralFeatures.
EObjectStructuralFeatureValueCondition An EObjectStructuralFeatureCondition specialization and the base class of conditions that test for the values held by the various EStructuralFeature.
EStructuralFeatureValueGetter A default implementation of the IEStructuralFeatureValueGetter interface.
 

Package org.eclipse.emf.query.conditions.eobjects.structuralfeatures Description

EMF Query Conditions EStructuralFeatures.

Package Specification

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


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.