org.biojava.bio.structure
Class Nucleotide

java.lang.Object
  extended byorg.biojava.bio.structure.Hetatom
      extended byorg.biojava.bio.structure.Nucleotide
All Implemented Interfaces:
Group

public class Nucleotide
extends Hetatom

A nucleotide group is almost the same as a Hetatm group.

See Also:
Hetatom

Field Summary
static String type
           
 
Constructor Summary
Nucleotide()
           
 
Method Summary
 String getType()
          get Type of group, e.g.
 String toString()
           
 
Methods inherited from class org.biojava.bio.structure.Hetatom
addAtom, getAtom, getAtom, getAtoms, getPDBCode, getPDBName, getProperties, getProperty, has3D, hasAminoAtoms, hasAtom, setPDBCode, setPDBFlag, setPDBName, setProperties, setProperty, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public static String type
Constructor Detail

Nucleotide

public Nucleotide()
Method Detail

getType

public String getType()
Description copied from interface: Group
get Type of group, e.g. amino, hetatom, nucleotide

Specified by:
getType in interface Group
Overrides:
getType in class Hetatom

toString

public String toString()
Overrides:
toString in class Hetatom