|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Rule | |
---|---|
org.openwms.common.domain | Contains essential domain classes of the COMMON module. |
org.openwms.common.service | Interface definitions of the COMMON Module service layer. |
org.openwms.common.service.spring | This package provides common used business logic. |
Uses of Rule in org.openwms.common.domain |
---|
Classes in org.openwms.common.domain that implement Rule | |
---|---|
class |
TypePlacingRule
A TypePlacingRule is a Rule that defines which types of
TransportUnit s (TransportUnitType s) can be put on
which type of Location (LocationType ). |
class |
TypeStackingRule
A TypeStackingRule is a Rule that defines which
TransportUnitType can be stacked on other types. |
Uses of Rule in org.openwms.common.service |
---|
Methods in org.openwms.common.service that return types with arguments of type Rule | |
---|---|
List<Rule> |
TransportUnitService.loadRules(String transportUnitType)
Return a List of all Rule s that belong
to this TransportUnitType type. |
Uses of Rule in org.openwms.common.service.spring |
---|
Methods in org.openwms.common.service.spring that return types with arguments of type Rule | |
---|---|
List<Rule> |
TransportUnitServiceImpl.loadRules(String transportUnitType)
Return a List of all Rule s that belong
to this TransportUnitType type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |