Package | Description |
---|---|
weka.core.xml |
Modifier and Type | Field and Description |
---|---|
protected MethodHandler |
XMLSerializationMethodHandler.m_ReadMethods
for storing read methods
|
protected MethodHandler |
XMLSerializationMethodHandler.m_WriteMethods
for storing write methods
|
Modifier and Type | Method and Description |
---|---|
MethodHandler |
XMLSerializationMethodHandler.read()
returns the handler for read methods
|
MethodHandler |
XMLSerializationMethodHandler.write()
returns the handler for write methods
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLSerializationMethodHandler.addMethods(MethodHandler handler,
Method template,
Method[] methods)
adds all methods that are like
template to the method list |
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.