Package jadex.xml
Class AbstractInfo.SpecificityComparator
- java.lang.Object
-
- jadex.xml.AbstractInfo.SpecificityComparator
-
- All Implemented Interfaces:
java.util.Comparator<AbstractInfo>
- Enclosing class:
- AbstractInfo
public static final class AbstractInfo.SpecificityComparator extends java.lang.Object implements java.util.Comparator<AbstractInfo>
Compare infos by specificity of the XML path.
-
-
Constructor Summary
Constructors Constructor Description SpecificityComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(AbstractInfo arg0, AbstractInfo arg1)
-
-
-
Method Detail
-
compare
public int compare(AbstractInfo arg0, AbstractInfo arg1)
- Specified by:
compare
in interfacejava.util.Comparator<AbstractInfo>
-
-