Package relaxngcc.automaton
Interface WithOrder
-
- All Known Implementing Classes:
Transition
public interface WithOrder
Implemented by those alphabets that have orders.
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.Comparator
orderComparator
Comparator that can be used to sort ordered alphabets into descending orders (larger numbers first.)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOrder()
-