Uses of Class
tools.moltyping.enumerations.EnumerationsAtomTypes.AtomLabelType

Packages that use EnumerationsAtomTypes.AtomLabelType
fingerprinters   
fingerprinters.geometrical   
fingerprinters.topological   
tools.moltyping   
tools.moltyping.enumerations   
 

Uses of EnumerationsAtomTypes.AtomLabelType in fingerprinters
 

Methods in fingerprinters that return EnumerationsAtomTypes.AtomLabelType
 EnumerationsAtomTypes.AtomLabelType EncodingFingerprint.getAtomLabelType()
           
 

Methods in fingerprinters with parameters of type EnumerationsAtomTypes.AtomLabelType
 void EncodingFingerprint.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 

Uses of EnumerationsAtomTypes.AtomLabelType in fingerprinters.geometrical
 

Methods in fingerprinters.geometrical with parameters of type EnumerationsAtomTypes.AtomLabelType
 void Encoding3DPharmacophore2Point.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 void Encoding3DCATS.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 void Encoding3DPharmacophore3Point.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 

Uses of EnumerationsAtomTypes.AtomLabelType in fingerprinters.topological
 

Methods in fingerprinters.topological with parameters of type EnumerationsAtomTypes.AtomLabelType
 void Encoding2DPharmacophore2Point.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 void Encoding2DCATS.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 void Encoding2DPharmacophore3Point.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 

Uses of EnumerationsAtomTypes.AtomLabelType in tools.moltyping
 

Methods in tools.moltyping that return EnumerationsAtomTypes.AtomLabelType
 EnumerationsAtomTypes.AtomLabelType ExtendedAtomAndBondTyper.getAtomLabelType()
           
 

Methods in tools.moltyping with parameters of type EnumerationsAtomTypes.AtomLabelType
static boolean ExtendedAtomAndBondTyper.needsAromaticityDetection(EnumerationsAtomTypes.AtomLabelType atomLabelType)
           
 void ExtendedAtomAndBondTyper.setAtomLabelType(EnumerationsAtomTypes.AtomLabelType type)
           
 

Constructors in tools.moltyping with parameters of type EnumerationsAtomTypes.AtomLabelType
ExtendedAtomAndBondTyper(EnumerationsAtomTypes.AtomLabelType type)
           
 

Uses of EnumerationsAtomTypes.AtomLabelType in tools.moltyping.enumerations
 

Methods in tools.moltyping.enumerations that return EnumerationsAtomTypes.AtomLabelType
static EnumerationsAtomTypes.AtomLabelType EnumerationsAtomTypes.getAtomLabeltypeForIndex(int index)
           
static EnumerationsAtomTypes.AtomLabelType EnumerationsAtomTypes.AtomLabelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumerationsAtomTypes.AtomLabelType[] EnumerationsAtomTypes.AtomLabelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.