public abstract class Weighter extends Object
| Constructor and Description |
|---|
Weighter() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getWeight(DocumentNode node)
Computes the weight of a DocumentNode.
|
abstract double |
getWeight(TextNode node)
Computes the weight of a TextNode.
|
public abstract double getWeight(DocumentNode node)
node - the nodepublic abstract double getWeight(TextNode node)
node - the nodeCopyright © 2019 SEMS project @ University of Rostock. All rights reserved.