rtron
Toggle table of contents
1.3.0
jvm
Platform filter
jvm
Switch theme
Search in API
rtron
rtron-model
/
io.rtron.model.roadspaces.roadspace.attribute
/
BooleanAttribute
Boolean
Attribute
class
BooleanAttribute
(
val
name
:
String
,
val
value
:
Boolean
)
:
Attribute
Attribute with a
name
containing a certain boolean
value
.
Members
Constructors
Boolean
Attribute
Link copied to clipboard
constructor
(
name
:
String
,
value
:
Boolean
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
Boolean