Interface PlantLocalizationService.WorkCenterCompatibilityReport
- Enclosing interface:
PlantLocalizationService
public static interface PlantLocalizationService.WorkCenterCompatibilityReport
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescription
Supported API: true
Supported API: truevoidsetCompatibleWorkCenters(Set<ObjectReference> workCenters)
Supported API: truevoidsetIncompatibleWorkCenters(Set<ObjectReference> workCenters)
Supported API: true
-
Method Details
-
getCompatibleWorkCenters
Set<ObjectReference> getCompatibleWorkCenters()
Supported API: true- Returns:
-
setCompatibleWorkCenters
Supported API: true- Parameters:
workCenters-
-
getIncompatibleWorkCenters
Set<ObjectReference> getIncompatibleWorkCenters()
Supported API: true- Returns:
-
setIncompatibleWorkCenters
Supported API: true- Parameters:
workCenters-
-