public class ComplementSet extends SetNode
m_children, m_parent
m_numberClass
Constructor and Description |
---|
ComplementSet(SetNode child)
Constructs this with the given set.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(double aNumber)
Returns true if the given number is inside the set represented by this subtree.
|
boolean |
contains(MNumber aNumber)
Returns true if the given number is inside the set represented by this subtree.
|
FiniteBorelSet |
getFiniteBorelSet(Interval boundingInterval,
double eps)
Returns the finite approximation of this
BorelSet with respect to the
given boundingInterval and the small-cut-off epsilon . |
children, compareTo, getChildren, parent, setChildren, setChildren, setParent
clone, contains, extractNode, getDepth, getNumberClass, insertNode, isLeaf, replace, replaceByValue, replaceWith
public ComplementSet(SetNode child)
public boolean contains(double aNumber)
SetNode
public boolean contains(MNumber aNumber)
SetNode
public FiniteBorelSet getFiniteBorelSet(Interval boundingInterval, double eps)
SetNode
BorelSet
with respect to the
given boundingInterval
and the small-cut-off epsilon
.getFiniteBorelSet
in class SetNode
Further documentation and examples can be found under www.mathletfactory.de.