public interface StructureFixer
Modifier and Type | Method and Description |
---|---|
boolean |
fix(StructureCheckerResult result)
Fixes one molecule problem identified by the result
|
String |
getDescription()
Deprecated.
|
StructureFixerDescriptor |
getDescriptor()
Gets the descriptor object of the fixer.
|
String |
getName()
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setName(String Name)
Deprecated.
|
boolean fix(StructureCheckerResult result)
result
- is an instance of StructureCheckerResult
which identifies the problem@Deprecated String getDescription()
@Deprecated void setDescription(String description)
description
- is a String
instance@Deprecated String getName()
@Deprecated void setName(String Name)
Name
- is a String
instanceStructureFixerDescriptor getDescriptor()