| Package | Description |
|---|---|
| org.biopax.paxtools.controller |
This package contains various methods and algorithms for traversing and manipulating the model.
|
| org.biopax.paxtools.impl.level3 |
This package contains the default implementation for BioPAX Level 3.
|
| org.biopax.paxtools.model.level3 |
This package contains the interfaces that maps classes defined in the BioPAX Level 3 specification.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ModelUtils.fixControlled(Model model,
Control control)
In Paxtools v6, controlled property won't accept multiple values
(due to the OWL functional property restriction, which we so far forgot of);
so, let's make sure every Control has at most one controlled process.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CatalysisImpl |
class |
ControlImpl |
class |
ModulationImpl |
class |
TemplateReactionRegulationImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<Control> |
ProcessImpl.getControlledOf() |
Set<Control> |
PhysicalEntityImpl.getControllerOf() |
Set<Control> |
PathwayImpl.getControllerOf() |
Class<? extends Control> |
ControlImpl.getModelInterface() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Catalysis
Definition: A control interaction in which a physical entity (a catalyst) increases the rate of a conversion
interaction by lowering its activation energy.
|
interface |
Modulation
Definition: An interaction in which one entity regulates, modifies, or otherwise influences another.
|
interface |
TemplateReactionRegulation |
| Modifier and Type | Method and Description |
|---|---|
Set<Control> |
Process.getControlledOf() |
Set<Control> |
Controller.getControllerOf()
This method returns the list of
Control interactions that this entity controls. |
Copyright © 2018 BioPAX. All rights reserved.