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

Packages that use LibraryUntypedUnaryOperation
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
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   
 

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

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

Classes in org.eclipse.ocl.examples.domain.library that implement LibraryUntypedUnaryOperation
 class AbstractSimpleUnaryOperation
          AbstractSimpleUnaryOperation defines the default implementation of a unary operation redirecting the invocation to the argument-only form.
 class AbstractUntypedUnaryOperation
          AbstractUntypedUnaryOperation defines the default implementation of a unary operation redirecting the type-id invocation to the type-id-less form.
 

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

Classes in org.eclipse.ocl.examples.library.classifier that implement LibraryUntypedUnaryOperation
 class ClassifierOclContainerOperation
          ClassifierOclContainerOperation realises the Classifier::oclContainer() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryUntypedUnaryOperation
 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 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 LibraryUntypedUnaryOperation in org.eclipse.ocl.examples.library.logical
 

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

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

Classes in org.eclipse.ocl.examples.library.numeric that implement LibraryUntypedUnaryOperation
 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 LibraryUntypedUnaryOperation in org.eclipse.ocl.examples.library.oclany
 

Classes in org.eclipse.ocl.examples.library.oclany that implement LibraryUntypedUnaryOperation
 class OclAnyOclIsInvalidOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
 class OclAnyOclIsUndefinedOperation
          OclAnyOclIsUndefinedOperation realises the OclAny::oclIsUndefined() library operation.
 class OclAnyOclTypeOperation
          OclAnyOclTypeOperation realises the OclAny::oclType() library operation.
 class OclAnyToStringOperation
          OclAnyToStringOperation realises the OclAny::toString() library operation.
 

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

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

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

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

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

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