Package chemaxon.fixers
Class AbstractStructureFixer
java.lang.Object
chemaxon.fixers.AbstractStructureFixer
- All Implemented Interfaces:
StructureFixer
- Direct Known Subclasses:
AddChiralFlagFixer,BondAngleFixer,BondLengthFixer,CleanFixer,ClearWedgeFixer,ContractGroupFixer,ConvertAliasToGroupFixer,ConvertPseudoToGroupFixer,ConvertToAtomFixer,ConvertToCarbonFixer,ConvertToCrossedDoubleBondFixer,ConvertToElementalFormFixer,ConvertToIonicFormFixer,ConvertToPlainDoubleBondFixer,ConvertToSingleBondFixer,ConvertToWigglyDoubleBondFixer,DearomatizeFixer,DistanceBasedMetalloceneFixer,ExpandGroupFixer,FlipWedgeBondFixer,MapMoleculeFixer,MapReactionFixer,MarkAsMajorFixer,MarkAsUnknownFixer,MetalloceneFixer,NeutralizeChargeFixer,PartialCleanFixer,RearomatizeFixer,RearrangeWedgesFixer,RemoveAliasFixer,RemoveAtomFixer,RemoveAtomMapFixer,RemoveAtomQueryPropertyFixer,RemoveAtomValueFixer,RemoveAttachedDataFixer,RemoveBondFixer,RemoveBondTopologyFixer,RemoveBracketsFixer,RemoveChiralFlagFixer,RemoveExplicitHydrogenFixer,RemoveRadicalFixer,RemoveReactingCenterBondMarkFixer,RemoveStereoCareBoxFixer,RemoveStereoInversionRetentionMarkFixer,RemoveUnreferencedRgroupDefinitionsFixer,RemoveValencePropertyFixer,RemoveZCoordinateFixer,RgroupAttachmentFixer,SubstructureFixer,UngroupFixer,ValenceFixer
This class is the default abstract implementation of
StructureFixer interface- Since:
- Marvin 5.3
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor to create a Structure fixer -
Method Summary
Modifier and TypeMethodDescriptionGets the descriptor object of the fixer.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface chemaxon.fixers.StructureFixer
fix
-
Constructor Details
-
AbstractStructureFixer
protected AbstractStructureFixer()Constructor to create a Structure fixer
-
-
Method Details
-
getDescriptor
Description copied from interface:StructureFixerGets the descriptor object of the fixer.- Specified by:
getDescriptorin interfaceStructureFixer- Returns:
- the descriptor object
-