Method Summary |
|
public static boolean | isAllInstances(Object expression) Indicates if the expression is an allInstances. |
public static boolean | isConcat(Object expression) Indicates if the expression is an concat. |
public 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).
Parameters: expression - the expression to match. |
public static boolean | isOclIsKindOf(Object expression) Indicates if the expression is an oclIsKindOf. |
public static boolean | isOclIsTypeOf(Object expression) Indicates if the expression is an oclIsTypeOf. |
public static boolean | isSelf(Object expression) Indicates if this expression is an instance of the
self key word.
Parameters: expression - the expression to check. |