nz.ac.waikato.mcennis.rat.graph.property.xml
Interface PropertyXML

All Superinterfaces:
XMLParserObject
All Known Implementing Classes:
BasicPropertyXML

public interface PropertyXML
extends XMLParserObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface nz.ac.waikato.mcennis.rat.XMLParserObject
XMLParserObject.State
 
Method Summary
 void export(java.io.Writer output)
           
 Property getProperty()
           
 PropertyXML newCopy()
          Return a new, clean object of this class with no common resources with the original beyond static resources of the class.
 void setProperty(Property property)
           
 
Methods inherited from interface nz.ac.waikato.mcennis.rat.XMLParserObject
buildingStatus, characters, endElement, startElement
 

Method Detail

getProperty

Property getProperty()

setProperty

void setProperty(Property property)

export

void export(java.io.Writer output)
            throws java.io.IOException
Throws:
java.io.IOException

newCopy

PropertyXML newCopy()
Description copied from interface: XMLParserObject
Return a new, clean object of this class with no common resources with the original beyond static resources of the class.

Specified by:
newCopy in interface XMLParserObject
Returns:
new object of this class

Get Relational Analysis Toolkit at SourceForge.net. Fast, secure and Free Open Source software downloads