Uses of Interface
org.eclipse.emf.query.conditions.eobjects.structuralfeatures.IEStructuralFeatureValueGetter

Packages that use IEStructuralFeatureValueGetter
org.eclipse.emf.query.conditions.eobjects.structuralfeatures EMF Query Conditions EStructuralFeatures.  
org.eclipse.emf.query.ocl.conditions Object Constraint Language extensions to the EMF Query Conditions framework.  
org.eclipse.emf.query.statements This package contains usable query statements and their required clauses.  
 

Uses of IEStructuralFeatureValueGetter in org.eclipse.emf.query.conditions.eobjects.structuralfeatures
 

Classes in org.eclipse.emf.query.conditions.eobjects.structuralfeatures that implement IEStructuralFeatureValueGetter
 class EStructuralFeatureValueGetter
          A default implementation of the IEStructuralFeatureValueGetter interface.
 

Methods in org.eclipse.emf.query.conditions.eobjects.structuralfeatures that return IEStructuralFeatureValueGetter
static IEStructuralFeatureValueGetter EStructuralFeatureValueGetter.getInstance()
           
 

Constructors in org.eclipse.emf.query.conditions.eobjects.structuralfeatures with parameters of type IEStructuralFeatureValueGetter
EObjectStructuralFeatureValueCondition(PruneHandler pruneHandler, EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EStructuralFeature feature, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, boolean resolve, Condition valueCondition, ConditionPolicy policy)
          The constructor of this EObjectStructuralFeatureValueCondition object, it initializes it with the proper values.
EObjectReferencerCondition(org.eclipse.emf.ecore.EObject referencedEObject, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferencerCondition(org.eclipse.emf.ecore.EObject referencedEObject, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, PruneHandler pruneHandler)
          * A constructor, initializes this EObjectReferencerCondition with the passed arguments.
EObjectReferenceValueCondition(org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, boolean resolve)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectReferenceValueCondition(PruneHandler pruneHandler, EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EReference reference, EObjectCondition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, boolean resolve)
          A constructor that initializes this EObjectReferenceValueCondition with the passed values.
EObjectAttributeValueCondition(org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, boolean resolve)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
EObjectAttributeValueCondition(PruneHandler pruneHandler, EObjectCondition contextEObjectCondition, org.eclipse.emf.ecore.EAttribute attribute, Condition valueCondition, ConditionPolicy policy, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, boolean resolve)
          A constructor that initializes this EObjectAttributeValueCondition with the passed values.
 

Uses of IEStructuralFeatureValueGetter in org.eclipse.emf.query.ocl.conditions
 

Methods in org.eclipse.emf.query.ocl.conditions that return IEStructuralFeatureValueGetter
 IEStructuralFeatureValueGetter OCLCondition.getEStructuralFeatureValueGetter()
          Retrieves the strategy used by this OCLCondition to access the values of EStructuralFeatures of model elements.
 

Methods in org.eclipse.emf.query.ocl.conditions with parameters of type IEStructuralFeatureValueGetter
 void OCLCondition.setEStructuralFeatureValueGetter(IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          Assigns the strategy to be used by this OCLCondition to access the values of EStructuralFeatures of model elements.
 

Constructors in org.eclipse.emf.query.ocl.conditions with parameters of type IEStructuralFeatureValueGetter
OCLConstraintCondition(java.lang.String oclExpressionString, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          Initializes a constraint condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, and an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression.
OCLConstraintCondition(java.lang.String oclExpressionString, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, PruneHandler pruneHandler)
          Initializes a constraint condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLConstraintCondition(org.eclipse.emf.ocl.query.Query oclQuery, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, PruneHandler pruneHandler)
          Initializes a constraint condition with a compiled OCL query, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of StructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLCondition(java.lang.String oclExpressionString, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
          Initializes a query condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, and an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression.
OCLCondition(java.lang.String oclExpressionString, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, PruneHandler pruneHandler)
          Initializes a query condition with an OCL expression string, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
OCLCondition(org.eclipse.emf.ocl.query.Query oclQuery, org.eclipse.emf.ecore.EClass contextEObjectType, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter, PruneHandler pruneHandler)
          Initializes a query condition with a compiled OCL query, an EClass representing the EObject type which the OCL expression uses as a context, an IEStructuralFeatureValueGetter to use to get values of EStructuralFeatures referenced by the OCL expression, and a PruneHandler to consult for pruning the content tree.
 

Uses of IEStructuralFeatureValueGetter in org.eclipse.emf.query.statements
 

Constructors in org.eclipse.emf.query.statements with parameters of type IEStructuralFeatureValueGetter
FROM(IEObjectSource eObjectSource, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
FROM(org.eclipse.emf.ecore.EObject eObject, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
FROM(java.util.Collection eObjects, EObjectCondition filterCondition, IteratorKind iteratorKind, IEStructuralFeatureValueGetter eStructuralFeatureValueGetter)
           
 


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