public class OCLFeatures extends Object
| Constructor and Description |
|---|
OCLFeatures() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAllInstances(Object expression)
Indicates if the expression is an allInstances.
|
static boolean |
isConcat(Object expression)
Indicates if the expression is an concat.
|
static boolean |
isOclFeature(Object expression)
Indicates if this
expression is an OCL feature (that is it
matches one of the features defined within this class). |
static boolean |
isOclIsKindOf(Object expression)
Indicates if the expression is an oclIsKindOf.
|
static boolean |
isOclIsTypeOf(Object expression)
Indicates if the expression is an oclIsTypeOf.
|
static boolean |
isSelf(Object expression)
Indicates if this
expression is an instance of the
self key word. |
public OCLFeatures()
public static boolean isAllInstances(Object expression)
expression - the expression to evaluate.public static boolean isConcat(Object expression)
expression - the expression to evaluate.public static boolean isOclIsTypeOf(Object expression)
expression - the expression to evaluate.public static boolean isOclIsKindOf(Object expression)
expression - the expression to evaluate.public static boolean isOclFeature(Object expression)
expression is an OCL feature (that is it
matches one of the features defined within this class).expression - the expression to match.Copyright © 2003–2014 AndroMDA.org. All rights reserved.