Uses of Class
de.fu_berlin.ties.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.classify.feature This package contains classes for working with features, feature vectors and feature transformers. 
de.fu_berlin.ties.classify.winnow This package contains the Winnow classification algorithm and related algorithms and classes. 
de.fu_berlin.ties.io This package provides classes for input/output handling and for (de)serialization. 
 

Uses of ObjectElement in de.fu_berlin.ties.classify
 

Methods in de.fu_berlin.ties.classify that return ObjectElement
 ObjectElement TieClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected.
 ObjectElement OneAgainstTheRestClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected.
 ObjectElement MultiBinaryClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected.
 ObjectElement MetaClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected. Currently, this classifier does not support XML serialization, throwing an UnsupportedOperationException instead.
 ObjectElement ExternalClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected. Currently, this classifier does not support XML serialization, throwing an UnsupportedOperationException instead.
 ObjectElement MoonClassifier.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected. Currently, this classifier does not support XML serialization, throwing an UnsupportedOperationException instead.
 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.classify.feature
 

Methods in de.fu_berlin.ties.classify.feature that return ObjectElement
 ObjectElement SBPHTransformer.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element.
 ObjectElement OSBTransformer.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element.
 ObjectElement FeatureTransformer.toElement()
          Stores all relevant fields of this object in an XML element for serialization.
 

Uses of ObjectElement in de.fu_berlin.ties.classify.winnow
 

Methods in de.fu_berlin.ties.classify.winnow that return ObjectElement
 ObjectElement Winnow.toElement()
          Stores all relevant fields of this object in an XML element for serialization. An equivalent object can be created by calling createObject(org.dom4j.Element, Class) on the created element. Subclasses of TrainableClassifier should extend this method and the corresponding constructor from Element to ensure (de)serialization works as expected.
 ObjectElement SharedWinnowStore.toElement()
          Stores all relevant fields of this object in an XML element for serialization.
 ObjectElement DefaultWinnowStore.toElement()
          Stores all relevant fields of this object in an XML element for serialization.
 

Uses of ObjectElement in de.fu_berlin.ties.io
 

Methods in de.fu_berlin.ties.io that return ObjectElement
 ObjectElement FieldContainer.toElement()
          Stores all relevant fields of this object in an XML element for serialization. This implementation delegates to FieldContainer.toElement(String), setting the name of the main element to "list".
 ObjectElement FieldMap.toElement()
          Stores all relevant fields of this object in an XML element for serialization. This implementation delegates to FieldMap.toElement(boolean), setting the Java attribute.
 ObjectElement XMLStorable.toElement()
          Stores all relevant fields of this object in an XML element for serialization.
 ObjectElement FieldMap.toElement(boolean setJavaAttrib)
          Stores all relevant fields of this object in an XML element for serialization.
 ObjectElement FieldContainer.toElement(QName name)
          Stores all contents of this container in an XML element for serialization, without using a medium level.
 ObjectElement FieldContainer.toElement(QName name, QName level2Name)
          Stores all contents of this container in an XML element for serialization.
 ObjectElement FieldContainer.toElement(String localName)
          Stores all contents of this container in an XML element for serialization.
 ObjectElement ObjectElement.unsetJavaClass()
          Unsets the attribute representing the Class of the stored object.
 



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