Package chemaxon.fixers
Class AbstractStructureFixer
java.lang.Object
chemaxon.fixers.AbstractStructureFixer
- All Implemented Interfaces:
- StructureFixer
- Direct Known Subclasses:
- AbsentChiralFlagFixer,- AbsoluteStereoFixer,- AddChiralFlagFixer,- BondAngleFixer,- BondLengthFixer,- CleanFixer,- ClearWedgeFixer,- ContractGroupFixer,- ConvertAliasToGroupFixer,- ConvertPseudoToGroupFixer,- ConvertToAtomFixer,- ConvertToCarbonFixer,- ConvertToCrossedDoubleBondFixer,- ConvertToElementalFormFixer,- ConvertToIonicFormFixer,- ConvertToPlainDoubleBondFixer,- ConvertToSingleBondFixer,- ConvertToWigglyDoubleBondFixer,- CrossedDoubleBondFixer,- DearomatizeFixer,- DistanceBasedMetalloceneFixer,- ExpandGroupFixer,- ExplicitHydrogenFixer,- FlipWedgeBondFixer,- IsotopeFixer,- MapMoleculeFixer,- MapReactionFixer,- MetalloceneFixer,- NeutralizeChargeFixer,- PartialCleanFixer,- RearomatizeFixer,- RearrangeWedgesFixer,- RemoveAliasFixer,- RemoveAtomFixer,- RemoveAtomMapFixer,- RemoveAtomQueryPropertyFixer,- RemoveAtomValueFixer,- RemoveAttachedDataFixer,- RemoveBondFixer,- RemoveBondTopologyFixer,- RemoveBracketsFixer,- RemoveChiralFlagFixer,- RemoveExplicitHydrogenFixer,- RemoveInvalidChiralFlagFixer,- RemoveRadicalFixer,- RemoveReactingCenterBondMarkFixer,- RemoveStereoCareBoxFixer,- RemoveStereoInversionRetentionMarkFixer,- RemoveUnreferencedRgroupDefinitionsFixer,- RemoveValencePropertyFixer,- RemoveZCoordinateFixer,- RgroupAttachmentFixer,- SubstructureFixer,- UngroupFixer,- ValenceFixer,- WedgeCleanFixer,- WigglyDoubleBondFixer
This class is the default abstract implementation of 
StructureFixer interface- Since:
- Marvin 5.3
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor to create a Structure fixer
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.voidsetDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface chemaxon.fixers.StructureFixerfix
- 
Constructor Details- 
AbstractStructureFixerprotected AbstractStructureFixer()Constructor to create a Structure fixer
 
- 
- 
Method Details- 
getNameDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getNamein interface- StructureFixer
- Returns:
- the name of the fixer
 
- 
setNameDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StructureFixerSets the name of the fixer- Specified by:
- setNamein interface- StructureFixer
- Parameters:
- name- is a- Stringinstance
 
- 
getDescriptionDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getDescriptionin interface- StructureFixer
- Returns:
- the description of the fixer
 
- 
setDescription@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public void setDescription(String description) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StructureFixerSets the description of the fixer- Specified by:
- setDescriptionin interface- StructureFixer
- Parameters:
- description- is a- Stringinstance
 
- 
getDescriptor@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) public StructureFixerDescriptor getDescriptor()Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:StructureFixerGets the descriptor object of the fixer.- Specified by:
- getDescriptorin interface- StructureFixer
- Returns:
- the descriptor object
 
 
-