Uses of Interface
org.eclipse.ocl.examples.pivot.ParameterableElement

Packages that use ParameterableElement
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.internal.operations   
org.eclipse.ocl.examples.pivot.util   
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.scope   
org.eclipse.ocl.examples.xtext.completeocl.scoping   
org.eclipse.ocl.examples.xtext.essentialocl.scoping   
 

Uses of ParameterableElement in org.eclipse.ocl.examples.pivot
 

Subinterfaces of ParameterableElement in org.eclipse.ocl.examples.pivot
 interface AnyType
          A representation of the model object 'Any Type'.
 interface AssociationClass
          A representation of the model object 'Association Class'.
 interface BagType
          A representation of the model object 'Bag Type'.
 interface Class
          A representation of the model object 'Class'.
 interface ClassifierType
          A representation of the model object 'Classifier Type'.
 interface CollectionType
          A representation of the model object 'Collection Type'.
 interface DataType
          A representation of the model object 'Data Type'.
 interface Enumeration
          A representation of the model object 'Enumeration'.
 interface ExpressionInOcl
          A representation of the model object 'Expression In Ocl'.
 interface InvalidType
          A representation of the model object 'Invalid Type'.
 interface Iteration
          A representation of the model object 'Iteration'.
 interface LambdaType
          A representation of the model object 'Lambda Type'.
 interface MessageType
          A representation of the model object 'Message Type'.
 interface OpaqueExpression
          A representation of the model object 'Opaque Expression'.
 interface Operation
          A representation of the model object 'Operation'.
 interface OrderedSetType
          A representation of the model object 'Ordered Set Type'.
 interface PackageableElement
          A representation of the model object 'Packageable Element'.
 interface PrimitiveType
          A representation of the model object 'Primitive Type'.
 interface Property
          A representation of the model object 'Property'.
 interface SequenceType
          A representation of the model object 'Sequence Type'.
 interface SetType
          A representation of the model object 'Set Type'.
 interface TemplateParameterType
          A representation of the model object 'Template Parameter Type'.
 interface TupleType
          A representation of the model object 'Tuple Type'.
 interface Type
          A representation of the model object 'Type'.
 interface UnspecifiedType
          A representation of the model object 'Unspecified Type'.
 interface ValueSpecification
          A representation of the model object 'Value Specification'.
 interface VoidType
          A representation of the model object 'Void Type'.
 

Methods in org.eclipse.ocl.examples.pivot that return ParameterableElement
 ParameterableElement TemplateParameterSubstitution.createOwnedActual(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ParameterableElement and sets the 'Owned Actual' containment reference.
 ParameterableElement TemplateParameter.createOwnedDefault(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ParameterableElement and sets the 'Owned Default' containment reference.
 ParameterableElement TemplateParameter.createOwnedParameteredElement(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ParameterableElement and sets the 'Owned Parametered Element' containment reference.
 ParameterableElement TemplateParameterSubstitution.getActual()
          Returns the value of the 'Actual' reference.
 ParameterableElement TemplateParameter.getDefault()
          Returns the value of the 'Default' reference.
 ParameterableElement TemplateParameterSubstitution.getOwnedActual()
          Returns the value of the 'Owned Actual' containment reference.
 ParameterableElement TemplateParameter.getOwnedDefault()
          Returns the value of the 'Owned Default' containment reference.
 ParameterableElement TemplateParameter.getOwnedParameteredElement()
          Returns the value of the 'Owned Parametered Element' containment reference.
 ParameterableElement TemplateParameter.getParameteredElement()
          Returns the value of the 'Parametered Element' reference.
 

Methods in org.eclipse.ocl.examples.pivot that return types with arguments of type ParameterableElement
 org.eclipse.emf.common.util.EList<ParameterableElement> TemplateableElement.parameterableElements()
          The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element.
 

Methods in org.eclipse.ocl.examples.pivot with parameters of type ParameterableElement
 void TemplateParameterSubstitution.setActual(ParameterableElement value)
          Sets the value of the 'Actual' reference.
 void TemplateParameter.setDefault(ParameterableElement value)
          Sets the value of the 'Default' reference.
 void TemplateParameterSubstitution.setOwnedActual(ParameterableElement value)
          Sets the value of the 'Owned Actual' containment reference.
 void TemplateParameter.setOwnedDefault(ParameterableElement value)
          Sets the value of the 'Owned Default' containment reference.
 void TemplateParameter.setOwnedParameteredElement(ParameterableElement value)
          Sets the value of the 'Owned Parametered Element' containment reference.
 void TemplateParameter.setParameteredElement(ParameterableElement value)
          Sets the value of the 'Parametered Element' reference.
 

Method parameters in org.eclipse.ocl.examples.pivot with type arguments of type ParameterableElement
 boolean StandardLibrary.conformsTo(Type firstType, Type secondType, java.util.Map<TemplateParameter,ParameterableElement> templateParameterSubstitutions)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.pivot.internal.impl
 

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement ParameterableElement
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 class AssociationClassImpl
          An implementation of the model object 'Association Class'.
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class ClassifierTypeImpl
          An implementation of the model object 'Classifier Type'.
 class ClassImpl
          An implementation of the model object 'Class'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class EnumerationImpl
          An implementation of the model object 'Enumeration'.
 class ExpressionInOclImpl
          An implementation of the model object 'Expression In Ocl'.
 class InvalidTypeImpl
          An implementation of the model object 'Invalid Type'.
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class LambdaTypeImpl
          An implementation of the model object 'Lambda Type'.
 class MessageTypeImpl
          An implementation of the model object 'Message Type'.
 class OpaqueExpressionImpl
          An implementation of the model object 'Opaque Expression'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 class OrderedSetTypeImpl
          An implementation of the model object 'Ordered Set Type'.
 class PackageableElementImpl
          An implementation of the model object 'Packageable Element'.
 class ParameterableElementImpl
          An implementation of the model object 'Parameterable Element'.
 class PrimitiveTypeImpl
          An implementation of the model object 'Primitive Type'.
 class PropertyImpl
          An implementation of the model object 'Property'.
 class SequenceTypeImpl
          An implementation of the model object 'Sequence Type'.
 class SetTypeImpl
          An implementation of the model object 'Set Type'.
 class TemplateParameterTypeImpl
          An implementation of the model object 'Template Parameter Type'.
 class TupleTypeImpl
          An implementation of the model object 'Tuple Type'.
 class TypeImpl
          An implementation of the model object 'Type'.
 class UnspecifiedTypeImpl
          An implementation of the model object 'Unspecified Type'.
 class ValueSpecificationImpl
          An implementation of the model object 'Value Specification'.
 class VoidTypeImpl
          An implementation of the model object 'Void Type'.
 

Fields in org.eclipse.ocl.examples.pivot.internal.impl declared as ParameterableElement
protected  ParameterableElement TemplateParameterSubstitutionImpl.actual
          The cached value of the 'Actual' reference.
protected  ParameterableElement TemplateParameterImpl.default_
          The cached value of the 'Default' reference.
protected  ParameterableElement TemplateParameterSubstitutionImpl.ownedActual
          The cached value of the 'Owned Actual' containment reference.
protected  ParameterableElement TemplateParameterImpl.ownedDefault
          The cached value of the 'Owned Default' containment reference.
protected  ParameterableElement TemplateParameterImpl.ownedParameteredElement
          The cached value of the 'Owned Parametered Element' containment reference.
protected  ParameterableElement TemplateParameterImpl.parameteredElement
          The cached value of the 'Parametered Element' reference.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return ParameterableElement
 ParameterableElement TemplateParameterSubstitutionImpl.basicGetActual()
           
 ParameterableElement TemplateParameterImpl.basicGetDefault()
           
 ParameterableElement OperationTemplateParameterImpl.basicGetParameteredElement()
           
 ParameterableElement TemplateParameterImpl.basicGetParameteredElement()
           
 ParameterableElement TypeTemplateParameterImpl.basicGetParameteredElement()
           
 ParameterableElement TemplateParameterSubstitutionImpl.createOwnedActual(org.eclipse.emf.ecore.EClass eClass)
           
 ParameterableElement TemplateParameterImpl.createOwnedDefault(org.eclipse.emf.ecore.EClass eClass)
           
 ParameterableElement TemplateParameterImpl.createOwnedParameteredElement(org.eclipse.emf.ecore.EClass eClass)
           
 ParameterableElement TemplateParameterSubstitutionImpl.getActual()
           
 ParameterableElement TemplateParameterImpl.getDefault()
           
 ParameterableElement TemplateParameterSubstitutionImpl.getOwnedActual()
           
 ParameterableElement TemplateParameterImpl.getOwnedDefault()
           
 ParameterableElement TemplateParameterImpl.getOwnedParameteredElement()
           
 ParameterableElement OperationTemplateParameterImpl.getParameteredElement()
           
 ParameterableElement TemplateParameterImpl.getParameteredElement()
           
 ParameterableElement TypeTemplateParameterImpl.getParameteredElement()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type ParameterableElement
 org.eclipse.emf.common.util.EList<ParameterableElement> OperationImpl.parameterableElements()
           
 org.eclipse.emf.common.util.EList<ParameterableElement> PackageImpl.parameterableElements()
           
 org.eclipse.emf.common.util.EList<ParameterableElement> TemplateableElementImpl.parameterableElements()
           
 org.eclipse.emf.common.util.EList<ParameterableElement> TypeImpl.parameterableElements()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type ParameterableElement
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterSubstitutionImpl.basicSetOwnedActual(ParameterableElement newOwnedActual, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterImpl.basicSetOwnedDefault(ParameterableElement newOwnedDefault, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterImpl.basicSetOwnedParameteredElement(ParameterableElement newOwnedParameteredElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OperationTemplateParameterImpl.basicSetParameteredElement(ParameterableElement newParameteredElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterImpl.basicSetParameteredElement(ParameterableElement newParameteredElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeTemplateParameterImpl.basicSetParameteredElement(ParameterableElement newParameteredElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TemplateParameterSubstitutionImpl.setActual(ParameterableElement newActual)
           
 void TemplateParameterImpl.setDefault(ParameterableElement newDefault)
           
 void TemplateParameterSubstitutionImpl.setOwnedActual(ParameterableElement newOwnedActual)
           
 void TemplateParameterImpl.setOwnedDefault(ParameterableElement newOwnedDefault)
           
 void TemplateParameterImpl.setOwnedParameteredElement(ParameterableElement newOwnedParameteredElement)
           
 void OperationTemplateParameterImpl.setParameteredElement(ParameterableElement newParameteredElement)
           
 void TemplateParameterImpl.setParameteredElement(ParameterableElement newParameteredElement)
           
 void TypeTemplateParameterImpl.setParameteredElement(ParameterableElement newParameteredElement)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.pivot.internal.operations
 

Methods in org.eclipse.ocl.examples.pivot.internal.operations that return types with arguments of type ParameterableElement
static org.eclipse.emf.common.util.EList<ParameterableElement> TemplateableElementOperations.parameterableElements(TemplateableElement templateableElement)
          The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element.
 

Methods in org.eclipse.ocl.examples.pivot.internal.operations with parameters of type ParameterableElement
static boolean ParameterableElementOperations.isTemplateParameter(ParameterableElement parameterableElement)
          The query isTemplateParameter() determines if this parameterable element is exposed as a formal template parameter.
 

Uses of ParameterableElement in org.eclipse.ocl.examples.pivot.util
 

Methods in org.eclipse.ocl.examples.pivot.util with parameters of type ParameterableElement
 T PivotSwitch.caseParameterableElement(ParameterableElement object)
          Returns the result of interpreting the object as an instance of 'Parameterable Element'.
 boolean PivotValidator.validateParameterableElement(ParameterableElement parameterableElement, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingVisitor.visitParameterableElement(ParameterableElement object)
           
 R AbstractExtendingVisitor.visitParameterableElement(ParameterableElement object)
           
 R AbstractNullVisitor.visitParameterableElement(ParameterableElement object)
           
 R Visitor.visitParameterableElement(ParameterableElement object)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.pivot.utilities
 

Fields in org.eclipse.ocl.examples.pivot.utilities with type parameters of type ParameterableElement
protected  java.util.Map<TemplateParameter,ParameterableElement> Pivot2MonikerVisitor.templateBindings
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return types with arguments of type ParameterableElement
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParametersAsBindings(org.eclipse.emf.ecore.EObject eObject)
           
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParameterSubstitutions(java.util.Map<TemplateParameter,ParameterableElement> map, TemplateableElement templateableElement)
           
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParameterSubstitutions(java.util.Map<TemplateParameter,ParameterableElement> bindings, Type argumentType, LambdaType lambdaType)
           
static java.util.List<ParameterableElement> PivotUtil.getTemplateParameterables(TemplateableElement templateableElement)
           
 

Methods in org.eclipse.ocl.examples.pivot.utilities with parameters of type ParameterableElement
 boolean TypeManager.isUnderspecified(ParameterableElement type)
          Retyurn true if this type involves an UnspecifiedType.
 

Method parameters in org.eclipse.ocl.examples.pivot.utilities with type arguments of type ParameterableElement
 void Abstract2Moniker.appendElement(Element element, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
 void Abstract2Moniker.appendLambdaType(Type contextType, java.util.List<? extends Type> parameterTypes, Type resultType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 void Abstract2Moniker.appendParameters(Operation operation, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
 void Pivot2Moniker.appendTemplateArguments(java.util.List<? extends ParameterableElement> templateArguments, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
 void Pivot2Moniker.appendTemplateArguments(java.util.List<? extends ParameterableElement> templateArguments, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
 void Abstract2Moniker.appendTemplateBindings(TemplateableElement templateableElement, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 int TypeManager.compareOperationMatches(Operation reference, java.util.Map<TemplateParameter,ParameterableElement> referenceBindings, Operation candidate, java.util.Map<TemplateParameter,ParameterableElement> candidateBindings)
          Return -ve if match1 is inferior to match2, +ve if match2 is inferior to match1, or zero if both matches are of equal validity.
 int TypeManager.compareOperationMatches(Operation reference, java.util.Map<TemplateParameter,ParameterableElement> referenceBindings, Operation candidate, java.util.Map<TemplateParameter,ParameterableElement> candidateBindings)
          Return -ve if match1 is inferior to match2, +ve if match2 is inferior to match1, or zero if both matches are of equal validity.
 boolean TypeManager.conformsTo(Type firstType, Type secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  boolean TypeManager.conformsToClassifierType(ClassifierType firstType, ClassifierType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  boolean TypeManager.conformsToCollectionType(CollectionType firstType, CollectionType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  boolean TypeManager.conformsToLambdaType(LambdaType firstType, LambdaType secondType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  boolean TypeManager.conformsToTupleType(TupleType actualType, TupleType requiredType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParameterSubstitutions(java.util.Map<TemplateParameter,ParameterableElement> map, TemplateableElement templateableElement)
           
static java.util.Map<TemplateParameter,ParameterableElement> PivotUtil.getAllTemplateParameterSubstitutions(java.util.Map<TemplateParameter,ParameterableElement> bindings, Type argumentType, LambdaType lambdaType)
           
 Type TypeManager.getCommonTupleType(TupleType leftType, TupleType rightType, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 Type TypeManager.getCommonType(Type leftType, Type rightType, java.util.Map<TemplateParameter,ParameterableElement> templateParameterSubstitutions)
           
 LambdaType TypeManager.getLambdaType(java.lang.String typeName, Type contextType, java.util.List<? extends Type> parameterTypes, Type resultType, java.util.Map<TemplateParameter,ParameterableElement> bindings, java.lang.String moniker)
           
 Type TypeManager.getLibraryType(java.lang.String string, java.util.List<? extends ParameterableElement> templateArguments)
           
<T extends Type>
T
TypeManager.getLibraryType(T libraryType, java.util.List<? extends ParameterableElement> templateArguments, boolean resolveSuperClasses)
           
protected  Type TypeManager.getSpecializedLambdaType(LambdaType type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
protected  java.lang.String TypeManager.getSpecializedMoniker(Type libraryType, java.util.List<? extends ParameterableElement> templateArguments)
           
<T extends Operation>
T
TypeManager.getSpecializedOperation(T unspecializedOperation, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
protected  java.lang.String TypeManager.getSpecializedOperationMoniker(Operation operation, java.util.List<? extends ParameterableElement> templateArguments, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
protected  java.lang.String TypeManager.getSpecializedOperationMoniker(Operation operation, java.util.List<? extends ParameterableElement> templateArguments, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
protected  Type TypeManager.getSpecializedTupleType(TupleType type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
protected abstract  Type TypeCaches.getSpecializedType(Type type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
protected  Type TypeManager.getSpecializedType(Type type, java.util.Map<TemplateParameter,ParameterableElement> usageBindings)
           
 TupleType TypeManager.getTupleType(java.lang.String typeName, java.util.Collection<? extends TypedElement> parts, java.util.Map<TemplateParameter,ParameterableElement> bindings, java.lang.String moniker)
          Creates a new tuple instance.
protected  boolean Abstract2Moniker.isSpecialized(java.util.List<TemplateBinding> templateBindings, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  boolean TypeManager.isUnspecialized(java.util.List<TemplateParameter> templateParameters, java.util.List<? extends ParameterableElement> templateArguments)
           
 void TypeManager.resolveSuperClasses(Class specializedClass, Class libraryClass, java.util.Map<TemplateParameter,ParameterableElement> allBindings)
           
 

Constructor parameters in org.eclipse.ocl.examples.pivot.utilities with type arguments of type ParameterableElement
Pivot2MonikerVisitor(Abstract2Moniker context, java.util.Map<TemplateParameter,ParameterableElement> templateBindings)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.xtext.base.scope
 

Method parameters in org.eclipse.ocl.examples.xtext.base.scope with type arguments of type ParameterableElement
 int EnvironmentView.Filter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
          Return -ve if match1 is inferior to match2, +ve if match2 is inferior to match1, or zero if both matches are of equal validity.
 int EnvironmentView.Filter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
          Return -ve if match1 is inferior to match2, +ve if match2 is inferior to match1, or zero if both matches are of equal validity.
 void EnvironmentView.setBindings(org.eclipse.emf.ecore.EObject eObject, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.xtext.completeocl.scoping
 

Method parameters in org.eclipse.ocl.examples.xtext.completeocl.scoping with type arguments of type ParameterableElement
 int OperationContextFilter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
 int OperationContextFilter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
 

Uses of ParameterableElement in org.eclipse.ocl.examples.xtext.essentialocl.scoping
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.scoping that return types with arguments of type ParameterableElement
protected  java.util.Map<TemplateParameter,ParameterableElement> OperationFilter.getIterationBindings(Iteration candidateIteration)
           
protected  java.util.Map<TemplateParameter,ParameterableElement> AbstractOperationFilter.getOperationBindings(Operation candidateOperation)
           
protected  java.util.Map<TemplateParameter,ParameterableElement> OperationFilter.getOperationBindings(Operation candidateOperation)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.essentialocl.scoping with type arguments of type ParameterableElement
 int AbstractOperationFilter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
 int AbstractOperationFilter.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
 int ContextCSScopeAdapter.NoImplicitProperties.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
 int ContextCSScopeAdapter.NoImplicitProperties.compareMatches(org.eclipse.emf.ecore.EObject match1, java.util.Map<TemplateParameter,ParameterableElement> bindings1, org.eclipse.emf.ecore.EObject match2, java.util.Map<TemplateParameter,ParameterableElement> bindings2)
           
protected  void AbstractOperationFilter.installBindings(EnvironmentView environmentView, Type forType, org.eclipse.emf.ecore.EObject eObject, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  void ImplicitCollectionFilter.installBindings(EnvironmentView environmentView, Type forType, org.eclipse.emf.ecore.EObject eObject, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  void OperationFilter.installBindings(EnvironmentView environmentView, Type forType, org.eclipse.emf.ecore.EObject eObject, java.util.Map<TemplateParameter,ParameterableElement> bindings)
           
protected  void AbstractOperationFilter.installOclSelfBinding(Type forType, org.eclipse.emf.ecore.EObject eObject, java.util.Map<TemplateParameter,ParameterableElement> bindings)