org.eclipse.ocl.examples.pivot.library
Class JavaLessThanOperation

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.library.JavaComparisonOperation
      extended by org.eclipse.ocl.examples.pivot.library.JavaLessThanOperation
All Implemented Interfaces:
CallableImplementation, Value.BinaryOperation

public class JavaLessThanOperation
extends JavaComparisonOperation


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.pivot.library.JavaComparisonOperation
method
 
Constructor Summary
JavaLessThanOperation(java.lang.reflect.Method method)
           
 
Method Summary
protected  boolean evaluateComparison(java.lang.Integer result)
           
 
Methods inherited from class org.eclipse.ocl.examples.pivot.library.JavaComparisonOperation
evaluate, evaluate, throwInvalidValueException, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaLessThanOperation

public JavaLessThanOperation(java.lang.reflect.Method method)
Method Detail

evaluateComparison

protected boolean evaluateComparison(java.lang.Integer result)
Specified by:
evaluateComparison in class JavaComparisonOperation