toggle menu
alchemist
jvm
switch theme
search in API
alchemist
/
it.unibo.alchemist.model.nodes
/
VisibleNodeImpl
Visible
Node
Impl
class
VisibleNodeImpl
<
T
,
P
:
Position
<
P
>
>
(
val
node
:
Node
<
T
>
,
val
position
:
P
)
:
VisibleNode
<
T
,
P
>
Basic implementation of
VisibleNode
.
Members
Constructors
Visible
Node
Impl
Link copied to clipboard
constructor
(
node
:
Node
<
T
>
,
position
:
P
)
Properties
node
Link copied to clipboard
open
override
val
node
:
Node
<
T
>
The node seen.
position
Link copied to clipboard
open
override
val
position
:
P
The position of the node.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String