| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
class |
KPrimeImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<KPrime> |
BiochemicalReactionImpl.getKEQ() |
Class<? extends KPrime> |
KPrimeImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
BiochemicalReactionImpl.addKEQ(KPrime kEQ) |
void |
BiochemicalReactionImpl.removeKEQ(KPrime kEQ) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BiochemicalReactionImpl.setKEQ(Set<KPrime> kEQ) |
| Modifier and Type | Method and Description |
|---|---|
Set<KPrime> |
BiochemicalReaction.getKEQ()
This quantity is dimensionless and is usually a single number.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BiochemicalReaction.addKEQ(KPrime keq)
This quantity is dimensionless and is usually a single number.
|
void |
BiochemicalReaction.removeKEQ(KPrime keq)
This quantity is dimensionless and is usually a single number.
|
Copyright © 2015 BioPAX. All rights reserved.