nz.ac.waikato.mcennis.rat.graph.property.xml
Interface PropertyValueXML<Type>

All Superinterfaces:
XMLParserObject
All Known Implementing Classes:
AssociativeMiningItemsXML, AttributeXML, DoubleXML, FileXML, InstancesXML, InstanceXML, IntegerXML, LongXML, StringXML, URLXML

public interface PropertyValueXML<Type>
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 writer)
           
 java.lang.String getClassName()
           
 Type getProperty()
           
 PropertyValueXML<Type> newCopy()
          Return a new, clean object of this class with no common resources with the original beyond static resources of the class.
 void setProperty(Type type)
           
 
Methods inherited from interface nz.ac.waikato.mcennis.rat.XMLParserObject
buildingStatus, characters, endElement, startElement
 

Method Detail

getProperty

Type getProperty()

setProperty

void setProperty(Type type)

export

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

newCopy

PropertyValueXML<Type> 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

getClassName

java.lang.String getClassName()

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