Class Container<T extends IExtendedResource>

    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • getMembers

        public abstract T[] getMembers()
        Returns the members of the container Method that must be overridden with the appropriate return type and annotations
        Returns:
        the members of the container
      • setMembers

        public void setMembers​(T[] members)
        Sets the members of the container
        Parameters:
        members - the new members of the container
      • addMember

        public void addMember​(T member)
        Add a new member into the container
        Parameters:
        member - the new member of the container