|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryWritable
| Method Summary | |
|---|---|
void |
reset(Category[] cats,
Resource rsrc,
int numrows)
Wipes out the repository data. |
void |
setName(java.lang.String name)
Set the name for this repository. |
void |
setScalar(Category cat,
int row,
float scalar)
Modifies the scalar value for a particular category at the specified row |
void |
setScalarDouble(Category cat,
int row,
double scalar)
Modifies the scalar value for a particular category at the specified row |
void |
setVector(Category cat,
int row,
float[] vector)
Modifies the vector value for a particular category at the specified row |
void |
setVectorDouble(Category cat,
int row,
double[] vector)
Modifies the vector value for a particular category at the specified row |
| Methods inherited from interface sonification.dataimport.visbards_resourcetoolkit.repository.Repository |
|---|
computeApproximateDelta, computeDataRange, computeRowRange, getName, getNumRows, getResource, getScalar, getScalarDouble, getStoredCategories, getStoredCategory, getVector, getVectorDouble, isComputable, print |
| Method Detail |
|---|
void setName(java.lang.String name)
void reset(Category[] cats,
Resource rsrc,
int numrows)
void setScalar(Category cat,
int row,
float scalar)
void setVector(Category cat,
int row,
float[] vector)
void setScalarDouble(Category cat,
int row,
double scalar)
void setVectorDouble(Category cat,
int row,
double[] vector)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||