Package wt.effectivity.engine
Interface CalculateEffConfigSpecDelegate
public interface CalculateEffConfigSpecDelegate
Delegate to get the config spec which is applied in a part structure for calculating the rolled up effectivity for lower level part.
Implement this for custom config spec to be applied.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigSpecForPart(Iterated iteration) Gets config spec which is applied in a part structure for calculating the rolled up effectivity for lower level part.
-
Method Details
-
getConfigSpecForPart
Gets config spec which is applied in a part structure for calculating the rolled up effectivity for lower level part.
Supported API: true- Parameters:
iteration-- Returns:
- ConfigSpec
- Throws:
WTExceptionWTPropertyVetoException
-