| 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 |
BindingFeatureImpl |
class |
CovalentBindingFeatureImpl |
| Modifier and Type | Method and Description |
|---|---|
BindingFeature |
BindingFeatureImpl.getBindsTo() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BindingFeature> |
BindingFeatureImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingFeatureImpl.setBindsTo(BindingFeature bindsTo)
This method will set the paired binding feature that binds to this feature.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CovalentBindingFeature
Definition: An entity feature that represent the covalently bound state of a physical entity.
|
| Modifier and Type | Method and Description |
|---|---|
BindingFeature |
BindingFeature.getBindsTo()
A binding feature represents a "half" of the bond between two entities.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingFeature.setBindsTo(BindingFeature bindsTo)
A binding feature represents a "half" of the bond between two entities.
|
Copyright © 2016 BioPAX. All rights reserved.