org.eclipse.ocl.examples.xtext.essentialocl.scoping
Class BinaryOperationFilter

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.essentialocl.scoping.AbstractOperationFilter
      extended by org.eclipse.ocl.examples.xtext.essentialocl.scoping.BinaryOperationFilter
All Implemented Interfaces:
EnvironmentView.Filter

public class BinaryOperationFilter
extends AbstractOperationFilter


Field Summary
protected  Type argumentType
           
 
Fields inherited from class org.eclipse.ocl.examples.xtext.essentialocl.scoping.AbstractOperationFilter
sourceType, typeManager
 
Constructor Summary
BinaryOperationFilter(TypeManager typeManager, Type sourceType, Type argumentType)
           
 
Method Summary
 boolean matches(EnvironmentView environmentView, Type forType, org.eclipse.emf.ecore.EObject eObject)
          Return true if the filter accepts eObject as a candidate for inclusion in the EnvironmentView.
 
Methods inherited from class org.eclipse.ocl.examples.xtext.essentialocl.scoping.AbstractOperationFilter
compareMatches, getOperationBindings, installBindings, installOclSelfBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argumentType

protected final Type argumentType
Constructor Detail

BinaryOperationFilter

public BinaryOperationFilter(TypeManager typeManager,
                             Type sourceType,
                             Type argumentType)
Method Detail

matches

public boolean matches(EnvironmentView environmentView,
                       Type forType,
                       org.eclipse.emf.ecore.EObject eObject)
Description copied from interface: EnvironmentView.Filter
Return true if the filter accepts eObject as a candidate for inclusion in the EnvironmentView.