def __ge__(self, other): return util.numcmp(self.ordinal, other.ordinal) >= 0
def __lt__(self, other): return util.numcmp(self.ordinal, other.ordinal) < 0