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
getControlledOf
java.util.Set<Control> getControlledOf()
getPathwayComponentOf
java.util.Set<Pathway> getPathwayComponentOf()
getStepProcessOf
java.util.Set<PathwayStep> getStepProcessOf()
Copyright © 2011 BioPAX. All Rights Reserved.