Class AbstractDiscrepancyDetector
java.lang.Object
com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyProcessor
com.ptc.windchill.associativity.reconciliation.detector.AbstractDiscrepancyDetector
- Direct Known Subclasses:
com.ptc.windchill.associativity.reconciliation.detector.UsageDiscrepancyDetector
The base comparator class all must implement. This allows user to implement methods to populate different types of
discrepancies
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyProcessor
AbstractDiscrepancyProcessor.ConsumptionData -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<Discrepancy2>detect(ReconciliationContext context, AssociativePath currentPath, AssociativePath oldPath) Supported API: trueMethods inherited from class com.ptc.windchill.associativity.reconciliation.AbstractDiscrepancyProcessor
isSamePath
-
Method Details
-
detect
public abstract Collection<Discrepancy2> detect(ReconciliationContext context, AssociativePath currentPath, AssociativePath oldPath) throws WTException Supported API: true- Parameters:
context-currentPath-oldPath-- Returns:
- Throws:
WTException
-