Interface HasInitializers<T extends HasInitializers<T>>

    • Method Detail

      • add

        default T add​(Initializer init)
        Adds the specified Initializer to this model.
        Parameters:
        init - the new child
        Returns:
        a reference to this
      • getInitializers

        List<Initializer> getInitializers()
        Returns a list of all intializers in this model.

        The list returned must be mutable for changes!

        Returns:
        the initalizers