Uses of Class
de.fu_berlin.ties.xml.io.ObjectElement

Packages that use ObjectElement
de.fu_berlin.ties.classify This package provides functionality for classification of texts and feature vectors. 
de.fu_berlin.ties.xml.io This package provides functionality for reading and writing XML data. 
 

Uses of ObjectElement in de.fu_berlin.ties.classify
 

Methods in de.fu_berlin.ties.classify that return ObjectElement
 ObjectElement TrainableClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected.
 

Uses of ObjectElement in de.fu_berlin.ties.xml.io
 

Methods in de.fu_berlin.ties.xml.io that return ObjectElement
 ObjectElement XMLStorable.toElement()
          Stores all relevant fields of this object in an XML element for serialization.
 



Copyright © 2003-2004 Christian Siefkes. All Rights Reserved.