EfaMeansNormalization

interface EfaMeansNormalization

Types

Simple
Link copied to clipboard
interface Simple : EfaMeansNormalization

Functions

denormalizeEfaMeans
Link copied to clipboard
abstract fun denormalizeEfaMeans(productClass: ProductClass): EfaMeansOfTransport
abstract fun denormalizeEfaMeans(productClasses: Set<ProductClass>): Set<EfaMeansOfTransport>
normalizeEfaMeans
Link copied to clipboard
abstract fun normalizeEfaMeans(means: EfaMeansOfTransport): ProductClass
abstract fun normalizeEfaMeans(means: Set<EfaMeansOfTransport>): Set<ProductClass>
resolveAltCode
Link copied to clipboard
open fun resolveAltCode(from: Int): EfaMeansOfTransport?

Inheritors

EfaMeansNormalization
Link copied to clipboard
EfaNormalization
Link copied to clipboard