it.unimo.dbgroup.momis
Class GSStatus

java.lang.Object
  extended byit.unimo.dbgroup.momis.GSStatus
All Implemented Interfaces:
java.io.Serializable

public class GSStatus
extends java.lang.Object
implements java.io.Serializable

This class contains all the informations about a GlobalSchema.

See Also:
Serialized Form

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

_name

private java.lang.String _name
Name of the global schema.


_schema

private Schema _schema
Sources' structure and Common Thesaurus.


status

public int status
Store a code generated by SI-Designer in order to retreive integration process if this was interrupted.


btWeight

public float btWeight
Weigth of BT relationships in clustering algorithm execution. Default value is 0.8.


rtWeight

public float rtWeight
Weigth of RT relationships in clustering algorithm execution. Default value is 0.5.


synWeight

public float synWeight
Weigth of SYN relationships in clustering algorithm execution. Default value is 1.


threshold

public float threshold
Thresold for class grouping in clustering algorithm execution. Default value is 0.5.

Constructor Detail

GSStatus

public GSStatus()
Method Detail

setName

public void setName(java.lang.String name)
Sets the global schema name.

Parameters:
name - The new global schema name.

getName

public java.lang.String getName()
Return the global schema name.

Returns:
The global schema name.

getSchema

public Schema getSchema()
Returns the localSchemata


setSchema

public void setSchema(Schema schemaNew)
sets the localSchemata



Universita' di Modena e Reggio Emilia