Uses of Interface
org.eclipse.ocl.examples.domain.elements.DomainOperation

Packages that use DomainOperation
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.types   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.executor   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of DomainOperation in org.eclipse.ocl.examples.domain.elements
 

Methods in org.eclipse.ocl.examples.domain.elements that return DomainOperation
 DomainOperation DomainInheritance.lookupLocalOperation(DomainStandardLibrary standardLibrary, java.lang.String operationName, DomainInheritance... argumentTypes)
           
 

Methods in org.eclipse.ocl.examples.domain.elements that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> DomainType.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.domain.elements with parameters of type DomainOperation
 LibraryFeature DomainFragment.getImplementation(DomainOperation staticOperation)
           
 LibraryFeature DomainType.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
          Return the dynamic (overloaded) implementation of the staticOperation applicable to the types managed by the given Standard Library.
 

Uses of DomainOperation in org.eclipse.ocl.examples.domain.types
 

Methods in org.eclipse.ocl.examples.domain.types that return DomainOperation
 DomainOperation AbstractInheritance.lookupLocalOperation(DomainStandardLibrary standardLibrary, java.lang.String operationName, DomainInheritance... argumentTypes)
           
 

Methods in org.eclipse.ocl.examples.domain.types that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> AbstractType.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.domain.types with parameters of type DomainOperation
 LibraryFeature AbstractInheritance.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 LibraryFeature AbstractSpecializedType.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 LibraryFeature AbstractTupleType.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 

Uses of DomainOperation in org.eclipse.ocl.examples.library.ecore
 

Methods in org.eclipse.ocl.examples.library.ecore that return DomainOperation
protected  DomainOperation EcoreReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> EcoreReflectiveType.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type DomainOperation
protected  DomainOperation EcoreReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 

Uses of DomainOperation in org.eclipse.ocl.examples.library.executor
 

Classes in org.eclipse.ocl.examples.library.executor that implement DomainOperation
 class ExecutorOperation
           
 

Fields in org.eclipse.ocl.examples.library.executor with type parameters of type DomainOperation
protected  java.util.Map<DomainOperation,LibraryFeature> ReflectiveFragment.operationMap
           
 

Methods in org.eclipse.ocl.examples.library.executor that return DomainOperation
protected  DomainOperation DomainReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
protected abstract  DomainOperation ReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 DomainOperation ExecutorLambdaType.lookupOperation(DomainStandardLibrary standardLibrary, java.lang.String operationName, DomainType... argumentTypes)
           
 DomainOperation ExecutorSpecializedType.lookupOperation(DomainStandardLibrary standardLibrary, java.lang.String operationName, DomainType... argumentTypes)
           
 DomainOperation ExecutorTypeParameter.lookupOperation(DomainStandardLibrary standardLibrary, java.lang.String operationName, DomainType... argumentTypes)
           
 

Methods in org.eclipse.ocl.examples.library.executor that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> DomainReflectiveType.getLocalOperations()
           
 java.lang.Iterable<? extends DomainOperation> ExecutorFragment.getLocalOperations()
           
 java.lang.Iterable<? extends DomainOperation> ExecutorType.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type DomainOperation
 LibraryFeature ExecutorFragment.getImplementation(DomainOperation staticOperation)
           
 LibraryFeature ReflectiveFragment.getImplementation(DomainOperation baseOperation)
           
protected  DomainOperation DomainReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
protected abstract  DomainOperation ReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 LibraryFeature ExecutorLambdaType.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 LibraryFeature ExecutorSpecializedType.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 LibraryFeature ExecutorTypeParameter.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 

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

Subinterfaces of DomainOperation in org.eclipse.ocl.examples.pivot
 interface Iteration
          A representation of the model object 'Iteration'.
 interface Operation
          A representation of the model object 'Operation'.
 

Uses of DomainOperation in org.eclipse.ocl.examples.pivot.evaluation
 

Methods in org.eclipse.ocl.examples.pivot.evaluation with parameters of type DomainOperation
 LibraryFeature EvaluationVisitorImpl.lookupImplementation(DomainType dynamicType, DomainOperation staticOperation)
           
 

Uses of DomainOperation in org.eclipse.ocl.examples.pivot.executor
 

Classes in org.eclipse.ocl.examples.pivot.executor that implement DomainOperation
 class PivotExecutorOperation
           
 

Methods in org.eclipse.ocl.examples.pivot.executor that return DomainOperation
protected  DomainOperation PivotReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 

Methods in org.eclipse.ocl.examples.pivot.executor that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> PivotReflectiveType.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.pivot.executor with parameters of type DomainOperation
protected  DomainOperation PivotReflectiveFragment.getOperationOverload(DomainOperation baseOperation)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.internal.impl that implement DomainOperation
 class IterationImpl
          An implementation of the model object 'Iteration'.
 class OperationImpl
          An implementation of the model object 'Operation'.
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl that return types with arguments of type DomainOperation
 java.lang.Iterable<? extends DomainOperation> TypeImpl.getLocalOperations()
           
 

Methods in org.eclipse.ocl.examples.pivot.internal.impl with parameters of type DomainOperation
 LibraryFeature TypeImpl.lookupImplementation(DomainStandardLibrary standardLibrary, DomainOperation staticOperation)
           
 

Uses of DomainOperation in org.eclipse.ocl.examples.pivot.manager
 

Methods in org.eclipse.ocl.examples.pivot.manager with parameters of type DomainOperation
 LibraryFeature MetaModelManager.lookupImplementation(DomainOperation dynamicOperation)