Package org.biojava.bio.structure
Class NucleotideImpl
- java.lang.Object
-
- org.biojava.bio.structure.HetatomImpl
-
- 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
Fields Modifier and Type Field Description static java.lang.String
type
this is a "nucleotide", a special occurance of a Hetatom.
-
Constructor Summary
Constructors Constructor Description NucleotideImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
Method Detail
-
getType
public java.lang.String getType()
Description copied from class:HetatomImpl
Returns the type value.- Specified by:
getType
in interfaceGroup
- Overrides:
getType
in classHetatomImpl
- Returns:
- a String representing the type value
-
toString
public java.lang.String toString()
- Overrides:
toString
in classHetatomImpl
-
clone
public java.lang.Object clone()
Description copied from class:HetatomImpl
returns and identical copy of this Group object .- Specified by:
clone
in interfaceGroup
- Overrides:
clone
in classHetatomImpl
- Returns:
- and identical copy of this Group object
-
-