Uses of Interface
org.openwms.tms.routing.Matrix
Packages that use Matrix
Package
Description
This package contains all types of the COMMON COMM module used in this module.
This package contains all types that handle and process OSIP ERR messages.
This package contains all types that handle and process OSIP LOCU messages.
This package contains all types that handle and process OSIP SYSU messages.
This package contains service provider interface implementations.
-
Uses of Matrix in org.openwms.common.comm
Fields in org.openwms.common.comm declared as MatrixConstructors in org.openwms.common.comm with parameters of type MatrixModifierConstructorDescription(package private)
ItemMessageHandler
(Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in, RouteSearchAlgorithm routeSearch, org.openwms.common.location.api.LocationApi locationApi, org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.openwms.tms.api.TransportOrderApi transportOrderApi) -
Uses of Matrix in org.openwms.common.comm.osip.err
Fields in org.openwms.common.comm.osip.err declared as MatrixConstructors in org.openwms.common.comm.osip.err with parameters of type MatrixModifierConstructorDescription(package private)
ErrorMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in) -
Uses of Matrix in org.openwms.common.comm.osip.locu
Fields in org.openwms.common.comm.osip.locu declared as MatrixConstructors in org.openwms.common.comm.osip.locu with parameters of type MatrixModifierConstructorDescription(package private)
LocationUpdateMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, org.openwms.common.location.api.LocationApi locationApi, InputContext in, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor) -
Uses of Matrix in org.openwms.common.comm.osip.sysu
Fields in org.openwms.common.comm.osip.sysu declared as MatrixConstructors in org.openwms.common.comm.osip.sysu with parameters of type MatrixModifierConstructorDescription(package private)
SystemUpdateMessageHandler
(org.openwms.common.location.api.LocationGroupApi locationGroupApi, Matrix matrix, org.openwms.core.process.execution.spi.ProgramExecutor executor, InputContext in) -
Uses of Matrix in org.openwms.tms.routing.spi
Classes in org.openwms.tms.routing.spi that implement Matrix