Interface MPMBomProcessPlanSelectionDelegate
public interface MPMBomProcessPlanSelectionDelegate
The purpose of this delegate is to determine the process plan context for the current bom.
This interface should be implemented by customized implementations.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiondefaultProcessPlanSelection(WTPart assembly, NCServerHolder nc_server_holder) Get a set of Process plan context against a given Part assembly.
-
Method Details
-
defaultProcessPlanSelection
WTSet defaultProcessPlanSelection(WTPart assembly, NCServerHolder nc_server_holder) throws WTException Get a set of Process plan context against a given Part assembly.
Supported API: true- Parameters:
assembly- The Part assembly for which the process plan context is to be determinednc_server_holder- The navigation criteria to use to filter the iterations for the masters used- Returns:
- WTSet Set of associated MPMProcessPlan
- Throws:
WTException
-