Uses of Class
org.openwms.common.location.Target
Packages that use Target
Package
Description
This package contains all types to describe locations.
-
Uses of Target in org.openwms.common.location
Subclasses of Target in org.openwms.common.locationModifier 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.Methods in org.openwms.common.location with parameters of type TargetModifier 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) Method parameters in org.openwms.common.location with type arguments of type TargetModifier 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)