|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.unimo.dbgroup.momis.GSStatus
This class contains all the informations about a GlobalSchema.
| Field Summary | |
private java.lang.String |
_name
Name of the global schema. |
private Schema |
_schema
Sources' structure and Common Thesaurus. |
float |
btWeight
Weigth of BT relationships in clustering algorithm execution. |
float |
rtWeight
Weigth of RT relationships in clustering algorithm execution. |
int |
status
Store a code generated by SI-Designer in order to retreive integration process if this was interrupted. |
float |
synWeight
Weigth of SYN relationships in clustering algorithm execution. |
float |
threshold
Thresold for class grouping in clustering algorithm execution. |
| Constructor Summary | |
GSStatus()
|
|
| Method Summary | |
java.lang.String |
getName()
Return the global schema name. |
Schema |
getSchema()
Returns the localSchemata |
void |
setName(java.lang.String name)
Sets the global schema name. |
void |
setSchema(Schema schemaNew)
sets the localSchemata |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String _name
private Schema _schema
public int status
public float btWeight
public float rtWeight
public float synWeight
public float threshold
| Constructor Detail |
public GSStatus()
| Method Detail |
public void setName(java.lang.String name)
name - The new global schema name.public java.lang.String getName()
public Schema getSchema()
public void setSchema(Schema schemaNew)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||