Uses of Class
org.qmul.eecs.c4dm.sia.model.DimensionValue

Packages that use DimensionValue
org.qmul.eecs.c4dm.sia   
org.qmul.eecs.c4dm.sia.model   
 

Uses of DimensionValue in org.qmul.eecs.c4dm.sia
 

Methods in org.qmul.eecs.c4dm.sia that return types with arguments of type DimensionValue
static Vector<DimensionValue> SiaDimensionValueFactory.getDimensionValuesForResource(OntModel ontModel, Resource subject)
           
 

Uses of DimensionValue in org.qmul.eecs.c4dm.sia.model
 

Methods in org.qmul.eecs.c4dm.sia.model that return types with arguments of type DimensionValue
 Vector<DimensionValue> NDimensionalObject.getDimensionValues()
           
 

Method parameters in org.qmul.eecs.c4dm.sia.model with type arguments of type DimensionValue
 void NDimensionalObject.setDimensionValues(Vector<DimensionValue> dimensionValues)