M P I Instruction
data class MPIInstruction(action: MPIDirections.MPIAction?, instruction: String?, node: MPINavigatable.MPINode?, distance: Double?, atVortex: MPINavigatable.MPIVortex?)
Content copied to clipboard
This class represents a singular step or instruction of a MPIDirections
Constructors
MPIInstruction
Link copied to clipboard
fun MPIInstruction(action: MPIDirections.MPIAction? = null, instruction: String?, node: MPINavigatable.MPINode? = null, distance: Double?, atVortex: MPINavigatable.MPIVortex? = null)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(action: MPIDirections.MPIAction? = null, instruction: String?, node: MPINavigatable.MPINode? = null, distance: Double?, atVortex: MPINavigatable.MPIVortex? = null): MPIDirections.MPIInstruction
Content copied to clipboard
Properties
action
Link copied to clipboard
atVortex
Link copied to clipboard
instruction
Link copied to clipboard
node
Link copied to clipboard