Class EquivalenceNetworkDelegate
java.lang.Object
com.ptc.windchill.associativity.equivalence.EquivalenceNetworkDelegate
- Direct Known Subclasses:
DefaultEquivalenceNetworkDelegate
Delegate interface which is needed to change the flow to find
Supported API: true
Extendable: false
EquivalenceNetwork
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionabstract booleancontinueToNext(EquivalenceNetwork currentNetwork, boolean isDownstream) Method which will determine whether to proceed finding next level network
EquivalenceNetworkobject has all the links in the current network.abstract NavigationCriteriagetNavigationCriteria(NavigationCriteria nc, EquivalenceLink link, boolean fetchDownstream) Method to get newNavigationCriteriato find object to next level.abstract voidpopulateEquivalenceData(EquivalenceNetwork network, NavigationCriteria nc) Method to populate theEquivalenceNetwork.EquivalenceDatato the currentEquivalenceNetworkobject Supported API: true
-
Method Details
-
continueToNext
Method which will determine whether to proceed finding next level network
EquivalenceNetworkobject has all the links in the current network. One can use this information to build the logic while customizing the delegate.
Supported API: true- Parameters:
currentNetwork- currentEquivalenceNetworkobjectisDownstream- whether method called to find upstream network or downstream- Returns:
- true or false to find further network. default true