toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.sapere.dsl.impl
/
OperatorTreeNode
Operator
Tree
Node
open
class
OperatorTreeNode
:
ATreeNode
<
T
>
Members
Constructors
Operator
Tree
Node
Link copied to clipboard
constructor
(
op
:
Operator
,
left
:
ITreeNode
<
out
Any
>
,
right
:
ITreeNode
<
out
Any
>
)
Properties
data
Link copied to clipboard
val
data
:
T
operator
Link copied to clipboard
val
operator
:
Operator
Functions
equals
Link copied to clipboard
open
fun
equals
(
t
:
Any
)
:
Boolean
get
Left
Child
Link copied to clipboard
open
fun
getLeftChild
(
)
:
ITreeNode
<
out
Any
>
get
Number
Of
Children
Link copied to clipboard
open
fun
getNumberOfChildren
(
)
:
Int
get
Right
Child
Link copied to clipboard
open
fun
getRightChild
(
)
:
ITreeNode
<
out
Any
>
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Type
get
Value
Link copied to clipboard
open
fun
getValue
(
matches
:
Map
<
HashString
,
ITreeNode
<
out
Any
>
>
)
:
Double
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
to
Hash
String
Link copied to clipboard
open
fun
toHashString
(
)
:
HashString
Similar to toString(), but returns a HashString.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String