|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectit.unimo.dbgroup.momis.GlobalSchemaProxy
This is a proxy for a CORBA object GlobalSchema.
It is possible to update informations stored in the CORBA GlobalSchema object
with the method saveGSStatus() and retreive the same informations
with the method loadGSStatus().
| Field Summary | |
private boolean |
_connected
Indicates if the proxy is connected to a GlobalSchema CORBA object. |
private GSStatus |
_gsStatus
Local copy of the informaitons stored in GlobalSchema. |
private OntologyManager |
_ontologyManager
The manager of WordNet lexical database. |
private java.util.Map |
_sidConfig
Configuration of SI-Designer application that have created this object. |
private SLIM |
_slim
|
| Constructor Summary | |
GlobalSchemaProxy(java.util.Map config)
Creates a new proxy. |
|
| Method Summary | |
float |
getBTWeight()
Return the weight associated to the BT (and NT) relationships. |
int |
getIntegrationStatus()
Gets the actual status of the integration process. |
Schema |
getLocalSchemata()
Provides a Schema object containing sources' structure information and the Common Thesaurus. |
java.lang.String |
getName()
Return the global schema name. |
OntologyManager |
getOntologyManager()
Get the Ontology manager. |
float |
getRTWeight()
Return the weight associated to the RT relationships. |
Schema |
getSchema()
|
java.util.Map |
getSIDConfig()
Return the configuration of the SI-Designer application that creates this object. |
SLIM |
getSlim()
|
java.lang.String |
getStatus()
Get the status of the global schema as a String. |
GSStatus |
getStatusAsObject()
Get the status of the global schema as GSStatus object. |
float |
getSYNWeight()
Return the weight associated to the SYN relationships. |
float |
getThreshold()
Return the threshold used to create clusters. |
boolean |
isConnected()
Return true if the proxy is connected to a GlobalSchema. |
void |
setBTWeight(float w)
Sets the weight associated with the BT (and NT) relationships. |
void |
setIntegrationStatus(int status)
Stores the status of the integration process. |
void |
setName(java.lang.String name)
Sets the global schema name. |
void |
setOntologyManager(OntologyManager manager)
Set the Ontology manager. |
void |
setRTWeight(float w)
Sets the weight associated with the RT relationships. |
void |
setSchema(Schema schema)
Substitute sources' structure and relationships. |
void |
setSlim(SLIM slim)
|
void |
setStatus(java.lang.String status)
Set new status for the global schema from a String. |
void |
setStatusAsObject(GSStatus status)
Get the status of the global schema as GSStatus object. |
void |
setSYNWeight(float w)
Sets the weight associated with the SYN relationships. |
void |
setThreshold(float w)
Sets the threshold for cluster generation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private SLIM _slim
private GSStatus _gsStatus
private java.util.Map _sidConfig
private boolean _connected
private OntologyManager _ontologyManager
| Constructor Detail |
public GlobalSchemaProxy(java.util.Map config)
config - Map containing the parameters that configures SI-Designer.| Method Detail |
public SLIM getSlim()
public void setSlim(SLIM slim)
public boolean isConnected()
public java.util.Map getSIDConfig()
public void setSchema(Schema schema)
The sources' structure and relationships stored Schema object will substitute the informations stored in global shema.
public Schema getLocalSchemata()
public void setIntegrationStatus(int status)
status - The new status.public int getIntegrationStatus()
public void setName(java.lang.String name)
name - The new global schema name.public java.lang.String getName()
public float getBTWeight()
public float getRTWeight()
public float getSYNWeight()
public float getThreshold()
public void setBTWeight(float w)
public void setRTWeight(float w)
public void setSYNWeight(float w)
public void setThreshold(float w)
public void setStatus(java.lang.String status)
status - New status as a serialized GSStatus and
coded using base64 string.public void setStatusAsObject(GSStatus status)
public java.lang.String getStatus()
public GSStatus getStatusAsObject()
public OntologyManager getOntologyManager()
public void setOntologyManager(OntologyManager manager)
public Schema getSchema()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||