|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ocl.expressions.operations.OCLExpressionOperations
public class OCLExpressionOperations
A static utility class that provides operations related to 'OCL Expression' model objects.
| Constructor Summary | |
|---|---|
protected |
OCLExpressionOperations()
|
| Method Summary | ||
|---|---|---|
static
|
accept(OCLExpression<C> oclExpression,
U v)
|
|
static
|
getName(OCLExpression<C> oclExpression)
|
|
static
|
getType(OCLExpression<C> oclExpression)
|
|
static
|
setName(OCLExpression<C> oclExpression,
String name)
|
|
static
|
setType(OCLExpression<C> oclExpression,
C type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected OCLExpressionOperations()
| Method Detail |
|---|
public static <C> String getName(OCLExpression<C> oclExpression)
public static <C> C getType(OCLExpression<C> oclExpression)
public static <C> void setName(OCLExpression<C> oclExpression,
String name)
public static <C> void setType(OCLExpression<C> oclExpression,
C type)
public static <C,T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>> T accept(OCLExpression<C> oclExpression,
U v)
|
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 | |||||||||