org.biopax.paxtools.model.level3
Interface Process

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Entity, Level3Element, Named, Observable, java.io.Serializable, XReferrable
All Known Subinterfaces:
BiochemicalReaction, Catalysis, ComplexAssembly, Control, Conversion, Degradation, GeneticInteraction, Interaction, Modulation, MolecularInteraction, Pathway, TemplateReaction, TemplateReactionRegulation, Transport, TransportWithBiochemicalReaction
All Known Implementing Classes:
BiochemicalReactionImpl, CatalysisImpl, ComplexAssemblyImpl, ControlImpl, ConversionImpl, DegradationImpl, GeneticInteractionImpl, InteractionImpl, ModulationImpl, MolecularInteractionImpl, PathwayImpl, ProcessImpl, TemplateReactionImpl, TemplateReactionRegulationImpl, TransportImpl, TransportWithBiochemicalReactionImpl

public interface Process
extends Entity

Tagging interface for entities that can participate in a pathway and can be targeted by a control : Pathway and Interaction


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 java.util.Set<Control> getControlledOf()
           
 java.util.Set<Pathway> getPathwayComponentOf()
           
 java.util.Set<PathwayStep> getStepProcessOf()
           
 
Methods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSource
 
Methods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidence
 
Methods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setStandardName
 
Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
 
Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

getControlledOf

java.util.Set<Control> getControlledOf()

getPathwayComponentOf

java.util.Set<Pathway> getPathwayComponentOf()

getStepProcessOf

java.util.Set<PathwayStep> getStepProcessOf()


Copyright © 2011 BioPAX. All Rights Reserved.