Class EntityComparator

java.lang.Object
de.uka.ipd.sdq.dsexplore.helper.EntityComparator
All Implemented Interfaces:
Comparator<org.palladiosimulator.pcm.core.entity.Entity>

public class EntityComparator extends Object implements Comparator<org.palladiosimulator.pcm.core.entity.Entity>
  • Constructor Details

    • EntityComparator

      public EntityComparator()
  • Method Details

    • compare

      public int compare(org.palladiosimulator.pcm.core.entity.Entity arg0, org.palladiosimulator.pcm.core.entity.Entity arg1)
      Specified by:
      compare in interface Comparator<org.palladiosimulator.pcm.core.entity.Entity>