org.qmul.eecs.c4dm.sia.model
Class VectorTableElement

java.lang.Object
  extended by org.qmul.eecs.c4dm.sia.model.NDimensionalObject
      extended by org.qmul.eecs.c4dm.sia.model.VectorTableElement
All Implemented Interfaces:
Comparable

public class VectorTableElement
extends NDimensionalObject

Author:
stevenhargreaves

Field Summary
static String RESOURCE_URI
           
 
Constructor Summary
VectorTableElement()
           
 
Method Summary
 int compareTo(Object o2)
           
 int compareToIgnoreDatapoints(Object o2)
           
 Datapoint getFromDatapoint()
           
 Resource getResource()
           
 Datapoint getToDatapoint()
           
 void setFromDatapoint(Datapoint fromDatapoint)
           
 void setResource(Resource resource)
           
 void setToDatapoint(Datapoint toDatapoint)
           
 
Methods inherited from class org.qmul.eecs.c4dm.sia.model.NDimensionalObject
getDimensionValue, getDimensionValues, setDimensionValues
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_URI

public static final String RESOURCE_URI
Constructor Detail

VectorTableElement

public VectorTableElement()
Method Detail

getResource

public Resource getResource()
Returns:

setResource

public void setResource(Resource resource)
Parameters:
resource -

getFromDatapoint

public Datapoint getFromDatapoint()
Returns:

setFromDatapoint

public void setFromDatapoint(Datapoint fromDatapoint)
                      throws DimensionException
Parameters:
fromDatapoint -
Throws:
DimensionException

getToDatapoint

public Datapoint getToDatapoint()
Returns:

setToDatapoint

public void setToDatapoint(Datapoint toDatapoint)
                    throws DimensionException
Parameters:
toDatapoint -
Throws:
DimensionException

compareTo

public int compareTo(Object o2)
Specified by:
compareTo in interface Comparable
Overrides:
compareTo in class NDimensionalObject

compareToIgnoreDatapoints

public int compareToIgnoreDatapoints(Object o2)