org.wilmascope.file
Class XMLGraph.Node

java.lang.Object
  extended by org.wilmascope.file.XMLGraph.XMLGraphElement
      extended by org.wilmascope.file.XMLGraph.Node
All Implemented Interfaces:
java.lang.Comparable<XMLGraph.Node>
Direct Known Subclasses:
XMLGraph.Cluster
Enclosing class:
XMLGraph

public class XMLGraph.Node
extends XMLGraph.XMLGraphElement
implements java.lang.Comparable<XMLGraph.Node>


Constructor Summary
protected XMLGraph.Node()
           
protected XMLGraph.Node(org.w3c.dom.Element nodeElement)
           
protected XMLGraph.Node(java.lang.String type)
           
 
Method Summary
 int compareTo(XMLGraph.Node other)
           
 java.lang.String getID()
           
 
Methods inherited from class org.wilmascope.file.XMLGraph.XMLGraphElement
appendChild, createElement, getAttribute, getChildElements, getChildNodes, getElement, getFloatAttribute, getProperties, getViewType, setAttribute, setAttribute, setProperties, setViewType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLGraph.Node

protected XMLGraph.Node()

XMLGraph.Node

protected XMLGraph.Node(java.lang.String type)

XMLGraph.Node

protected XMLGraph.Node(org.w3c.dom.Element nodeElement)
Method Detail

getID

public final java.lang.String getID()

compareTo

public int compareTo(XMLGraph.Node other)
Specified by:
compareTo in interface java.lang.Comparable<XMLGraph.Node>