org.eclipse.ocl.expressions.operations
Class VariableExpOperations

java.lang.Object
  extended by org.eclipse.ocl.expressions.operations.OCLExpressionOperations
      extended by org.eclipse.ocl.expressions.operations.VariableExpOperations

public class VariableExpOperations
extends OCLExpressionOperations

A static utility class that provides operations related to 'Variable Exp' model objects.

The following operations are supported:

Generated

Constructor Summary
protected VariableExpOperations()
           
 
Method Summary
static
<C,PM> boolean
checkVarType(VariableExp<C,PM> variableExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          type = referredVariable.type
 
Methods inherited from class org.eclipse.ocl.expressions.operations.OCLExpressionOperations
accept, getName, getType, setName, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableExpOperations

protected VariableExpOperations()

Generated
Method Detail

checkVarType

public static <C,PM> boolean checkVarType(VariableExp<C,PM> variableExp,
                                          org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                          java.util.Map<java.lang.Object,java.lang.Object> context)
type = referredVariable.type

Parameters:
variableExp - The receiving 'Variable Exp' model object.
diagnostics - The chain of diagnostics to which problems are to be appended.
context - The cache of context-specific information.
Generated
NOT