Uses of Class
de.unirostock.sems.xmlutils.alg.Weighter
-
Packages that use Weighter Package Description de.unirostock.sems.xmlutils.alg de.unirostock.sems.xmlutils.ds -
-
Uses of Weighter in de.unirostock.sems.xmlutils.alg
Subclasses of Weighter in de.unirostock.sems.xmlutils.alg Modifier and Type Class Description classSemsWeighterThe Class SemsWeighter to compute the weight of nodes and subtrees in a document.classXyWeighterThe Class XyWeighter to compute the weight of nodes and subtrees in a document based on the publication of Cobena2002. -
Uses of Weighter in de.unirostock.sems.xmlutils.ds
Methods in de.unirostock.sems.xmlutils.ds that return Weighter Modifier and Type Method Description WeighterDocumentNode. getWeighter()Gets the weighter used to compute the weight of this document.Constructors in de.unirostock.sems.xmlutils.ds with parameters of type Weighter Constructor Description DocumentNode(org.jdom2.Element element, DocumentNode parent, TreeDocument doc, Weighter w, int numChild, int level)Instantiates a new document node.TextNode(String text, DocumentNode parent, TreeDocument doc, int numChild, Weighter w, int level)Instantiates a new text node.TreeDocument(org.jdom2.Document d, Weighter w, URI baseUri)Instantiates a new tree document.TreeDocument(org.jdom2.Document d, Weighter w, URI baseUri, boolean ordered)Instantiates a new tree document.
-