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

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.OclComparableLessThanOperation
All Implemented Interfaces:
LibraryBinaryOperation, LibraryFeature, LibraryOperation

public class OclComparableLessThanOperation
extends OclComparableComparisonOperation

GreaterThanEqualOperation realises the <() library operation.


Field Summary
static OclComparableLessThanOperation INSTANCE
           
 
Constructor Summary
OclComparableLessThanOperation()
           
 
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 OclComparableLessThanOperation INSTANCE
Constructor Detail

OclComparableLessThanOperation

public OclComparableLessThanOperation()
Method Detail

getResultValue

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