public class MaltFeatureNode extends Object implements Comparable<MaltFeatureNode>
Constructor and Description |
---|
MaltFeatureNode() |
MaltFeatureNode(int index,
double value) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(MaltFeatureNode aThat) |
boolean |
equals(Object obj) |
int |
getIndex() |
double |
getValue() |
int |
hashCode() |
void |
setIndex(int index) |
void |
setValue(double value) |
String |
toString() |
public MaltFeatureNode()
public MaltFeatureNode(int index, double value)
public int getIndex()
public void setIndex(int index)
public double getValue()
public void setValue(double value)
public void clear()
public int compareTo(MaltFeatureNode aThat)
compareTo
in interface Comparable<MaltFeatureNode>
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.