public class TemplateReactionImpl extends InteractionImpl implements TemplateReaction
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
TemplateReactionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProduct(PhysicalEntity product) |
Class<? extends TemplateReaction> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
Set<PhysicalEntity> |
getProduct() |
NucleicAcid |
getTemplate() |
TemplateDirectionType |
getTemplateDirection() |
void |
removeProduct(PhysicalEntity product) |
protected void |
setProduct(Set<PhysicalEntity> product) |
void |
setTemplate(NucleicAcid template) |
void |
setTemplateDirection(TemplateDirectionType templateDirection) |
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends TemplateReaction> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class InteractionImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<PhysicalEntity> getProduct()
getProduct in interface TemplateReactionprotected void setProduct(Set<PhysicalEntity> product)
public void addProduct(PhysicalEntity product)
addProduct in interface TemplateReactionpublic void removeProduct(PhysicalEntity product)
removeProduct in interface TemplateReactionpublic NucleicAcid getTemplate()
getTemplate in interface TemplateReactionpublic void setTemplate(NucleicAcid template)
setTemplate in interface TemplateReactionpublic TemplateDirectionType getTemplateDirection()
getTemplateDirection in interface TemplateReactionpublic void setTemplateDirection(TemplateDirectionType templateDirection)
setTemplateDirection in interface TemplateReactionCopyright © 2017 BioPAX. All rights reserved.