|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LibraryOperation
| Method Summary | |
|---|---|
boolean |
argumentsMayBeInvalid()
Return true if this operation should be invoked even if one its arguments is invalid. |
Value |
evaluate(DomainEvaluator evaluator,
DomainCallExp callExp,
Value sourceValue,
Value... argumentValues)
Return the result of evaluating operationCall upon sourceVal within the environment provided by EvaluationVisitor. |
| Methods inherited from interface org.eclipse.ocl.examples.domain.library.LibraryFeature |
|---|
getValidator |
| Method Detail |
|---|
boolean argumentsMayBeInvalid()
Value evaluate(DomainEvaluator evaluator,
DomainCallExp callExp,
Value sourceValue,
Value... argumentValues)
throws InvalidEvaluationException,
InvalidValueException
evaluationVisitor - the evaluation contextsourceVal - the source operand for the operationoperationCall - the operation and additional arguments
InvalidValueException
InvalidEvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||