| 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 Set<Pathway> |
ModelUtils.getParentPathways(BioPAXElement biopaxElement)
Collects all parent Pathway objects recursively
traversing the inverse object properties of the
biopax element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathwayImpl |
| Modifier and Type | Method and Description |
|---|---|
Pathway |
PathwayStepImpl.getPathwayOrderOf() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Pathway> |
PathwayImpl.getModelInterface() |
Set<Pathway> |
ProcessImpl.getPathwayComponentOf() |
protected Set<Pathway> |
ControlImpl.getPathwayController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PathwayStepImpl.setPathwayOrderOf(Pathway pathwayOrderOf) |
| Modifier and Type | Method and Description |
|---|---|
Pathway |
PathwayStep.getPathwayOrderOf() |
| Modifier and Type | Method and Description |
|---|---|
Set<Pathway> |
Process.getPathwayComponentOf() |
Copyright © 2016 BioPAX. All rights reserved.