uk.ac.ebi.intenz.biopax.level2
Class BiopaxCatalysis

java.lang.Object
  extended by uk.ac.ebi.intenz.biopax.level2.BiopaxCatalysis

public class BiopaxCatalysis
extends Object

Adapter class to convert IntEnz EnzymeEntrys into BioPAX catalysys objects and viceversa.
Note that one IntEnz EnzymeEntry may catalyze more than one reaction. As BioPAX catalysis allows one CONTROLLED property at most, several catalysis may be generated per IntEnz entry.


Constructor Summary
BiopaxCatalysis(org.biopax.paxtools.model.level2.catalysis cat)
          Not yet implemented.
BiopaxCatalysis(EnzymeEntry enzymeEntry, org.biopax.paxtools.model.Model model)
          Constructor from an IntEnz EnzymeEntry.
 
Method Summary
 Collection<org.biopax.paxtools.model.level2.catalysis> getBiopaxCatalysis()
           
 EnzymeEntry getIntEnzEnzyme()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiopaxCatalysis

public BiopaxCatalysis(EnzymeEntry enzymeEntry,
                       org.biopax.paxtools.model.Model model)
Constructor from an IntEnz EnzymeEntry.
The following BioPAX properties are currently ignored: Notes about enzyme names: Notes about xrefs: IntEnz citations are exported as publicationXref assigned to the BioPAX' catalysis.

Parameters:
enzymeEntry - an IntEnz enzyme.
model - A BioPAX model to add the catalysis to.

BiopaxCatalysis

public BiopaxCatalysis(org.biopax.paxtools.model.level2.catalysis cat)
Not yet implemented. Throws an exception.

Parameters:
cat -
Method Detail

getIntEnzEnzyme

public EnzymeEntry getIntEnzEnzyme()
Returns:
the IntEnz side of this apapter.

getBiopaxCatalysis

public Collection<org.biopax.paxtools.model.level2.catalysis> getBiopaxCatalysis()
Returns:
the BioPAX side of this adapter.


Copyright © 2013 EMBL-EBI. All Rights Reserved.