org.dawb.passerelle.editors
Class XPathComparitor

java.lang.Object
  extended by org.dawb.passerelle.editors.XPathComparitor
All Implemented Interfaces:
java.util.Comparator<IVariable>

public class XPathComparitor
extends java.lang.Object
implements java.util.Comparator<IVariable>


Constructor Summary
XPathComparitor(XPathParticipant actor)
           
 
Method Summary
 int compare(IVariable o1, IVariable o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

XPathComparitor

public XPathComparitor(XPathParticipant actor)
Method Detail

compare

public int compare(IVariable o1,
                   IVariable o2)
Specified by:
compare in interface java.util.Comparator<IVariable>