| Package | Description | 
|---|---|
| org.biojavax.bio | 
 Classes to represent biological entities and their relationships. 
 | 
| org.biojavax.bio.seq.io | 
 Classes to support the I/O of RichSequence and 
     Bioentry objects. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleBioEntryRelationship
Represents a relationship between two bioentries that is described by a term 
 and given a rank. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Set<BioEntryRelationship> | 
SimpleBioEntry.getRelationships()
Returns a set of all relationships associated with this bioentry. 
 | 
Set<BioEntryRelationship> | 
BioEntry.getRelationships()
Returns a set of all relationships associated with this bioentry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleBioEntry.addRelationship(BioEntryRelationship relation)
Adds a relation instance to this bioentry. 
 | 
void | 
BioEntry.addRelationship(BioEntryRelationship relation)
Adds a relation instance to this bioentry. 
 | 
void | 
SimpleBioEntry.removeRelationship(BioEntryRelationship relation)
Removes a relation instance from this bioentry. 
 | 
void | 
BioEntry.removeRelationship(BioEntryRelationship relation)
Removes a relation instance from this bioentry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DebuggingRichSeqIOListener.setRelationship(BioEntryRelationship relationship)  | 
void | 
SimpleRichSequenceBuilder.setRelationship(BioEntryRelationship relationship)
Call back method so the event emitter can tell the listener
 about a relationship between the bioentry or sequence in the
 record being read and another bioentry. 
 | 
void | 
RichSeqIOListener.setRelationship(BioEntryRelationship relationship)
Call back method so the event emitter can tell the listener
 about a relationship between the bioentry or sequence in the
 record being read and another bioentry. 
 | 
void | 
RichSeqIOAdapter.setRelationship(BioEntryRelationship relationship)  | 
Copyright © 2020 BioJava. All rights reserved.