Class HealConsumptionDelegate
java.lang.Object
com.ptc.windchill.associativity.consumption.HealConsumptionDelegate
Logic to heal Consumption
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidmatchOnCustomLogic(Collection<AssociativePath> upPaths, Collection<AssociativePath> downPaths, HealConsumptionParams params, HealConsumptionReport report) For overriding if cannot be matched on OOTB logic
Supported API: true
-
Method Details
-
matchOnCustomLogic
protected void matchOnCustomLogic(Collection<AssociativePath> upPaths, Collection<AssociativePath> downPaths, HealConsumptionParams params, HealConsumptionReport report) throws WTException For overriding if cannot be matched on OOTB logic
Supported API: true- Parameters:
upPaths- - upstream paths for single equivalent leafdownPaths- - downstream paths for the equivalent leafparams-report-- Throws:
WTException
-