smile.symbolic.internal
Class UnaryNode
- java.lang.Object
-
- smile.symbolic.internal.Expression
-
- smile.symbolic.internal.UnaryNode
-
- Direct Known Subclasses:
- Cosecant, Cosine, Cotangent, Logarithm, NaturalLogarithm, Negation, Secant, Sine, Tangent
public abstract class UnaryNode extends Expression
-
-
Constructor Summary
Constructors Constructor and Description UnaryNode(Expression exp, smile.symbolic.internal.Expression.UnaryOperator type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ExpressiongetLeftChild()ExpressiongetRightChild()java.lang.StringgetType()-
Methods inherited from class smile.symbolic.internal.Expression
derive, getValue, reduce
-
-
-
-
Constructor Detail
-
UnaryNode
public UnaryNode(Expression exp, smile.symbolic.internal.Expression.UnaryOperator type)
-
-
Method Detail
-
getType
public java.lang.String getType()
- Specified by:
getTypein classExpression
-
getLeftChild
public Expression getLeftChild()
- Specified by:
getLeftChildin classExpression
-
getRightChild
public Expression getRightChild()
- Specified by:
getRightChildin classExpression
-
-
DataMelt 3.0 © DataMelt by jWork.ORG