public final class QuadratureNode
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Modifier | Constructor and Description |
---|---|
protected |
QuadratureNode(double value,
double weight)
Protected Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object arg0) |
double |
getValue()
This method returns the value of the node.
|
double |
getWeight()
This method returns the weight of the node.
|
protected QuadratureNode(double value, double weight)
value
- the value of the nodeweight
- the weight of the nodepublic double getValue()
public double getWeight()
public int compareTo(java.lang.Object arg0)
compareTo
in interface java.lang.Comparable<java.lang.Object>