chemaxon.marvin.space
Class AtomProperty

java.lang.Object
  extended by chemaxon.marvin.space.AtomProperty

public class AtomProperty
extends java.lang.Object

The AtomProperty class provides access to chemical properties of Molecule atoms by atom index. See MoleculeIterators.MoleculeInterface for detailed explanation about the motivations of the introduction of this class and related interfaces (like MoleculeIterators.AtomPropertyInterface.

Since:
Marvin 4.0.2
Author:
Miklos Vargyas

Nested Class Summary
 class AtomProperty.MoleculeAtomProperty
           
 class AtomProperty.StaticMoleculeAtomProperty
           
 
Constructor Summary
AtomProperty()
           
 
Method Summary
 AtomProperty.MoleculeAtomProperty getAtomProperty()
           
 AtomProperty.StaticMoleculeAtomProperty getStaticMoleculeAtomProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomProperty

public AtomProperty()
Method Detail

getAtomProperty

public AtomProperty.MoleculeAtomProperty getAtomProperty()

getStaticMoleculeAtomProperty

public AtomProperty.StaticMoleculeAtomProperty getStaticMoleculeAtomProperty()