Uses of Interface
com.orchestranetworks.service.comparison.ExtraOccurrenceOnLeft
-
Packages that use ExtraOccurrenceOnLeft Package Description com.orchestranetworks.service.comparison Provides classes and interfaces for to compute differences between adaptations, homes and examine the results. -
-
Uses of ExtraOccurrenceOnLeft in com.orchestranetworks.service.comparison
Methods in com.orchestranetworks.service.comparison that return ExtraOccurrenceOnLeft Modifier and Type Method Description ExtraOccurrenceOnLeftDifferenceBetweenTables. getExtraOccurrenceOnLeft(PrimaryKey aKey)Methods in com.orchestranetworks.service.comparison that return types with arguments of type ExtraOccurrenceOnLeft Modifier and Type Method Description List<ExtraOccurrenceOnLeft>DifferenceBetweenTables. getExtraOccurrencesOnLeft()Returns the extra records on the left side.Method parameters in com.orchestranetworks.service.comparison with type arguments of type ExtraOccurrenceOnLeft Modifier and Type Method Description voidDifferenceBetweenTables. getExtraOccurrencesOnLeft(List<? super ExtraOccurrenceOnLeft> aCollection)Adds the extra records on the left side to the specified collection.
-