|
|||||||||
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()
Constructor to create a Structure fixer |
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
chemaxon.fixers.StructureFixerDescriptor |
getDescriptor()
Gets the descriptor object of the fixer. |
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 StructureFixer
public void setName(java.lang.String name)
StructureFixer
setName
in interface StructureFixer
name
- is a String
instancepublic java.lang.String getDescription()
getDescription
in interface StructureFixer
public void setDescription(java.lang.String description)
StructureFixer
setDescription
in interface StructureFixer
description
- is a String
instancepublic chemaxon.fixers.StructureFixerDescriptor getDescriptor()
StructureFixer
getDescriptor
in interface StructureFixer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |