Documentation of 'kcl.waterloo.observable.GJLinkableInterface' Java class
GJLinkableInterface
kcl.waterloo.observable

Interface GJLinkableInterface

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void addLink(java.lang.Object o)
      Adds an Object to the Links map
      java.util.ArrayList<java.lang.Object> getLinks()
      Returns the list of linked Objects
      void removeLink(java.lang.Object o)
      Removes an Object from the Links map
      void setLinks(java.util.ArrayList<java.lang.Object> links)
      Sets the list of linked objects
    • Method Detail

      • addLink

        void addLink(java.lang.Object o)
        Adds an Object to the Links map
        Parameters:
        o -
      • removeLink

        void removeLink(java.lang.Object o)
        Removes an Object from the Links map
        Parameters:
        o -
      • getLinks

        java.util.ArrayList<java.lang.Object> getLinks()
        Returns the list of linked Objects
        Returns:
        the ArrayList of linked Objects
      • setLinks

        void setLinks(java.util.ArrayList<java.lang.Object> links)
        Sets the list of linked objects
        Parameters:
        links - ArrayList

        DMelt 3.0 © DataMelt by jWork.ORG

        You see the box below because you did not login.