|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.domain.values.util.ValuesUtil
org.eclipse.ocl.examples.domain.library.AbstractFeature
org.eclipse.ocl.examples.domain.library.AbstractOperation
org.eclipse.ocl.examples.domain.library.AbstractBinaryOperation
org.eclipse.ocl.examples.domain.library.AbstractUntypedBinaryOperation
org.eclipse.ocl.examples.library.oclany.OclComparableComparisonOperation
public abstract class OclComparableComparisonOperation
OclComparableComparisonOperation provides the abstract support for a comparison operation.
Field Summary |
---|
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 | |
---|---|
OclComparableComparisonOperation()
|
Method Summary | |
---|---|
java.lang.Boolean |
evaluate(DomainEvaluator evaluator,
java.lang.Object left,
java.lang.Object right)
|
protected abstract boolean |
getResultValue(java.lang.Integer comparison)
|
Methods inherited from class org.eclipse.ocl.examples.domain.library.AbstractUntypedBinaryOperation |
---|
dispatch, evaluate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OclComparableComparisonOperation()
Method Detail |
---|
@NonNull public java.lang.Boolean evaluate(@NonNull DomainEvaluator evaluator, @Nullable java.lang.Object left, @Nullable java.lang.Object right)
evaluate
in interface LibraryUntypedBinaryOperation
evaluate
in class AbstractUntypedBinaryOperation
protected abstract boolean getResultValue(java.lang.Integer comparison)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |