org.biopax.paxtools.impl.level3
Class TemplateReactionImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XReferrableImpl
org.biopax.paxtools.impl.level3.NamedImpl
org.biopax.paxtools.impl.level3.EntityImpl
org.biopax.paxtools.impl.level3.ProcessImpl
org.biopax.paxtools.impl.level3.InteractionImpl
org.biopax.paxtools.impl.level3.TemplateReactionImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, BioPAXElement, Entity, Interaction, Level3Element, Named, Observable, Process, TemplateReaction, XReferrable
@Entity
@Indexed
public class TemplateReactionImpl
- extends InteractionImpl
- implements TemplateReaction
- See Also:
- Serialized Form
| Methods inherited from class org.biopax.paxtools.impl.level3.EntityImpl |
addAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setAvailability, setDataSource, setEvidence, setParticipantOf |
| Methods inherited from class org.biopax.paxtools.impl.level3.NamedImpl |
addName, getDisplayName, getDisplayNameX, getName, getNameX, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setNameX, setStandardName, setStandardNameX |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TemplateReactionImpl
public TemplateReactionImpl()
getModelInterface
public java.lang.Class<? extends TemplateReaction> getModelInterface()
- Description copied from interface:
BioPAXElement
- This method returns the actual model interface that a class implements.
- Specified by:
getModelInterface in interface BioPAXElement- Overrides:
getModelInterface in class InteractionImpl
- Returns:
- an interface from
org.biopax.paxtools.model package
corresponding to a BioPAX class.
getProduct
public java.util.Set<PhysicalEntity> getProduct()
- Specified by:
getProduct in interface TemplateReaction
setProduct
protected void setProduct(java.util.Set<PhysicalEntity> product)
addProduct
public void addProduct(PhysicalEntity product)
- Specified by:
addProduct in interface TemplateReaction
removeProduct
public void removeProduct(PhysicalEntity product)
- Specified by:
removeProduct in interface TemplateReaction
getTemplateX
protected NucleicAcid getTemplateX()
setTemplateX
protected void setTemplateX(NucleicAcid template)
getTemplate
public NucleicAcid getTemplate()
- Specified by:
getTemplate in interface TemplateReaction
setTemplate
public void setTemplate(NucleicAcid template)
- Specified by:
setTemplate in interface TemplateReaction
getTemplateDirection
public TemplateDirectionType getTemplateDirection()
- Specified by:
getTemplateDirection in interface TemplateReaction
setTemplateDirection
public void setTemplateDirection(TemplateDirectionType templateDirection)
- Specified by:
setTemplateDirection in interface TemplateReaction
Copyright © 2011 BioPAX. All Rights Reserved.