Class MatchedEmfObjectOrderer<T extends MatchedEmfObjects>

java.lang.Object
com._1c.g5.v8.dt.compare.order.AbstractMatchedObjectOrderer<T>
com._1c.g5.v8.dt.compare.order.MatchedEmfObjectOrderer<T>

public class MatchedEmfObjectOrderer<T extends MatchedEmfObjects> extends AbstractMatchedObjectOrderer<T>
Orderer of matched EMF objects.
  • Constructor Details

    • MatchedEmfObjectOrderer

      public MatchedEmfObjectOrderer(Collection<T> matchedObjects, boolean isThreeWay)
      Creates a new instance.
      Parameters:
      matchedObjects - the matched objects, cannot be null
      isThreeWay - tells whether the comparison session is three-way
  • Method Details