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