| java.lang.Object org.andromda.translation.ocl.validation.OCLIntrospector
OCLIntrospector | final public class OCLIntrospector (Code) | | Dynamically invokes operation and property calls on specified elements.
author: Wouter Zoons author: Chad Brandon |
Method Summary | |
final public static Object | invoke(Object element, String feature) Invokes the given feature on the element . | public static Object | invoke(Object element, String feature, Object[] arguments) Invokes the given feature on the specified element taking the given
arguments . |
invoke | final public static Object invoke(Object element, String feature)(Code) | | Invokes the given feature on the element . Its expected that the feature is either an
operation or a property.
|
invoke | public static Object invoke(Object element, String feature, Object[] arguments)(Code) | | Invokes the given feature on the specified element taking the given
arguments . If arguments is null its expected that the feature is an empty operation.
|
|
|