public class RationalOpHolder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected OpNode |
m_rootNode
The root node of the rational expression.
|
Constructor and Description |
---|
RationalOpHolder(OpNode rootNode)
Constructs the rational operation holder with the given root node.
|
Modifier and Type | Method and Description |
---|---|
FiniteBorelSet |
getDomain()
Returns a
BorelSet containing the definition range of this
rational expression. |
FiniteBorelSet |
isNegativeFor()
Returns a
BorelSet containing the range where this
rational expression is positive. |
FiniteBorelSet |
isPositiveFor()
Returns a
BorelSet containing the range where this
rational expression is positive. |
protected OpNode m_rootNode
public RationalOpHolder(OpNode rootNode)
public FiniteBorelSet getDomain()
BorelSet
containing the definition range of this
rational expression.public FiniteBorelSet isPositiveFor()
BorelSet
containing the range where this
rational expression is positive.public FiniteBorelSet isNegativeFor()
BorelSet
containing the range where this
rational expression is positive.Further documentation and examples can be found under www.mathletfactory.de.