| 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 |
EntityReferenceTypeVocabularyImpl |
| Modifier and Type | Method and Description |
|---|---|
Set<EntityReferenceTypeVocabulary> |
EntityReferenceImpl.getEntityReferenceType() |
Class<? extends EntityReferenceTypeVocabulary> |
EntityReferenceTypeVocabularyImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityReferenceImpl.addEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType) |
void |
EntityReferenceImpl.removeEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType) |
| Modifier and Type | Method and Description |
|---|---|
Set<EntityReferenceTypeVocabulary> |
EntityReference.getEntityReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityReference.addEntityReferenceType(EntityReferenceTypeVocabulary type)
Adds the given cv to the list of types
|
void |
EntityReference.removeEntityReferenceType(EntityReferenceTypeVocabulary type)
Removes the given cv from the list of types
|
Copyright © 2018 BioPAX. All rights reserved.