|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomirva.Workspace
public class Workspace
This class implements a workspace environment containing data matrices and meta-data instances and the respective lists.
Constructor Summary | |
---|---|
Workspace()
Creates a new empty instance of the Workspace. |
Method Summary | |
---|---|
void |
addMatrix(DataMatrix dm,
java.lang.String name)
Adds a data matrix to the Workspace instance. |
void |
addMetaData(java.util.Vector meta,
java.lang.String name)
Adds a meta-data Vector to the Workspace instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Workspace()
Method Detail |
---|
public void addMetaData(java.util.Vector meta, java.lang.String name)
meta
- a Vector containing the meta-data as Stringsname
- a String containing a name for the meta-data which is shown in CoMIRVA's UIpublic void addMatrix(DataMatrix dm, java.lang.String name)
dm
- a DataMatrix representing the data matrix to be insertedname
- a String containing a name for the data matrix which is shown in CoMIRVA's UI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |