|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Repository in sonification.dataimport.visbards_resourcetoolkit.model |
|---|
| Methods in sonification.dataimport.visbards_resourcetoolkit.model that return Repository | |
|---|---|
Repository |
Dataset.getRepository()
Returns the repository of this dataset. |
Repository |
DefaultDataset.getRepository()
Returns the repository of this dataset. |
| Constructors in sonification.dataimport.visbards_resourcetoolkit.model with parameters of type Repository | |
|---|---|
DefaultDataset(Repository rep,
java.lang.String name)
|
|
| Uses of Repository in sonification.dataimport.visbards_resourcetoolkit.repository |
|---|
| Subinterfaces of Repository in sonification.dataimport.visbards_resourcetoolkit.repository | |
|---|---|
interface |
RepositoryWritable
|
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository that return Repository | |
|---|---|
Repository |
RepositoryFactory.createRepository(Resource resource)
|
Repository |
RepositoryFactory.createRepository(Resource resource,
ProgressReporter prg)
|
| Uses of Repository in sonification.dataimport.visbards_resourcetoolkit.repository.category |
|---|
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository.category with parameters of type Repository | |
|---|---|
float |
DefaultPseudoCategory.getScalar(Repository rep,
int row)
|
float |
PseudoCategory.getScalar(Repository rep,
int row)
Computes a scalar for this pseudo-category using data from the specified repository FOR the specified row. |
float |
PseudoLocation.getScalar(Repository rep,
int row)
Computes a scalar for this pseudo-category using data from the specified repository for the specified row. |
double |
DefaultPseudoCategory.getScalarDouble(Repository rep,
int row)
|
double |
PseudoCategory.getScalarDouble(Repository rep,
int row)
Computes a scalar for this pseudo-category using data from the specified repository FOR the specified row. |
double |
PseudoLocation.getScalarDouble(Repository rep,
int row)
|
float[] |
DefaultPseudoCategory.getVector(Repository rep,
int row)
|
float[] |
PseudoCategory.getVector(Repository rep,
int row)
Computes a vector for this pseudo-category using data from the specified repository FOR the specified row. |
float[] |
PseudoLocation.getVector(Repository rep,
int row)
Computes a vector for this pseudo-category using data from the specified repository for the specified row. |
double[] |
DefaultPseudoCategory.getVectorDouble(Repository rep,
int row)
|
double[] |
PseudoCategory.getVectorDouble(Repository rep,
int row)
Computes a vector for this pseudo-category using data from the specified repository FOR the specified row. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||