public class Datapoint extends NDimensionalObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RESOURCE_URI |
| Constructor and Description |
|---|
Datapoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrderedIndex() |
com.hp.hpl.jena.rdf.model.Resource |
getResource() |
void |
setOrderedIndex(int orderedIndex) |
void |
setResource(com.hp.hpl.jena.rdf.model.Resource resource) |
compareTo, getDimensionValue, getDimensionValues, setDimensionValuespublic com.hp.hpl.jena.rdf.model.Resource getResource()
public void setResource(com.hp.hpl.jena.rdf.model.Resource resource)
resource - the node to setpublic int getOrderedIndex()
public void setOrderedIndex(int orderedIndex)
orderedIndex - the orderedIndex to set