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

java.lang.Object
  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.library.oclany.OclComparableComparisonOperation
                  extended by org.eclipse.ocl.examples.library.oclany.OclComparableGreaterThanOperation
All Implemented Interfaces:
LibraryBinaryOperation, LibraryFeature, LibraryOperation

public class OclComparableGreaterThanOperation
extends OclComparableComparisonOperation

GreaterThanEqualOperation realises the >() library operation.


Field Summary
static OclComparableGreaterThanOperation INSTANCE
           
 
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.AbstractBinaryOperation
evaluate
 
Methods inherited from class org.eclipse.ocl.examples.domain.library.AbstractOperation
argumentsMayBeInvalid
 
Methods inherited from class org.eclipse.ocl.examples.domain.library.AbstractFeature
getLibraryValidator, getValidator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryOperation
argumentsMayBeInvalid
 
Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryFeature
getValidator
 

Field Detail

INSTANCE

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