Uses of Interface
com.orchestranetworks.service.comparison.DifferenceBetweenInstances
-
Packages that use DifferenceBetweenInstances Package Description com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results. -
-
Uses of DifferenceBetweenInstances in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return DifferenceBetweenInstances Modifier and Type Method Description static DifferenceBetweenInstancesDifferenceHelper. compareInstances(Adaptation instanceOnLeft, Adaptation instanceOnRight, boolean isResolvedMode)Performs a comparison between two datasets.DifferenceBetweenInstancesDifferenceBetweenTables. getContainer()Returns the container.DifferenceBetweenInstancesDifferenceBetweenHomes. getDeltaInstance(AdaptationName instanceName)For values, returns the differences of the dataset,nullif there are no differences or if dataset only exists on the left or on the right.Methods in com.orchestranetworks.service.comparison that return types with arguments of type DifferenceBetweenInstances Modifier and Type Method Description List<DifferenceBetweenInstances>DifferenceBetweenHomes. getDeltaInstances()Returns the list of delta datasets for values.
-