Modifier and Type |
Method and Description |
void |
addCorrectionFactor(ICorrectionFactor corrFactor) |
void |
addGroup(IGroup group) |
void |
addLocalDescriptor(ILocalDescriptor localDescr) |
void |
addToReport(String info) |
String |
allCorrectionFactorsToJsonString(String offset) |
String |
allGroupInfoToJsonString(String offset) |
double |
calcModelValue(DataSetObject dso,
boolean missingMolDescrError) |
double |
calcModelValue(org.openscience.cdk.interfaces.IAtomContainer mol) |
double |
calcModelValue(org.openscience.cdk.interfaces.IAtomContainer mol,
boolean missingMolDescrError) |
void |
clearCalculationErrors() |
void |
clearGroups() |
GroupContributionModel.GCMConfigInfo |
getAdditionalConfig() |
String |
getAtomDesignation(int[] descriptors) |
String |
getAtomDesignationVerbose(int[] descriptors) |
List<String> |
getCalculationErrors() |
Double |
getColStatPercentageThreshold() |
List<ICorrectionFactor> |
getCorrectionFactors() |
String |
getCorrectionFactorsAsString() |
String |
getCorrectionFactorsAsString(String separator) |
String |
getCorrectionFactorsParametersAsJsonArray(ICorrectionFactor cf) |
List<List<ILocalDescriptor>> |
getCustomGroupLocalDescriptors() |
List<IGroup.Type> |
getCustomGroups() |
static String |
getDescriptorDesignation(ILocalDescriptor desc,
int value) |
List<DescriptorInfo> |
getDescriptors() |
String |
getDescriptorsAsString(String separator) |
Map<String,IGroup> |
getGroups() |
String |
getGroupsAsString() |
List<ILocalDescriptor> |
getLocalDescriptors() |
String |
getModelDescription() |
String |
getModelName() |
GroupContributionModel.Type |
getModelType() |
String |
getReport() |
GCMReportConfig |
getReportConfig() |
String |
getTargetProperty() |
ValidationConfig |
getValidationConfig() |
boolean |
isAllowGroupRegistration() |
boolean |
isLocalPropertyModel() |
static String |
makeAtomDesignation(int[] descriptors,
List<ILocalDescriptor> locDescr) |
void |
setAdditionalConfig(GroupContributionModel.GCMConfigInfo additionalConfig) |
void |
setAllowGroupRegistration(boolean allowGroupRegistration) |
void |
setColStatPercentageThreshold(Double colStatPercentageThreshold) |
void |
setCorrectionFactors(List<ICorrectionFactor> correctionFactors) |
void |
setCustomGroupLocalDescriptors(List<List<ILocalDescriptor>> customGroupLocalDescriptors) |
void |
setCustomGroups(List<IGroup.Type> customGroups) |
void |
setDescriptors(List<DescriptorInfo> descriptors) |
void |
setGroups(Map<String,IGroup> groups) |
void |
setLocalDescriptors(List<ILocalDescriptor> localDescriptors) |
void |
setModelDescription(String modelDescription) |
void |
setModelName(String modelName) |
void |
setModelType(GroupContributionModel.Type modelType) |
void |
setReportConfig(GCMReportConfig reportConfig) |
void |
setTargetProperty(String targetProperty) |
void |
setValidationConfig(ValidationConfig validationConfig) |
String |
toJsonString() |