Package pal.datatype
Class DataTypeTool
java.lang.Object
pal.datatype.DataTypeTool
Simple access for data type functions. The purpose of this class is to provide a set
interface for constructing basic data types operations.
History
- 15/09/2003 - Created
- Version:
- $Id: DataTypeTool.java,v 1.2 2004/01/15 01:18:32 matt Exp $
- Author:
- Matthew Goode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final MolecularDataType
A set access point for a data type object describing nucleotides (DNA)static final MolecularDataType
A set access point for a data type object describing nucleotides (RNA)static final MolecularDataType
A set access point for a data type object describing amino acids (used with relation to the Universal codon table)
-
Constructor Details
-
DataTypeTool
public DataTypeTool()
-
-
Method Details
-
getNucleotides
A set access point for a data type object describing nucleotides (DNA)- Returns:
- a data type object representing nucleotides
-
getUniverisalAminoAcids
A set access point for a data type object describing amino acids (used with relation to the Universal codon table)- Returns:
- a data type object representing Amino Acids
-
getRNANucleotides
A set access point for a data type object describing nucleotides (RNA)- Returns:
- a data type object representing nucleotides, using RNA characters (ACGU)
-