toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-model
/
io.rtron.model.opendrive.junction
/
JunctionController
Junction
Controller
data
class
JunctionController
(
var
id
:
String
=
""
,
var
sequence
:
Option
<
Int
>
=
None
,
var
type
:
Option
<
String
>
=
None
)
:
OpendriveElement
Members
Constructors
Junction
Controller
Link copied to clipboard
constructor
(
id
:
String
=
""
,
sequence
:
Option
<
Int
>
=
None
,
type
:
Option
<
String
>
=
None
)
Properties
g_Additional
Data
Link copied to clipboard
var
g_AdditionalData
:
List
<
AdditionalData
>
id
Link copied to clipboard
var
id
:
String
sequence
Link copied to clipboard
var
sequence
:
Option
<
Int
>
type
Link copied to clipboard
var
type
:
Option
<
String
>