public interface OrderableElement extends Element { public boolean elLessThan(Element other); public boolean elGreaterThan(Element other); }