pid
Class Complex

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

public class Complex
extends Molecule
implements java.io.Serializable

Type of molecule, composed of sub-unit (Complex Components)

Author:
Samuel Croset
See Also:
Serialized Form

Constructor Summary
Complex()
           
 
Method Summary
 
Methods inherited from class pid.Molecule
getComplexComponents, getId, getMembers, getNames, getParts, getPreferredSymbolName, getUniprotName, setComplexComponents, setId, setMembers, setNames, setParts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Complex

public Complex()