| 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 |
ScoreImpl |
| Modifier and Type | Method and Description |
|---|---|
Score |
GeneticInteractionImpl.getInteractionScore() |
| Modifier and Type | Method and Description |
|---|---|
Set<Score> |
EvidenceImpl.getConfidence()
Confidence in the containing instance.
|
Class<? extends Score> |
ScoreImpl.getModelInterface() |
| Modifier and Type | Method and Description |
|---|---|
void |
EvidenceImpl.addConfidence(Score confidence)
Confidence in the containing instance.
|
void |
EvidenceImpl.removeConfidence(Score confidence)
Confidence in the containing instance.
|
void |
GeneticInteractionImpl.setInteractionScore(Score interactionScore) |
| Modifier and Type | Method and Description |
|---|---|
Score |
GeneticInteraction.getInteractionScore() |
| Modifier and Type | Method and Description |
|---|---|
Set<Score> |
Evidence.getConfidence()
Confidence in the containing instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Evidence.addConfidence(Score confidence)
Confidence in the containing instance.
|
void |
Evidence.removeConfidence(Score confidence)
Confidence in the containing instance.
|
void |
GeneticInteraction.setInteractionScore(Score interactionScore) |
Copyright © 2016 BioPAX. All rights reserved.