org.biojava.bio.structure
Class NucleotideImpl

java.lang.Object
  extended by org.biojava.bio.structure.HetatomImpl
      extended by org.biojava.bio.structure.NucleotideImpl
All Implemented Interfaces:
Group

public class NucleotideImpl
extends HetatomImpl
implements Group

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

Since:
1.4
Version:
%I% %G%
Author:
Andreas Prlic
See Also:
HetatomImpl, AminoAcidImpl

Field Summary
static java.lang.String type
          this is a "nucleotide", a special occurance of a Hetatom.
 
Constructor Summary
NucleotideImpl()
           
 
Method Summary
 java.lang.Object clone()
          returns and identical copy of this Group object .
 java.lang.String getType()
          Returns the type value.
 java.lang.String toString()
           
 
Methods inherited from class org.biojava.bio.structure.HetatomImpl
addAtom, clearAtoms, getAtom, getAtom, getAtoms, getId, getParent, getPDBCode, getPDBName, getProperties, getProperty, has3D, hasAminoAtoms, hasAtom, iterator, setAtoms, setId, setParent, setPDBCode, setPDBFlag, setPDBName, setProperties, setProperty, size
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.biojava.bio.structure.Group
addAtom, clearAtoms, getAtom, getAtom, getAtoms, getParent, getPDBCode, getPDBName, getProperties, getProperty, has3D, hasAminoAtoms, hasAtom, iterator, setAtoms, setParent, setPDBCode, setPDBFlag, setPDBName, setProperties, setProperty, size
 

Field Detail

type

public static final java.lang.String type
this is a "nucleotide", a special occurance of a Hetatom.

See Also:
Constant Field Values
Constructor Detail

NucleotideImpl

public NucleotideImpl()
Method Detail

getType

public java.lang.String getType()
Description copied from class: HetatomImpl
Returns the type value.

Specified by:
getType in interface Group
Overrides:
getType in class HetatomImpl
Returns:
a String representing the type value

toString

public java.lang.String toString()
Overrides:
toString in class HetatomImpl

clone

public java.lang.Object clone()
Description copied from class: HetatomImpl
returns and identical copy of this Group object .

Specified by:
clone in interface Group
Overrides:
clone in class HetatomImpl
Returns:
and identical copy of this Group object