MPISiblingGroup

data class MPISiblingGroup(label: String, siblings: List<String>)

MPISiblingGroup represents a group of related MPINavigatable.MPILocation

Constructors

MPISiblingGroup
Link copied to clipboard
fun MPISiblingGroup(label: String, siblings: List<String>)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): List<String>
copy
Link copied to clipboard
fun copy(label: String, siblings: List<String>): MPISiblingGroup
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

label
Link copied to clipboard
val label: String
siblings
Link copied to clipboard
val siblings: List<String>
An array of ids of MPINavigatable.MPILocation under the same MPISiblingGroup