|
||||||||||
| 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,
DiagnosticChain diagnostics,
Map<Object,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,
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> 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,
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,
DiagnosticChain diagnostics,
Map<Object,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.
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||