|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StructureFixer
A StructureFixer
can fix a Molecule
problem identified by a
StructureCheckerResult
Method Summary | |
---|---|
boolean |
fix(StructureCheckerResult result)
Fixes one molecule problem identified by the result |
java.lang.String |
getDescription()
Deprecated. |
chemaxon.fixers.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. |
Method Detail |
---|
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
instancechemaxon.fixers.StructureFixerDescriptor getDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |