|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.examples.xtext.essentialocl.attributes.AbstractOperationFilter
org.eclipse.ocl.examples.xtext.essentialocl.attributes.BinaryOperationFilter
public class BinaryOperationFilter
| Field Summary | |
|---|---|
protected Type |
argumentType
|
| Fields inherited from class org.eclipse.ocl.examples.xtext.essentialocl.attributes.AbstractOperationFilter |
|---|
metaModelManager, sourceType |
| Constructor Summary | |
|---|---|
BinaryOperationFilter(MetaModelManager metaModelManager,
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.attributes.AbstractOperationFilter |
|---|
compareMatches, getOperationBindings, installBindings |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final Type argumentType
| Constructor Detail |
|---|
public BinaryOperationFilter(MetaModelManager metaModelManager,
Type sourceType,
Type argumentType)
| Method Detail |
|---|
public boolean matches(EnvironmentView environmentView,
Type forType,
org.eclipse.emf.ecore.EObject eObject)
ScopeFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||