org.eclipse.stp.core.internal.introspection.query
Interface IModelQuery

All Known Implementing Classes:
AttributesExpression, CombinedQuery, StructuralFeatureExpression

public interface IModelQuery


Method Summary
 void addChildQuery(IModelQuery aMoreSpecificQuery)
           
 boolean applyDelta(org.eclipse.emf.ecore.EObject anObject)
           
 java.util.Set getChildren()
           
 int getType()
           
 boolean matches(org.eclipse.emf.ecore.EObject theObject)
           
 java.util.List matches(java.util.List theSearchSet)
           
 void removeUntouched(SCAObject anObject, org.eclipse.emf.ecore.EStructuralFeature feature)
           
 

Method Detail

addChildQuery

void addChildQuery(IModelQuery aMoreSpecificQuery)

getChildren

java.util.Set getChildren()

matches

java.util.List matches(java.util.List theSearchSet)

matches

boolean matches(org.eclipse.emf.ecore.EObject theObject)

applyDelta

boolean applyDelta(org.eclipse.emf.ecore.EObject anObject)

removeUntouched

void removeUntouched(SCAObject anObject,
                     org.eclipse.emf.ecore.EStructuralFeature feature)

getType

int getType()