interface Sortable {
	public int compare(Sortable s) throws IncompatibleTypeException;
}
