|
JMV 0.74 Programmer's Documentation | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Molecule.Atom
inner class Atom for use in Molecule
Field Summary | |
static int |
HELIX
Enumeration indicating helix structure |
float |
m_fOccupancy
occupancy |
float |
m_fRadius
radius of the atom |
float |
m_fTemperature
temperature |
java.lang.Integer |
m_iResID
residue id number |
int |
m_iSerial
serial number (index) |
int |
m_iStructure
structure |
java.lang.String |
m_strAltLoc
alternate location |
java.lang.String |
m_strAtomName
atom name |
java.lang.String |
m_strChain
chain |
java.lang.String |
m_strCharge
charge on the atom |
java.lang.String |
m_strInsertion
insertion code |
java.lang.String |
m_strResName
residue name |
java.lang.String |
m_strSegname
segment name |
java.lang.String |
m_strSymbol
atomic symbol |
static int |
NONE
Enumeration indicating no structure |
static int |
SHEET
Enumeration indicating sheet structure |
static int |
TURN
Enumeration indicating turn structure |
Constructor Summary | |
Molecule.Atom(int serial,
java.lang.String name,
java.lang.String loc,
java.lang.String residue,
java.lang.String chain,
java.lang.String resid,
java.lang.String insertion,
float occ,
float temp,
java.lang.String segname,
java.lang.String symbol,
java.lang.String charge)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NONE
public static final int SHEET
public static final int HELIX
public static final int TURN
public int m_iSerial
public java.lang.String m_strAtomName
public java.lang.String m_strAltLoc
public java.lang.String m_strResName
public java.lang.String m_strChain
public java.lang.Integer m_iResID
public java.lang.String m_strInsertion
public float m_fOccupancy
public float m_fTemperature
public java.lang.String m_strSegname
public java.lang.String m_strSymbol
public java.lang.String m_strCharge
public float m_fRadius
public int m_iStructure
Constructor Detail |
public Molecule.Atom(int serial, java.lang.String name, java.lang.String loc, java.lang.String residue, java.lang.String chain, java.lang.String resid, java.lang.String insertion, float occ, float temp, java.lang.String segname, java.lang.String symbol, java.lang.String charge)
serial
- the serial numbername
- the Atom nameloc
- the location of the Atomresidue
- the residue the Atom is inchain
- the chain the Atom is inresid
- the id for the residue the Atom is ininsertion
- the insertion codeocc
- the occupancy of the Atomtemp
- the temperature of the AtomsegmentId
- the id for the segment the Atom is insymbol
- the atomic symbol for the Atomcharge
- the charge of the Atom
|
Copyright (C) 2000-2002 The Board of Trustees of the University of Illinois | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |