org.eclipse.ocl.examples.domain.library
Interface LibrarySimpleTernaryOperation

All Superinterfaces:
LibraryFeature, LibraryOperation, LibrarySimpleOperation, LibraryTernaryOperation, LibraryUntypedOperation, LibraryUntypedTernaryOperation
All Known Implementing Classes:
AbstractSimpleTernaryOperation, OrderedCollectionInsertAtOperation, OrderedSetSubOrderedSetOperation, SequenceSubSequenceOperation, StringSubstituteAllOperation, StringSubstituteFirstOperation, StringSubstringOperation

public interface LibrarySimpleTernaryOperation
extends LibraryUntypedTernaryOperation, LibrarySimpleOperation

LibrarySimpleTernaryOperation extends the invocation API of a ternary operation to support using just
arguments.


Method Summary
 java.lang.Object evaluate(java.lang.Object sourceValue, java.lang.Object firstArgumentValue, java.lang.Object secondArgumentValue)
           
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryUntypedTernaryOperation
evaluate
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryTernaryOperation
evaluate
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryOperation
dispatch
 

Method Detail

evaluate

@Nullable
java.lang.Object evaluate(@Nullable
                                   java.lang.Object sourceValue,
                                   @Nullable
                                   java.lang.Object firstArgumentValue,
                                   @Nullable
                                   java.lang.Object secondArgumentValue)