Class TemplateProxyComparator

java.lang.Object
de.aristaflow.adept2.model.processmodel.TemplateProxyComparator
All Implemented Interfaces:
Serializable, Comparator<TemplateProxy>

public class TemplateProxyComparator extends Object implements Comparator<TemplateProxy>, Serializable
This comparator can be used to compare TemplateProxys. It compares by process type, version, name, creation time and afterwards by ID.
See Also:
  • Constructor Details

    • TemplateProxyComparator

      public TemplateProxyComparator()
  • Method Details