| 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 |
SequenceIntervalImpl |
class |
SequenceLocationImpl |
class |
SequenceSiteImpl |
| Modifier and Type | Method and Description |
|---|---|
SequenceLocation |
NucleicAcidRegionReferenceImpl.getAbsoluteRegion() |
SequenceLocation |
EntityFeatureImpl.getFeatureLocation() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SequenceLocation> |
SequenceLocationImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
NucleicAcidRegionReferenceImpl.setAbsoluteRegion(SequenceLocation absoluteRegion) |
void |
EntityFeatureImpl.setFeatureLocation(SequenceLocation featureLocation) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SequenceInterval |
interface |
SequenceSite |
| Modifier and Type | Method and Description |
|---|---|
SequenceLocation |
NucleicAcidRegionReference.getAbsoluteRegion() |
SequenceLocation |
EntityFeature.getFeatureLocation()
Location of the feature on the sequence of the interactor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NucleicAcidRegionReference.setAbsoluteRegion(SequenceLocation absoluteRegion) |
void |
EntityFeature.setFeatureLocation(SequenceLocation sequenceLocation)
Location of the feature on the sequence of the interactor.
|
Copyright © 2016 BioPAX. All rights reserved.