public class UserSettings
extends java.lang.Object
Constructor and Description |
---|
UserSettings() |
UserSettings(java.lang.Integer cCollectionID) |
UserSettings(java.lang.Integer cCollectionID,
java.lang.String cUserCategory,
java.lang.String cCuratorPassword) |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
existNonFuncDescriptions() |
java.lang.String |
getAbstractionDepth() |
java.lang.Integer |
getCollectionID() |
java.lang.Integer |
getCollectionIdentifier() |
java.lang.String |
getCuratorPassword() |
java.lang.Boolean |
getDelay() |
java.lang.Object[] |
getDocsOfSchema() |
java.lang.String |
getFunctionalOrganizationAlgorithm() |
java.lang.Boolean |
getInteractiveMatchingProcess() |
java.lang.String |
getInterfacesDistanceCalculatorAlgorithm() |
double |
getMatchingConfidenceThreshold() |
int |
getMinimumFrequency() |
java.lang.Integer |
getMode() |
java.lang.String |
getNamesDistanceCalculatorAlgorithm() |
java.lang.String |
getNonFunctionalOrganizationAlgorithm() |
double |
getPatternConfidenceThreshold() |
java.lang.String |
getPrimarySchemaRepresentationModel() |
java.lang.String |
getRef2Source() |
java.util.List<java.lang.String> |
getRefs2DocsOfSchema() |
java.lang.String |
getSchemaElementsDataStructureKind() |
java.lang.String |
getSchemaRepresentationModel() |
java.lang.Double |
getSimilarityLintel() |
java.lang.Object[] |
getSimilarityRulesForElementKinds() |
java.lang.String |
getTargetSchemaRepresentationModel() |
java.lang.Integer |
getThreshold() |
int |
getTopK() |
java.lang.String |
getUserCategory() |
java.lang.Boolean |
hasOneHierarchyLevel() |
void |
setAbstractionDepth(java.lang.String cAbstractionDepth) |
void |
setCollectionID(java.lang.Integer cCollectionID) |
void |
setDelay(java.lang.Boolean cDealy) |
void |
setExistingNonFuncDocs(java.lang.Boolean cExistingNonFuncDocs) |
void |
setFunctionalOrganizationAlgorithm(java.lang.String cFunctionalOrganizationAlgorithm) |
void |
setInterfacesDistanceCalculatorAlgorithm(java.lang.String cInterfacesDistanceCalculatorAlgorithm) |
void |
setMode(java.lang.Integer cMode) |
void |
setNamesDistanceCalculatorAlgorithm(java.lang.String cNamesDistanceCalculatorAlgorithm) |
void |
setNonFunctionalOrganizationAlgorithm(java.lang.String cNonFunctionalOrganizationAlgorithm) |
void |
setOneHierarchyLevel(java.lang.Boolean cOneHierarchyLevel) |
void |
setSchemaRepresentationModel(java.lang.String cSchemaRepresentationModel) |
void |
setSimilarityLintel(java.lang.Double cSimilarityLintel) |
void |
setThreshold(java.lang.Integer cThreshold) |
public UserSettings(java.lang.Integer cCollectionID)
public UserSettings(java.lang.Integer cCollectionID, java.lang.String cUserCategory, java.lang.String cCuratorPassword)
public UserSettings()
public void setCollectionID(java.lang.Integer cCollectionID)
public void setMode(java.lang.Integer cMode)
public void setAbstractionDepth(java.lang.String cAbstractionDepth)
public void setSimilarityLintel(java.lang.Double cSimilarityLintel)
public void setFunctionalOrganizationAlgorithm(java.lang.String cFunctionalOrganizationAlgorithm)
public void setNonFunctionalOrganizationAlgorithm(java.lang.String cNonFunctionalOrganizationAlgorithm)
public void setSchemaRepresentationModel(java.lang.String cSchemaRepresentationModel)
public void setInterfacesDistanceCalculatorAlgorithm(java.lang.String cInterfacesDistanceCalculatorAlgorithm)
public void setNamesDistanceCalculatorAlgorithm(java.lang.String cNamesDistanceCalculatorAlgorithm)
public void setThreshold(java.lang.Integer cThreshold)
public void setOneHierarchyLevel(java.lang.Boolean cOneHierarchyLevel)
public void setExistingNonFuncDocs(java.lang.Boolean cExistingNonFuncDocs)
public void setDelay(java.lang.Boolean cDealy)
public java.lang.String getSchemaElementsDataStructureKind()
public java.lang.Boolean getInteractiveMatchingProcess()
public int getMinimumFrequency()
public int getTopK()
public double getMatchingConfidenceThreshold()
public double getPatternConfidenceThreshold()
public java.lang.Object[] getSimilarityRulesForElementKinds()
public java.util.List<java.lang.String> getRefs2DocsOfSchema()
public java.lang.Integer getCollectionIdentifier()
public java.lang.String getRef2Source()
public java.lang.String getPrimarySchemaRepresentationModel()
public java.lang.String getTargetSchemaRepresentationModel()
public java.lang.Object[] getDocsOfSchema()
public java.lang.String getUserCategory()
public java.lang.String getCuratorPassword()
public java.lang.Integer getCollectionID()
public java.lang.String getFunctionalOrganizationAlgorithm()
public java.lang.String getNonFunctionalOrganizationAlgorithm()
public java.lang.String getSchemaRepresentationModel()
public java.lang.String getNamesDistanceCalculatorAlgorithm()
public java.lang.String getInterfacesDistanceCalculatorAlgorithm()
public java.lang.Integer getThreshold()
public java.lang.Boolean hasOneHierarchyLevel()
public java.lang.Integer getMode()
public java.lang.Boolean existNonFuncDescriptions()
public java.lang.Boolean getDelay()
public java.lang.String getAbstractionDepth()
public java.lang.Double getSimilarityLintel()