|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.fixers.AbstractStructureFixer
public abstract class AbstractStructureFixer
This class is the default abstract implementation of StructureFixer interface
| Constructor Summary | |
|---|---|
AbstractStructureFixer()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
void |
setDescription(java.lang.String description)
Sets the description of the fixer |
void |
setName(java.lang.String name)
Sets the name of the fixer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface chemaxon.fixers.StructureFixer |
|---|
fix |
| Constructor Detail |
|---|
public AbstractStructureFixer()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface StructureFixerpublic void setName(java.lang.String name)
StructureFixer
setName in interface StructureFixername - is a String instancepublic java.lang.String getDescription()
getDescription in interface StructureFixerpublic void setDescription(java.lang.String description)
StructureFixer
setDescription in interface StructureFixerdescription - is a String instance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||