public final class OCLIntrospector extends Object
| Constructor and Description |
|---|
OCLIntrospector() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
invoke(Object element,
String feature)
Invokes the given
feature on the element. |
static Object |
invoke(Object element,
String feature,
Object[] arguments)
Invokes the given
feature on the specified element taking the given
arguments. |
public OCLIntrospector()
public static final Object invoke(Object element, String feature)
feature on the element. Its expected that the feature is either an
operation or a property.element - feature - public static Object invoke(Object element, String feature, Object[] arguments)
feature on the specified element taking the given
arguments. If arguments is null its expected that the feature is an empty operation.element - feature - arguments - Copyright © 2003–2014 AndroMDA.org. All rights reserved.