pid
Class PTMExpression

java.lang.Object
  extended by pid.PTMExpression
All Implemented Interfaces:
java.io.Serializable

public class PTMExpression
extends java.lang.Object
implements java.io.Serializable

A Post-Translational Modification (http://en.wikipedia.org/wiki/Posttranslational_modification) expression: A set of PTMs for this molecule.

Author:
Samuel Croset
See Also:
Serialized Form

Field Summary
private  java.util.ArrayList<PTMTerm> ptmTerms
           
 
Constructor Summary
PTMExpression()
          Only constructor, initialise the array.
 
Method Summary
 java.util.ArrayList<PTMTerm> getPtmTerms()
           
 void setPtmTerms(java.util.ArrayList<PTMTerm> ptmTerms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ptmTerms

private java.util.ArrayList<PTMTerm> ptmTerms
Constructor Detail

PTMExpression

public PTMExpression()
Only constructor, initialise the array.

Method Detail

setPtmTerms

public void setPtmTerms(java.util.ArrayList<PTMTerm> ptmTerms)

getPtmTerms

public java.util.ArrayList<PTMTerm> getPtmTerms()
Returns:
the list of PTMs for this molecule.