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
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()