view src/org/qmul/eecs/c4dm/sia/model/OrderedIndex.java @ 17:f21eb0fddba2

organized imports added the "subtract" method use the new "Namespaces" class when creating String RESOURCE_URI
author stevenh
date Tue, 08 Jan 2013 18:33:10 +0000
parents 08675ab08e7f
children 664c9aca482d
line wrap: on
line source
package org.qmul.eecs.c4dm.sia.model;

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

public class OrderedIndex {
		
	public static final String PROPERTY_URI    = SiaMain.SIA_NS_URI + "orderedIndex";
	
}