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 SummaryConstructors Constructor Description SpecificityComparator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(AbstractInfo arg0, AbstractInfo arg1)
 
- 
- 
- 
Method Detail- 
comparepublic int compare(AbstractInfo arg0, AbstractInfo arg1) - Specified by:
- comparein interface- java.util.Comparator<AbstractInfo>
 
 
- 
 
-