pda
jvm
model
/
net.artux.pda.model.map
/
Point
Point
data
class
Point
(
var
id
:
UUID
,
var
type
:
Int
=
0
,
var
name
:
String
=
"point"
,
var
pos
:
String
=
"500:500"
)
:
Serializable
Members
Constructors
Point
Link copied to clipboard
constructor
(
id
:
UUID
,
type
:
Int
=
0
,
name
:
String
=
"point"
,
pos
:
String
=
"500:500"
)
Properties
actions
Link copied to clipboard
var
actions
:
HashMap
<
String
,
List
<
String
>
>
condition
Link copied to clipboard
var
condition
:
HashMap
<
String
,
List
<
String
>
>
data
Link copied to clipboard
var
data
:
HashMap
<
String
,
String
>
id
Link copied to clipboard
var
id
:
UUID
name
Link copied to clipboard
var
name
:
String
pos
Link copied to clipboard
var
pos
:
String
type
Link copied to clipboard
var
type
:
Int