toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-model
/
io.rtron.model.roadspaces.roadspace.attribute
/
AttributeList
Attribute
List
class
AttributeList
(
val
attributes
:
List
<
Attribute
>
=
emptyList()
,
val
name
:
String
=
""
)
:
Attribute
List of attributes.
Parameters
name
name of the list
Members
Constructors
Attribute
List
Link copied to clipboard
constructor
(
attributes
:
List
<
Attribute
>
=
emptyList()
,
name
:
String
=
""
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
Attribute
>
name
Link copied to clipboard
val
name
:
String
Functions
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
plus
Link copied to clipboard
operator
fun
plus
(
other
:
AttributeList
)
:
AttributeList