| 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 |
ExperimentalFormVocabularyImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<ExperimentalFormVocabulary> |
ExperimentalFormImpl.getExperimentalFormDescription() |
Class<? extends ExperimentalFormVocabulary> |
ExperimentalFormVocabularyImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentalFormImpl.addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType) |
void |
ExperimentalFormImpl.removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType) |
| Modifier and Type | Method and Description |
|---|---|
Set<ExperimentalFormVocabulary> |
ExperimentalForm.getExperimentalFormDescription()
Descriptor of this experimental form from a controlled vocabulary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentalForm.addExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Adds an experimental form description.
|
void |
ExperimentalForm.removeExperimentalFormDescription(ExperimentalFormVocabulary experimentalFormType)
Removes an experimental form description.
|
Copyright © 2017 BioPAX. All rights reserved.