alchemist
alchemist
/
it.unibo.alchemist.expressions.implementations
/
OperatorTreeNode
Operator
Tree
Node
open
class
OperatorTreeNode
:
ATreeNode
<
Double
>
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Operator
Tree
Node
Link copied to clipboard
open
fun
OperatorTreeNode
(
op
:
Operator
,
left
:
ITreeNode
<
out
Any
>
,
right
:
ITreeNode
<
out
Any
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
t
:
Any
)
:
Boolean
Content copied to clipboard
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
T
Content copied to clipboard
get
Left
Child
Link copied to clipboard
open
fun
getLeftChild
(
)
:
ITreeNode
<
out
Any
>
Content copied to clipboard
get
Number
Of
Children
Link copied to clipboard
open
fun
getNumberOfChildren
(
)
:
Int
Content copied to clipboard
get
Right
Child
Link copied to clipboard
open
fun
getRightChild
(
)
:
ITreeNode
<
out
Any
>
Content copied to clipboard
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Type
Content copied to clipboard
get
Value
Link copied to clipboard
open
fun
getValue
(
matches
:
Map
<
HashString
,
ITreeNode
<
out
Any
>
>
)
:
Double
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
Hash
String
Link copied to clipboard
open
fun
toHashString
(
)
:
HashString
Content copied to clipboard
Similar to toString(), but returns a HashString.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Properties
operator
Link copied to clipboard
private
val
operator
:
Operator
Content copied to clipboard