mpp

fun mpp(): List<List<EHorizonEdge>>

Get the MPP starting at the first Edge in the EHorizon

Return

entire MPP from the EHorizon as a list of ordered Edges

fun mpp(position: EHorizonPosition): List<List<EHorizonEdge>>

Get the MPP starting at the current EHorizonPosition

Return

the Edges starting at the current edge