org.eclipse.stp.core.internal.introspection.query
Class AttributesExpression

java.lang.Object
  extended by org.eclipse.stp.core.internal.introspection.query.CombinedQuery
      extended by org.eclipse.stp.core.internal.introspection.query.AttributesExpression
All Implemented Interfaces:
IModelQuery

public class AttributesExpression
extends CombinedQuery
implements IModelQuery


Constructor Summary
AttributesExpression(AttributeSet theExpectedAttributes)
           
 
Method Summary
 boolean applyDelta(org.eclipse.emf.ecore.EObject anObject)
           
 boolean matches(org.eclipse.emf.ecore.EObject anObject)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.stp.core.internal.introspection.query.CombinedQuery
addChildQuery, applyChildrenDelta, calculateUntouchedElements, getChildren, getType, matches, removeUntouched, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.stp.core.internal.introspection.query.IModelQuery
addChildQuery, getChildren, getType, matches, removeUntouched
 

Constructor Detail

AttributesExpression

public AttributesExpression(AttributeSet theExpectedAttributes)
Method Detail

matches

public boolean matches(org.eclipse.emf.ecore.EObject anObject)
Specified by:
matches in interface IModelQuery
Overrides:
matches in class CombinedQuery

applyDelta

public boolean applyDelta(org.eclipse.emf.ecore.EObject anObject)
Specified by:
applyDelta in interface IModelQuery
Overrides:
applyDelta in class CombinedQuery

toString

public java.lang.String toString()
Overrides:
toString in class CombinedQuery