chemaxon.fixers
Class AbstractStructureFixer

java.lang.Object
  extended by chemaxon.fixers.AbstractStructureFixer
All Implemented Interfaces:
StructureFixer
Direct Known Subclasses:
AbsoluteStereoFixer, CleanFixer, ContractGroupFixer, ConvertAliasToGroupFixer, ConvertPseudoToGroupFixer, ConvertToAtomFixer, ConvertToCarbonFixer, CrossedDoubleBondFixer, ExpandGroupFixer, IsotopeFixer, MapMoleculeFixer, MapReactionFixer, MetalloceneFixer, PartialCleanFixer, RearomatizeFixer, RemoveAtomFixer, RemoveAtomMapFixer, RemoveAtomValueFixer, RemoveAttachedDataFixer, RemoveBondFixer, RemoveRadicalFixer, UngroupFixer, ValenceFixer, WigglyDoubleBondFixer

public abstract class AbstractStructureFixer
extends java.lang.Object
implements StructureFixer

This class is the default abstract implementation of StructureFixer interface

Since:
Marvin 5.3
Version:
5.9
Author:
Attila Szabo

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

AbstractStructureFixer

public AbstractStructureFixer()
Constructor to create a Structure fixer

Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface StructureFixer
Returns:
the name of the fixer

setName

public void setName(java.lang.String name)
Description copied from interface: StructureFixer
Sets the name of the fixer

Specified by:
setName in interface StructureFixer
Parameters:
name - is a String instance

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface StructureFixer
Returns:
the description of the fixer

setDescription

public void setDescription(java.lang.String description)
Description copied from interface: StructureFixer
Sets the description of the fixer

Specified by:
setDescription in interface StructureFixer
Parameters:
description - is a String instance

getDescriptor

public chemaxon.fixers.StructureFixerDescriptor getDescriptor()
Description copied from interface: StructureFixer
Gets the descriptor object of the fixer.

Specified by:
getDescriptor in interface StructureFixer
Returns:
the descriptor object