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

Packages that use LibraryUntypedTernaryOperation
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.string   
 

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

Subinterfaces of LibraryUntypedTernaryOperation in org.eclipse.ocl.examples.domain.library
 interface LibrarySimpleTernaryOperation
          LibrarySimpleTernaryOperation extends the invocation API of a ternary operation to support using just
arguments.
 

Classes in org.eclipse.ocl.examples.domain.library that implement LibraryUntypedTernaryOperation
 class AbstractSimpleTernaryOperation
          AbstractSimpleTernaryOperation defines the default implementation of a ternary operation redirecting the invocation to the argument-only form.
 class AbstractUntypedTernaryOperation
          AbstractUntypedTernaryOperation defines the default implementation of a ternary operation redirecting the type-id invocation to the type-id-less form.
 

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

Classes in org.eclipse.ocl.examples.library.collection that implement LibraryUntypedTernaryOperation
 class OrderedCollectionInsertAtOperation
          OrderedCollectionInsertAtOperation realises the OrderedCollection::insertAt() library operation.
 class OrderedSetSubOrderedSetOperation
          OrderedSetSubOrderedSetOperation realises the OrderedSet::subOrderedSet() library operation.
 class SequenceSubSequenceOperation
          SequenceSubSequenceOperation realises the OrderedSet::subSequence() library operation.
 

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

Classes in org.eclipse.ocl.examples.library.string that implement LibraryUntypedTernaryOperation
 class StringReplaceAllOperation
          StringReplaceAllOperation realises the String::replaceAll() library operation.
 class StringReplaceFirstOperation
          StringReplaceFirstOperation realises the String::replaceFirst() 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.