org.apache.uima.annotator.regex.impl
Class RuleComparator

java.lang.Object
  extended by org.apache.uima.annotator.regex.impl.RuleComparator
All Implemented Interfaces:
Serializable, Comparator<Rule>

public class RuleComparator
extends Object
implements Comparator<Rule>, Serializable

See Also:
Serialized Form

Constructor Summary
RuleComparator()
           
 
Method Summary
 int compare(Rule r1, Rule r2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

RuleComparator

public RuleComparator()
Method Detail

compare

public int compare(Rule r1,
                   Rule r2)
Specified by:
compare in interface Comparator<Rule>


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.