Package org.qmul.eecs.c4dm.sia.model
Class DimensionValue
- java.lang.Object
-
- org.qmul.eecs.c4dm.sia.model.DimensionValue
-
public class DimensionValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
DIMENSION_URI
static java.lang.String
PROPERTY_URI
static java.lang.String
VALUE_URI
-
Constructor Summary
Constructors Constructor and Description DimensionValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getDimension()
Resource
getResource()
double
getValue()
void
setDimension(int dimension)
void
setResource(Resource resource)
void
setValue(double value)
-
-
-
Field Detail
-
DIMENSION_URI
public static final java.lang.String DIMENSION_URI
-
PROPERTY_URI
public static final java.lang.String PROPERTY_URI
-
VALUE_URI
public static final java.lang.String VALUE_URI
-
-
Method Detail
-
getDimension
public int getDimension()
-
setDimension
public void setDimension(int dimension)
-
getValue
public double getValue()
-
setValue
public void setValue(double value)
-
getResource
public Resource getResource()
- Returns:
- the resource
-
setResource
public void setResource(Resource resource)
- Parameters:
resource
- the resource to set
-
-