| 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 |
ExperimentalFormImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<ExperimentalForm> |
EvidenceImpl.getExperimentalForm() |
Class<? extends ExperimentalForm> |
ExperimentalFormImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvidenceImpl.addExperimentalForm(ExperimentalForm experimentalForm) |
void |
EvidenceImpl.removeExperimentalForm(ExperimentalForm experimentalForm) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExperimentalForm> |
Evidence.getExperimentalForm()
Contents of this set should not be modified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Evidence.addExperimentalForm(ExperimentalForm experimentalForm)
Adds an experimental form.
|
void |
Evidence.removeExperimentalForm(ExperimentalForm experimentalForm)
Removes an experimental form.
|
Copyright © 2017 BioPAX. All rights reserved.