org.eclipse.ocl.examples.library.oclany
Class OclComparableGreaterThanOperation

java.lang.Object
  extended by org.eclipse.ocl.examples.domain.values.util.ValuesUtil
      extended by org.eclipse.ocl.examples.domain.library.AbstractFeature
          extended by org.eclipse.ocl.examples.domain.library.AbstractOperation
              extended by org.eclipse.ocl.examples.domain.library.AbstractBinaryOperation
                  extended by org.eclipse.ocl.examples.domain.library.AbstractUntypedBinaryOperation
                      extended by org.eclipse.ocl.examples.library.oclany.OclComparableComparisonOperation
                          extended by org.eclipse.ocl.examples.library.oclany.OclComparableGreaterThanOperation
All Implemented Interfaces:
LibraryBinaryOperation, LibraryFeature, LibraryOperation, LibraryUntypedBinaryOperation, LibraryUntypedOperation

public class OclComparableGreaterThanOperation
extends OclComparableComparisonOperation

GreaterThanEqualOperation realises the >() library operation.


Field Summary
static OclComparableGreaterThanOperation INSTANCE
           
 
Fields inherited from class org.eclipse.ocl.examples.domain.values.util.ValuesUtil
EMPTY_BAG, EMPTY_SET, FALSE_VALUE, INTEGER_MAX_VALUE, INTEGER_MIN_VALUE, INVALID_VALUE, LONG_MAX_VALUE, LONG_MIN_VALUE, NULL_STRING, NULL_VALUE, ONE_VALUE, TRUE_VALUE, UNLIMITED_VALUE, ZERO_VALUE
 
Constructor Summary
OclComparableGreaterThanOperation()
           
 
Method Summary
protected  boolean getResultValue(java.lang.Integer comparison)
           
 
Methods inherited from class org.eclipse.ocl.examples.library.oclany.OclComparableComparisonOperation
evaluate
 
Methods inherited from class org.eclipse.ocl.examples.domain.library.AbstractUntypedBinaryOperation
dispatch, evaluate
 
Methods inherited from class org.eclipse.ocl.examples.domain.values.util.ValuesUtil
asBagValue, asBoolean, asCollectionType, asCollectionValue, asInteger, asIntegerValue, asMetaclass, asNavigableObject, asObject, asOrderedCollectionValue, asOrderedSetValue, asRealValue, asSequenceValue, asSetValue, asString, asTupleValue, asType, asUniqueCollectionValue, asUnlimitedNaturalValue, asValue, bigDecimalValueOf, bigIntegerValueOf, characterValueOf, createBagAccumulatorValue, createBagOfEach, createBagRange, createBagValue, createCollectionAccumulatorValue, createInvalidValue, createObjectValue, createOrderedSetAccumulatorValue, createOrderedSetOfEach, createOrderedSetRange, createOrderedSetValue, createRange, createSequenceAccumulatorValue, createSequenceOfEach, createSequenceRange, createSequenceRange, createSequenceValue, createSetAccumulatorValue, createSetOfEach, createSetRange, createSetValue, createTupleOfEach, createTupleValue, createTupleValue, createTypeValue, getEcoreNumber, getTypeName, initAllStatics, integerValueOf, integerValueOf, integerValueOf, integerValueOf, integerValueOf, isBoxed, isCollectionValue, isIntegerNumber, isIntegerValue, isRealNumber, isUnboxed, isUnlimited, oclToString, realValueOf, realValueOf, realValueOf, realValueOf, realValueOf, stringValueOf, throwBooleanInvalidValueException, throwInvalidValueException, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static final OclComparableGreaterThanOperation INSTANCE
Constructor Detail

OclComparableGreaterThanOperation

public OclComparableGreaterThanOperation()
Method Detail

getResultValue

protected boolean getResultValue(java.lang.Integer comparison)
Specified by:
getResultValue in class OclComparableComparisonOperation