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

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

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

Subclasses of AbstractTernaryOperation in org.eclipse.ocl.examples.domain.library
 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 AbstractTernaryOperation in org.eclipse.ocl.examples.library.collection
 

Subclasses of AbstractTernaryOperation in org.eclipse.ocl.examples.library.collection
 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 AbstractTernaryOperation in org.eclipse.ocl.examples.library.string
 

Subclasses of AbstractTernaryOperation in org.eclipse.ocl.examples.library.string
 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.