|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.expressions.operations.VariableOperations
public class VariableOperations
A static utility class that provides operations related to 'Variable' model objects.
The following operations are supported:
Constructor Summary | |
---|---|
protected |
VariableOperations()
|
Method Summary | ||
---|---|---|
static
|
accept(Variable<C,PM> variable,
U v)
|
|
static
|
checkInitType(Variable<C,PM> variable,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
initExpression->notEmpty() implies initExpression.type.conformsTo (type) |
|
static
|
getName(Variable<C,PM> variable)
|
|
static
|
getType(Variable<C,PM> variable)
|
|
static
|
setName(Variable<C,PM> variable,
java.lang.String name)
|
|
static
|
setType(Variable<C,PM> variable,
C type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected VariableOperations()
Method Detail |
---|
public static <C,PM> java.lang.String getName(Variable<C,PM> variable)
public static <C,PM> C getType(Variable<C,PM> variable)
public static <C,PM> void setName(Variable<C,PM> variable, java.lang.String name)
public static <C,PM> void setType(Variable<C,PM> variable, C type)
public static <C,PM,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(Variable<C,PM> variable, U v)
public static <C,PM> boolean checkInitType(Variable<C,PM> variable, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
variable
- The receiving 'Variable' model object.diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |