Package | Description |
---|---|
org.biojavax |
The Biojava extensions packages, classes that extend the core biojava
functionality
The biojavax packages contain a number of extensions to the core biojava
interfaces.
|
org.biojavax.bio |
Classes to represent biological entities and their relationships.
|
org.biojavax.bio.seq |
Rich implementations of Sequences, Locations and Features.
|
org.biojavax.bio.seq.io |
Classes to support the I/O of RichSequence and
Bioentry objects.
|
org.biojavax.ontology |
Extensions to the biojava ontology model that represent BioSQL ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRankedCrossRef
Simple implementation of RankedCrossRef.
|
Modifier and Type | Method and Description |
---|---|
Set<RankedCrossRef> |
RankedCrossRefable.getRankedCrossRefs()
Returns the set of all ranked cross references associated with an object.
|
Modifier and Type | Method and Description |
---|---|
void |
RankedCrossRefable.addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
void |
RankedCrossRefable.removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
Modifier and Type | Method and Description |
---|---|
void |
RankedCrossRefable.setRankedCrossRefs(Set<RankedCrossRef> crossrefs)
Sets the ranked cross references associated with an object.
|
Modifier and Type | Method and Description |
---|---|
Set<RankedCrossRef> |
SimpleBioEntry.getRankedCrossRefs()
Returns the set of all ranked cross references associated with an object.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBioEntry.addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
void |
SimpleBioEntry.removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleBioEntry.setRankedCrossRefs(Set<RankedCrossRef> rankedcrossrefs) |
Modifier and Type | Method and Description |
---|---|
Set<RankedCrossRef> |
SimpleRichFeature.getRankedCrossRefs()
Returns the set of all ranked cross references associated with an object.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRichFeature.addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
void |
SimpleRichFeature.removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRichSequenceBuilder.setRankedCrossRef(RankedCrossRef ref)
Call back method so the event emitter can tell the listener about a cross reference.
|
void |
RichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef)
Call back method so the event emitter can tell the listener about a cross reference.
|
void |
RichSeqIOAdapter.setRankedCrossRef(RankedCrossRef crossRef) |
void |
DebuggingRichSeqIOListener.setRankedCrossRef(RankedCrossRef crossRef) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleComparableTerm.addRankedCrossRef(RankedCrossRef crossref)
Adds a ranked cross reference to the existing set.
|
void |
SimpleComparableTerm.removeRankedCrossRef(RankedCrossRef crossref)
Removes a ranked cross reference from the existing set.
|
Copyright © 2014 BioJava. All rights reserved.