Interface HasMethods<T extends HasMethods<T>>

    • Method Detail

      • add

        default T add​(Method meth)
        Adds the specified Method to this model.
        Parameters:
        meth - the new child
        Returns:
        a reference to this
      • getMethods

        List<Method> getMethods()
        Returns a list of all methods in this model.

        The list returned must be mutable for changes!

        Returns:
        the methods