Uses of Class
org.openwms.common.location.Target
Package
Description
This package contains all types to describe locations.
-
Uses of Target in org.openwms.common.location
Modifier and TypeClassDescriptionclass
A Location, represents a physical or virtual place in a warehouse.class
A LocationGroup is a logical group ofLocation
s with same characteristics.Modifier and TypeMethodDescriptionprivate void
LocationController.changeLocation
(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocation
(LockMode mode, Target target, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocationGroupState
(LockMode mode, Target target, BiConsumer<Target, LocationGroupState[]> fnc) Modifier and TypeMethodDescriptionprivate void
LocationController.changeLocation
(LockMode mode, Target target, Integer plcState, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocation
(LockMode mode, Target target, BiConsumer<Target, ErrorCodeVO> fnc) private void
TargetController.changeLocationGroupState
(LockMode mode, Target target, BiConsumer<Target, LocationGroupState[]> fnc)