MPIPathNode

data class MPIPathNode(node: String, map: String)

MPIPathNode contains the id of the node and the id of the map of the adjacent nodes of the MPINavigatable.MPINode

Constructors

MPIPathNode
Link copied to clipboard
fun MPIPathNode(node: String, map: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(node: String, map: String): MPIPathNode
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

map
Link copied to clipboard
val map: String
node
Link copied to clipboard
val node: String