MPIActionType

enum MPIActionType : Enum<MPIActionType>

Possible action types of a specific MPIDirections.MPIInstruction

Entries

DEPARTURE
Link copied to clipboard
If the instruction is the first instruction of the instructions array of MPIDirections
TAKEVORTEX
Link copied to clipboard
If the instruction involves taking a MPINavigatable.MPIVortex
EXITVORTEX
Link copied to clipboard
If the instruction involves exiting a MPINavigatable.MPIVortex
TURN
Link copied to clipboard
If the instruction involves turning
ARRIVAL
Link copied to clipboard
If the instruction is the last instruction of the instructions array of MPIDirections

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: MPIActionType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<MPIActionType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int