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

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.library.AbstractCallableImplementation
      extended by org.eclipse.ocl.examples.pivot.library.UnimplementedOperation
All Implemented Interfaces:
CallableImplementation

public class UnimplementedOperation
extends AbstractCallableImplementation

The static instance of UnimplementedOperation supports evaluation of an operation that has not been implemented.


Field Summary
static UnimplementedOperation INSTANCE
           
 
Constructor Summary
UnimplementedOperation()
           
 
Method Summary
 Value evaluate(EvaluationVisitor evaluationVisitor, Value sourceValue, CallExp callExp)
           
 
Methods inherited from class org.eclipse.ocl.examples.pivot.library.AbstractCallableImplementation
validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final UnimplementedOperation INSTANCE
Constructor Detail

UnimplementedOperation

public UnimplementedOperation()
Method Detail

evaluate

public Value evaluate(EvaluationVisitor evaluationVisitor,
                      Value sourceValue,
                      CallExp callExp)
Description copied from interface: CallableImplementation