Class MethodDetails


  • public class MethodDetails
    extends Object
    Metadata for a method that can be used as a kernel function.
    • Method Detail

      • getName

        public String getName()
        Get the name of the method.
        Returns:
        The name of the method.
      • getDescription

        @Nullable
        public String getDescription()
        Get the description of the method.
        Returns:
        The description of the method.
      • getParameters

        public List<InputVariable> getParameters()
        Get the parameters of the method.
        Returns:
        The parameters of the method.
      • getReturnParameter

        public OutputVariable<?> getReturnParameter()
        Get the return parameter of the method.
        Returns:
        The return parameter of the method.