Class DefaultGraphNode

java.lang.Object
All Implemented Interfaces:
java.lang.Comparable<AbstractGraphNode>, InterfaceObject, NamedObject, TreeObject, CleanableObject, XMLObject
Direct Known Subclasses:
NeuralNetNode

public class DefaultGraphNode
extends AbstractGraphNode
Default implementation of a Graph in modelGUI.
Since:
1.0
Version:
1.0
Author:
Andrew Reid
  • Constructor Details

    • DefaultGraphNode

      public DefaultGraphNode()
    • DefaultGraphNode

      public DefaultGraphNode​(java.lang.String label)
  • Method Details

    • getFactory

      public org.apache.commons.collections15.Factory<AbstractGraphNode> getFactory()
    • handleXMLElementStart

      public void handleXMLElementStart​(java.lang.String localName, org.xml.sax.Attributes attributes, XMLObject.XMLType type) throws org.xml.sax.SAXException
      Description copied from interface: XMLObject
      Handles the start of an XML element.
      Specified by:
      handleXMLElementStart in interface XMLObject
      Overrides:
      handleXMLElementStart in class AbstractGraphNode
      Parameters:
      localName - Local name of the element
      attributes - Set of element attributes
      type - The XMLType of this element
      Throws:
      org.xml.sax.SAXException
    • clone

      public java.lang.Object clone() throws java.lang.CloneNotSupportedException
      Overrides:
      clone in class AbstractGraphNode
      Throws:
      java.lang.CloneNotSupportedException