Uses of Interface
org.eclipse.ocl.examples.domain.library.LibraryUnaryOperation

Packages that use LibraryUnaryOperation
org.eclipse.ocl.examples.codegen.inliner   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.library.logical   
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.library.oclinvalid   
org.eclipse.ocl.examples.library.oclvoid   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.pivot.library   
 

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

Classes in org.eclipse.ocl.examples.codegen.inliner that implement LibraryUnaryOperation
static class OperationInliners.UnboxedInvocationOperation
          Deprecated.  
 

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

Subinterfaces of LibraryUnaryOperation in org.eclipse.ocl.examples.domain.library
 interface LibrarySimpleUnaryOperation
          LibrarySimpleUnaryOperation extends the invocation API of a unary operation to support using just
arguments.
 interface LibraryUntypedUnaryOperation
          LibraryUntypedUnaryOperation extends the invocation API of a unary operation to support using just
an evaluator and arguments.
 

Classes in org.eclipse.ocl.examples.domain.library that implement LibraryUnaryOperation
 class AbstractPolyOperation
          AbstractPolyOperation supports arguments with a variety of argument lengths operations.
 class AbstractSimpleUnaryOperation
          AbstractSimpleUnaryOperation defines the default implementation of a unary operation redirecting the invocation to the argument-only form.
 class AbstractUnaryOperation
          AbstractUnaryOperation defines the default implementation of a unary operation redirecting the call-expression invocation to the return type-id form.
 class AbstractUntypedUnaryOperation
          AbstractUntypedUnaryOperation defines the default implementation of a unary operation redirecting the type-id invocation to the type-id-less form.
 class UnsupportedOperation
          OclIsUndefinedOperation realises the oclIsUndefined() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.classifier
 

Classes in org.eclipse.ocl.examples.library.classifier that implement LibraryUnaryOperation
 class ClassifierAllInstancesOperation
          ClassifierAllInstancesOperation realises the Classifier::allInstances() library operation.
 class ClassifierOclContainerOperation
          ClassifierOclContainerOperation realises the Classifier::oclContainer() library operation.
 class ClassifierOclContentsOperation
          ClassifierOclContentsOperation realises the Classifier::oclContents() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.collection
 

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryUnaryOperation
 class CollectionAsBagOperation
          CollectionAsBagOperation realises the Collection::asBag() library operation.
 class CollectionAsOrderedSetOperation
          CollectionAsOrderedSetOperation realises the Collection::asOrderedSet() library operation.
 class CollectionAsSequenceOperation
          CollectionAsSequenceOperation realises the Collection::asSequence() library operation.
 class CollectionAsSetOperation
          CollectionAsSetOperation realises the Collection::asSet() library operation.
 class CollectionFlattenOperation
          CollectionFlattenOperation realises the Collection::flatten() library operation.
 class CollectionIsEmptyOperation
          CollectionIsEmptyOperation realises the Collection::isEmpty() library operation.
 class CollectionMaxOperation
          CollectionMaxOperation realises the Collection::max() library operation.
 class CollectionMinOperation
          CollectionMinOperation realises the Collection::min() library operation.
 class CollectionNotEmptyOperation
          CollectionNotEmptyOperation realises the Collection::notEmpty() library operation.
 class CollectionSizeOperation
          CollectionSizeOperation realises the Collection::size() library operation.
 class CollectionSumOperation
          CollectionSumOperation realises the Collection::sum() library operation.
 class OrderedCollectionFirstOperation
          OrderedCollectionFirstOperation realises the OrderedCollection::first() library operation.
 class OrderedCollectionLastOperation
          OrderedCollectionLastOperation realises the OrderedCollection::last() library operation.
 class OrderedCollectionReverseOperation
          OrderedCollectionReverseOperation realises the OrderedCollection::reverse() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.enumeration
 

Classes in org.eclipse.ocl.examples.library.enumeration that implement LibraryUnaryOperation
 class EnumerationAllInstancesOperation
          EnumerationAllInstancesOperation realises the Enumeration::allInstances() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.logical
 

Classes in org.eclipse.ocl.examples.library.logical that implement LibraryUnaryOperation
 class BooleanAllInstancesOperation
          BooleanAllInstancesOperation realises the Boolean::allInstances() library operation.
 class BooleanNotOperation
          NotOperation realises the not() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.numeric
 

Classes in org.eclipse.ocl.examples.library.numeric that implement LibraryUnaryOperation
 class NumericAbsOperation
          NumericAbsOperation realises the abs() library operation.
 class NumericFloorOperation
          NumericFloorOperation realises the floor() library operation.
 class NumericNegateOperation
          NumericNegateOperation realises the unary -() library operation.
 class NumericRoundOperation
          NumericRoundOperation realises the round() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.oclany that implement LibraryUnaryOperation
 class OclAnyOclAsSetOperation
          OclAnyOclAsSetOperation realises the OclAny::oclAsSet() library operation.
 class OclAnyOclIsInvalidOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
 class OclAnyOclIsUndefinedOperation
          OclAnyOclIsUndefinedOperation realises the OclAny::oclIsUndefined() library operation.
 class OclAnyOclLogOperation
          OclAnyOclLogOperation realises the OclAny::oclLog() library operation.
 class OclAnyOclTypeOperation
          OclAnyOclTypeOperation realises the OclAny::oclType() library operation.
 class OclAnyToStringOperation
          OclAnyToStringOperation realises the OclAny::toString() library operation.
 class OclAnyUnsupportedOperation
          OclIsUndefinedOperation realises the oclIsUndefined() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.oclinvalid
 

Classes in org.eclipse.ocl.examples.library.oclinvalid that implement LibraryUnaryOperation
 class OclInvalidAllInstancesOperation
          OclInvalidAllInstancesOperation realises the OclInvalid::allInstances() library operation.
 

Uses of LibraryUnaryOperation in org.eclipse.ocl.examples.library.oclvoid
 

Classes in org.eclipse.ocl.examples.library.oclvoid that implement LibraryUnaryOperation
 class OclVoidAllInstancesOperation
          OclVoidAllInstancesOperation realises the OclVoid::allInstances() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.string that implement LibraryUnaryOperation
 class StringCharactersOperation
          StringCharactersOperation realises the String::characters() library operation.
 class StringSizeOperation
          StringSizeOperation realises the String::size() library operation.
 class StringToBooleanOperation
          StringToBooleanOperation realises the String::toBoolean() library operation.
 class StringToIntegerOperation
          StringToIntegerOperation realises the String::toInteger() library operation.
 class StringTokenizeOperation
          StringTokenizeOperation realises the String::tokenize() library operations.
 class StringToLowerCaseOperation
          StringToLowerCaseOperation realises the String::toLowerCase() library operation.
 class StringToRealOperation
          StringToRealOperation realises the String::toReal() library operation.
 class StringToUpperCaseOperation
          StringToUpperCaseOperation realises the String::toUpperCase() library operation.
 class StringTrimOperation
          StringTrimOperation realizes the String::trim() library operation.
 

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

Classes in org.eclipse.ocl.examples.pivot.ecore that implement LibraryUnaryOperation
 class EObjectOperation
          An EObjectOperation provides the standard LibraryOperation to implement an OperationCallExp.
 

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

Classes in org.eclipse.ocl.examples.pivot.library that implement LibraryUnaryOperation
 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.