data class ConnectionIdentifier: AbstractRoadspacesIdentifier, ConnectionIdentifierInterface, JunctionIdentifierInterface
Fields
Name | Description |
---|---|
val connectionId: String
|
id of the junction |
val junctionIdentifier: JunctionIdentifier
|
identifier of the junction |
Constructors
<init>
constructor(connectionId: String, junctionIdentifier: JunctionIdentifier)
Identifier of a Connection.
Parameters
Name | Description |
---|---|
connectionId: String
|
id of the junction |
junctionIdentifier: JunctionIdentifier
|
identifier of the junction |
Methods
toStringMap
fun toStringMap(): Map<String, String>
ReturnValue
Name | Description |
---|---|
Map<String, String>
|
toString
fun toString(): String
ReturnValue
Name | Description |
---|---|
String
|
Identifier of a Connection.