Interface WSILElementWithAbstract

    • Method Detail

      • addAbstract

        void addAbstract​(Abstract abs)
        Add one abstract to this element.
        Parameters:
        abs - the abstract to add
      • addAbstracts

        void addAbstracts​(Abstract[] abstracts)
        Add abstracts to this element.
        Parameters:
        abstracts - the array of abstracts to add
      • removeAbstracts

        void removeAbstracts()
        Remove all abstracts from this element.
      • getAbstracts

        Abstract[] getAbstracts()
        Get all abstracts for this element.
        Returns:
        Returns all abstracts for this element.