view src/org/qmul/eecs/c4dm/sia/model/OrderedSet.java @ 7:ffd47645ca13

added the base version of the 'compareTo' method here, rather than in the subclasses
author stevenh
date Tue, 01 Jan 2013 21:16:49 +0000
parents 08675ab08e7f
children 565a4fb40d0e
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model;

import org.qmul.eecs.c4dm.sia.SiaMain;

public class OrderedSet {
		
	public static final String RESOURCE_URI    = SiaMain.SIA_NS_URI + "OrderedSet";
	
}