|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.Workspace
public class Workspace
This class mantains all the information needed during a identification task, allowing easy serialitzation of all the components if saved. Note the used matrix is not saved inside WS, just a reference to its name. That can generate errors if there are changes in matrix and later a WS referencing it's loaded. So additional checks have to be performed
Field Summary | |
---|---|
Configuration |
config
The Workspace config |
java.util.Date |
dateCreated
Creation date |
java.lang.String |
info
The information about the workspace. |
java.lang.String |
name
The name (identification) of the Workspace. |
java.lang.String |
nameRefMatrix
The name (identification) of the reference Matrix. |
(package private) static long |
serialVersionUID
|
int[] |
test_res
Mantains at the pos "i" the results of the test "i" |
Constructor Summary | |
---|---|
Workspace(java.lang.String wsName,
java.lang.String wsInfo,
java.lang.String wsMatName,
Configuration wsCnf)
Constructor given the reference Matrix |
Method Summary | |
---|---|
static java.lang.String |
getDefaultName()
Generates a default name for a new Workspace using a timestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final long serialVersionUID
public java.lang.String name
public java.lang.String info
public java.util.Date dateCreated
public java.lang.String nameRefMatrix
public int[] test_res
public Configuration config
Constructor Detail |
---|
public Workspace(java.lang.String wsName, java.lang.String wsInfo, java.lang.String wsMatName, Configuration wsCnf) throws DataException
wsName
- wsInfo
- wsMatName
- wsCnf
-
DataException
Method Detail |
---|
public static java.lang.String getDefaultName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |