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