Uses of Interface
org.biopax.paxtools.model.level3.Process
Packages that use Process
Package
Description
This package contains the default implementation for BioPAX Level 3.
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
-
Uses of Process in org.biopax.paxtools.impl.level3
Classes in org.biopax.paxtools.impl.level3 that implement ProcessModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.biopax.paxtools.impl.level3 that return types with arguments of type ProcessModifier and TypeMethodDescriptionControlImpl.getControlled()PathwayImpl.getPathwayComponent()BiochemicalPathwayStepImpl.getStepProcess()PathwayStepImpl.getStepProcess()Methods in org.biopax.paxtools.impl.level3 with parameters of type ProcessModifier and TypeMethodDescriptionvoidControlImpl.addControlled(Process process) voidPathwayImpl.addPathwayComponent(Process component) voidBiochemicalPathwayStepImpl.addStepProcess(Process process) voidPathwayStepImpl.addStepProcess(Process processStep) protected booleanCatalysisImpl.checkControlled(Process controlled) protected booleanControlImpl.checkControlled(Process Controlled) protected booleanModulationImpl.checkControlled(Process controlled) voidControlImpl.removeControlled(Process controlled) voidPathwayImpl.removePathwayComponent(Process component) voidPathwayStepImpl.removeStepProcess(Process processStep) -
Uses of Process in org.biopax.paxtools.model.level3
Subinterfaces of Process in org.biopax.paxtools.model.level3Modifier and TypeInterfaceDescriptioninterfaceDefinition: A conversion interaction in which one or more entities (substrates) undergo covalent changes to become one or more other entities (products).interfaceDefinition: A control interaction in which a physical entity (a catalyst) increases the rate of a conversion interaction by lowering its activation energy.interfaceDefinition: A conversion interaction in which a set of physical entities, at least one being a macromolecule (e.g.interfaceDefinition: An interaction in which one entity regulates, modifies, or otherwise influences a continuant entity, i.e.interfaceDefinition: An interaction in which molecules of one or morePhysicalEntitypools are physically transformed and become a member of one or more other PhysicalEntity pools.interfaceDefinition: A conversion in which a pool of macromolecules are degraded into their elementary units.interfaceDefinition : Genetic interactions between genes occur when two genetic perturbations (e.g.interfaceDefinition: A biological relationship between two or more entities.interfaceDefinition: An interaction in which one entity regulates, modifies, or otherwise influences another.interfaceDefinition: An interaction in which at least one participant is a physical entity, e.g.interfaceinterfaceinterfaceinterfaceinterfaceMethods in org.biopax.paxtools.model.level3 that return types with arguments of type ProcessModifier and TypeMethodDescriptionControl.getControlled()Deprecated.Pathway.getPathwayComponent()PathwayStep.getStepProcess()Methods in org.biopax.paxtools.model.level3 with parameters of type ProcessModifier and TypeMethodDescriptionvoidControl.addControlled(Process controlled) Deprecated.violates OWL functional property restriction; should be: setControlled(process)voidPathway.addPathwayComponent(Process components) voidPathwayStep.addStepProcess(Process newSTEP_INTERACTIONS) voidControl.removeControlled(Process controlled) Deprecated.was a mistake; see also deprecatedControl.addControlled(Process)voidPathway.removePathwayComponent(Process components) voidPathwayStep.removeStepProcess(Process oldSTEP_INTERACTIONS)
Control.addControlled(Process)