Uses of Class
com.orchestranetworks.service.comparison.NodeDifference
Packages that use NodeDifference
Package
Description
Provides classes and interfaces for to compute differences between
adaptations, homes and examine the results.
-
Uses of NodeDifference in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return NodeDifferenceModifier and TypeMethodDescriptionDifferenceBetweenContents.getNodeDifference
(Path aNodePath) Returns the difference for the specified node,null
if there is no difference.DifferenceBetweenContents.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenInstances.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenOccurrences.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) Methods in com.orchestranetworks.service.comparison that return types with arguments of type NodeDifferenceModifier and TypeMethodDescriptionDifferenceBetweenContents.getNodeDifferences()
Returns aList
ofNodeDifference
.Methods in com.orchestranetworks.service.comparison with parameters of type NodeDifferenceModifier and TypeMethodDescriptionDifferenceBetweenContents.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenInstances.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) DifferenceBetweenOccurrences.getNodeDifferenceOnTargetChangeSet
(NodeDifference nodeDifferenceOnSource, DifferenceBetweenHomes targetChangeSet) Method parameters in com.orchestranetworks.service.comparison with type arguments of type NodeDifferenceModifier and TypeMethodDescriptionvoid
DifferenceBetweenContents.collectNodeDifferences
(Collection<? super NodeDifference> aCollection) Adds node differences to the specified collection.