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

Packages that use LibraryUntypedOperation
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.integer   
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.real   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot.library   
 

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

Subinterfaces of LibraryUntypedOperation in org.eclipse.ocl.examples.domain.library
 interface LibrarySimpleBinaryOperation
          LibrarySimpleBinaryOperation extends the invocation API of a binary operation to support using just
arguments.
 interface LibrarySimpleOperation
          LibrarySimpleOperation extends the invocation API of an operation to support using just
arguments.
 interface LibrarySimpleTernaryOperation
          LibrarySimpleTernaryOperation extends the invocation API of a ternary operation to support using just
arguments.
 interface LibrarySimpleUnaryOperation
          LibrarySimpleUnaryOperation extends the invocation API of a unary operation to support using just
arguments.
 interface LibraryUntypedBinaryOperation
          LibraryUntypedBinaryOperation extends the invocation API of a binary operation to support using just
an evaluator and arguments.
 interface LibraryUntypedTernaryOperation
          LibraryUntypedTernaryOperation extends the invocation API of a ternary operation to support using just
an evaluator and 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 LibraryUntypedOperation
 class AbstractSimpleBinaryOperation
          AbstractSimpleBinaryOperation defines the default implementation of a binary operation redirecting the invocation to the argument-only form.
 class AbstractSimpleTernaryOperation
          AbstractSimpleTernaryOperation defines the default implementation of a ternary operation redirecting the invocation to the argument-only form.
 class AbstractSimpleUnaryOperation
          AbstractSimpleUnaryOperation defines the default implementation of a unary operation redirecting the invocation to the argument-only form.
 class AbstractUntypedBinaryOperation
          AbstractUntypedBinaryOperation defines the default implementation of a binary operation redirecting the type-id invocation to the type-id-less form.
 class AbstractUntypedTernaryOperation
          AbstractUntypedTernaryOperation defines the default implementation of a ternary operation redirecting the type-id invocation to the type-id-less 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 LibraryUntypedOperation in org.eclipse.ocl.examples.library.classifier
 

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

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

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryUntypedOperation
 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 CollectionCountOperation
          CollectionCountOperation realises the Collection::count() library operation.
 class CollectionExcludesAllOperation
          CollectionExcludesAllOperation realises the Collection::excludesAll() library operation.
 class CollectionExcludesOperation
          CollectionExcludesOperation realises the Collection::excludes() library operation.
 class CollectionExcludingAllOperation
          CollectionExcludingAllOperation realises the Collection::excludingAll() library operation.
 class CollectionExcludingOperation
          CollectionExcludingOperation realises the Collection::excluding() library operation.
 class CollectionFlattenOperation
          CollectionFlattenOperation realises the Collection::flatten() library operation.
 class CollectionIncludesAllOperation
          CollectionIncludesAllOperation realises the Collection::includesAll() library operation.
 class CollectionIncludesOperation
          CollectionIncludesOperation realises the Collection::includes() library operation.
 class CollectionIncludingAllOperation
          CollectionIncludingAllOperation realises the Collection::includingAll() library operation.
 class CollectionIncludingOperation
          CollectionIncludingOperation realises the Collection::including() library operation.
 class CollectionIntersectionOperation
          CollectionIntersectionOperation realises the Collection::intersection() 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 CollectionSelectByKindOperation
          CollectionSelectByKindOperation realises the Collection::selectByType() library operation.
 class CollectionSelectByTypeOperation
          CollectionSelectByTypeOperation realises the Collection::selectByType() library operation.
 class CollectionSizeOperation
          CollectionSizeOperation realises the Collection::size() library operation.
 class CollectionUnionOperation
          CollectionUnionOperation realises the Collection::union() library operation.
 class OrderedCollectionAppendAllOperation
          OrderedCollectionPrependOperation realises the OrderedCollection::appendAll() library operation.
 class OrderedCollectionAppendOperation
          OrderedCollectionAppendOperation realises the OrderedCollection::append() library operation.
 class OrderedCollectionAtOperation
          OrderedCollectionAtOperation realises the OrderedCollection::at() library operation.
 class OrderedCollectionFirstOperation
          OrderedCollectionFirstOperation realises the OrderedCollection::first() library operation.
 class OrderedCollectionIndexOfOperation
          OrderedCollectionIndexOfOperation realises the OrderedCollection::indexOf() library operation.
 class OrderedCollectionInsertAtOperation
          OrderedCollectionInsertAtOperation realises the OrderedCollection::insertAt() library operation.
 class OrderedCollectionLastOperation
          OrderedCollectionLastOperation realises the OrderedCollection::last() library operation.
 class OrderedCollectionPrependAllOperation
          OrderedCollectionPrependOperation realises the OrderedCollection::prependAll() library operation.
 class OrderedCollectionPrependOperation
          OrderedCollectionPrependOperation realises the OrderedCollection::prepend() library operation.
 class OrderedCollectionReverseOperation
          OrderedCollectionReverseOperation realises the OrderedCollection::reverse() library operation.
 class OrderedSetSubOrderedSetOperation
          OrderedSetSubOrderedSetOperation realises the OrderedSet::subOrderedSet() library operation.
 class SequenceSubSequenceOperation
          SequenceSubSequenceOperation realises the OrderedSet::subSequence() library operation.
 class SetMinusOperation
          SetMinusOperation realises the Set::-() library operation.
 class SetSymmetricDifferenceOperation
          SetSymmetricDifferenceOperation realises the Set::symmetricDifference() library operation.
 

Uses of LibraryUntypedOperation in org.eclipse.ocl.examples.library.integer
 

Classes in org.eclipse.ocl.examples.library.integer that implement LibraryUntypedOperation
 class IntegerCompareToOperation
          Deprecated. 
 class IntegerMinusOperation
          Deprecated. 
 class IntegerPlusOperation
          Deprecated. 
 

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

Classes in org.eclipse.ocl.examples.library.logical that implement LibraryUntypedOperation
 class BooleanAllInstancesOperation
          BooleanAllInstancesOperation realises the Boolean::allInstances() library operation.
 class BooleanAndOperation
          AndOperation realises the and() library operation.
 class BooleanImpliesOperation
          ImpliesOperation realises the implies() library operation.
 class BooleanNotOperation
          NotOperation realises the not() library operation.
 class BooleanOrOperation
          OrOperation realises the or() library operation.
 class BooleanXorOperation
          BooleanXorOperation realises the Boolean::xor() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.numeric that implement LibraryUntypedOperation
 class NumericAbsOperation
          NumericAbsOperation realises the abs() library operation.
 class NumericCompareToOperation
          NumericCompareToOperation realises the numeric compareTo() library operation.
 class NumericDivideOperation
          NumericDivideOperation realises the /() library operation.
 class NumericDivOperation
          NumericDivOperation realises the div() library operation.
 class NumericFloorOperation
          NumericFloorOperation realises the floor() library operation.
 class NumericGreaterThanEqualOperation
          NumericGreaterThanEqualOperation realises the >=() library operation.
 class NumericGreaterThanOperation
          NumericGreaterThanOperation realises the >() library operation.
 class NumericLessThanEqualOperation
          NumericLessThanEqualOperation realises the <=() library operation.
 class NumericLessThanOperation
          NumericLessThanOperation realises the <() library operation.
 class NumericMaxOperation
          NumericMaxOperation realises the max() library operation.
 class NumericMinOperation
          NumericMinOperation realises the min() library operation.
 class NumericMinusOperation
          NumericMinusOperation realises the -() library operation.
 class NumericModOperation
          NumericModOperation realises the mod() library operation.
 class NumericNegateOperation
          NumericNegateOperation realises the unary -() library operation.
 class NumericPlusOperation
          NumericPlusOperation realises the +() library operation.
 class NumericRoundOperation
          NumericRoundOperation realises the round() library operation.
 class NumericTimesOperation
          NumericTimesOperation realises the *() library operation.
 class UnlimitedNaturalOclAsTypeOperation
          UnlimitedNaturalOclAsTypeOperation realizes the UnlimitedNatural::oclAsType() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.oclany that implement LibraryUntypedOperation
 class OclAnyEqualOperation
          OclAnyEqualOperation realises the OCLAny::=() library operation and regular derived implementations since the Value classes exhibit OCL value semantics.
 class OclAnyNotEqualOperation
          OclAnyNotEqualOperation realises the OCLAny::<>() library operation and regular derived implementations since the Value classes exhibit OCL value semantics.
 class OclAnyOclAsTypeOperation
          OclAnyOclAsTypeOperation realises the OclAny::oclAsType() library operation.
 class OclAnyOclIsInStateOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
 class OclAnyOclIsInvalidOperation
          OclAnyOclIsInvalidOperation realises the OclAny::oclIsInvalid() library operation.
 class OclAnyOclIsKindOfOperation
          OclAnyOclIsKindOfOperation realises the OclAny::oclIsKindOf() library operation.
 class OclAnyOclIsTypeOfOperation
          OclAnyOclIsTypeOfOperation realises the OclAny::oclIsTypeOf() 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.
 class OclComparableCompareToOperation
          OclComparableCompareToOperation realizes the abstract compareTo library operation using intrinsic Java functionality.
 class OclComparableComparisonOperation
          OclComparableComparisonOperation provides the abstract support for a comparison operation.
 class OclComparableGreaterThanEqualOperation
          GreaterThanEqualOperation realises the >=() library operation.
 class OclComparableGreaterThanOperation
          GreaterThanEqualOperation realises the >() library operation.
 class OclComparableLessThanEqualOperation
          GreaterThanEqualOperation realises the <=() library operation.
 class OclComparableLessThanOperation
          GreaterThanEqualOperation realises the <() library operation.
 

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

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

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

Classes in org.eclipse.ocl.examples.library.oclvoid that implement LibraryUntypedOperation
 class OclVoidAllInstancesOperation
          OclVoidAllInstancesOperation realises the OclVoid::allInstances() library operation.
 class OclVoidAndOperation
          OclVoidAndOperation realises the OclVoid::and() library operation.
 class OclVoidImpliesOperation
          OclVoidImpliesOperation realises the OclVoid::implies() library operation.
 class OclVoidOrOperation
          OclVoidOrOperation realises the OclVoid::or() library operation.
 

Uses of LibraryUntypedOperation in org.eclipse.ocl.examples.library.real
 

Classes in org.eclipse.ocl.examples.library.real that implement LibraryUntypedOperation
 class RealCompareToOperation
          Deprecated. 
 class RealMinusOperation
          Deprecated. 
 class RealPlusOperation
          Deprecated. 
 

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

Classes in org.eclipse.ocl.examples.library.string that implement LibraryUntypedOperation
 class StringAtOperation
          StringAtOperation realises the String::at() library operation.
 class StringCharactersOperation
          StringCharactersOperation realises the String::characters() library operation.
 class StringCompareToOperation
          StringCompareToOperation realises the String::compareTo() library operation.
 class StringConcatOperation
          StringConcatOperation realises the String::concat() library operation.
 class StringEndsWithOperation
          StringEndsWithOperation realises the String::endsWith() library operation.
 class StringEqualsIgnoreCaseOperation
          OrderedSetSubOrderedSetOperation realises the OrderedSet::subOrderedSet() library operation.
 class StringGreaterThanEqualOperation
          StringGreaterThanEqualOperation realises the String::>=() library operation.
 class StringGreaterThanOperation
          StringGreaterThanOperation realises the String::>() library operation.
 class StringIndexOfOperation
          StringIndexOfOperation realises the String::indexOf() library operation.
 class StringLastIndexOfOperation
          StringLastIndexOfOperation realises the String::lastIndexOf() library operation.
 class StringLessThanEqualOperation
          StringLessThanEqualOperation realises the String::<=() library operation.
 class StringLessThanOperation
          StringLessThanOperation realises the String::<() library operation.
 class StringSizeOperation
          StringSizeOperation realises the String::size() library operation.
 class StringStartsWithOperation
          StringStartsWithOperation realises the String::startsWith() library operation.
 class StringSubstituteAllOperation
          StringSubstituteAllOperation realises the String::substituteAll() library operation.
 class StringSubstituteFirstOperation
          StringSubstituteFirstOperation realises the String::substituteFirst() library operation.
 class StringSubstringOperation
          StringSubstringOperation realises the String::substring() 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.
 

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

Classes in org.eclipse.ocl.examples.pivot.library that implement LibraryUntypedOperation
 class JavaCompareToOperation