Class NetworkDescriptor

    • Constructor Detail

      • NetworkDescriptor

        public NetworkDescriptor​(String name)
      • NetworkDescriptor

        public NetworkDescriptor()
    • Method Detail

      • isDirected

        public boolean isDirected()
      • setDirected

        public void setDirected​(boolean directed)
      • getName

        public String getName()
        Description copied from interface: Descriptor
        Retrieves the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.
        Specified by:
        getName in interface Descriptor
        Returns:
        the name of this descriptor
      • setName

        public void setName​(String name)
        Description copied from interface: Descriptor
        Sets the name of the descriptor. This will generally be used for displaying the descriptor in GUIs and in other situations.
        Specified by:
        setName in interface Descriptor
        Parameters:
        name - the name of this descriptor
      • removeRelationships

        public void removeRelationships​(AgentDescriptor descriptor)