Interface MethodCallFeatureList

    • Method Detail

      • create

        MethodCallFeature create​(java.lang.String tag,
                                 java.lang.String method)
        Create a method call feature.
        Specified by:
        create in interface PropFeatureList<MethodCallFeature>
        Parameters:
        tag - Feature tag.
        method - Method called.
        Returns:
        Created method call feature.
      • methods

        java.lang.String[] methods()
        Get names of all methods.
        Returns:
        Names of all methods.