org.andromda.translation.ocl.validation

Class OCLIntrospector

    • Method Detail

      • invoke

        public static final Object invoke(Object element,
                    String feature)
        Invokes the given feature on the element. Its expected that the feature is either an operation or a property.
        Parameters:
        element -
        feature -
        Returns:
        invoke(element,feature,null)
      • invoke

        public static Object invoke(Object element,
                    String feature,
                    Object[] arguments)
        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.
        Parameters:
        element -
        feature -
        arguments -
        Returns:
        invokeMethod(element,feature,arguments)

Copyright © 2003–2014 AndroMDA.org. All rights reserved.