Uses of Class
org.eclipse.ocl.examples.domain.library.AbstractPolyOperation

Packages that use AbstractPolyOperation
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.library   
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.codegen.inliner
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.codegen.inliner
static class OperationInliners.UnboxedInvocationOperation
          Deprecated.  
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.domain.library
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.domain.library
 class UnsupportedOperation
          OclIsUndefinedOperation realises the oclIsUndefined() library operation.
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.library.oclany
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.library.oclany
 class OclAnyOclLogOperation
          OclAnyOclLogOperation realises the OclAny::oclLog() library operation.
 class OclAnyUnsupportedOperation
          OclIsUndefinedOperation realises the oclIsUndefined() library operation.
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.library.string
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.library.string
 class StringTokenizeOperation
          StringTokenizeOperation realises the String::tokenize() library operations.
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.pivot.ecore
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.pivot.ecore
 class EObjectOperation
          An EObjectOperation provides the standard LibraryOperation to implement an OperationCallExp.
 

Uses of AbstractPolyOperation in org.eclipse.ocl.examples.pivot.library
 

Subclasses of AbstractPolyOperation in org.eclipse.ocl.examples.pivot.library
 class ConstrainedOperation
          An instance of ConstrainedOperation supports evaluation of an operation defined by constraints.
 class EInvokeOperation
          An EInvokeOperation supports evaluation of an operation call by using eInvoke on the underlying eObject.