ESAT
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | List of all members
umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair Class Reference
Inheritance diagram for umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair:
Inheritance graph
[legend]
Collaboration diagram for umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair:
Collaboration graph
[legend]

Public Member Functions

 UnorderedGenePair (Gene gene1, Gene gene2)
 
Gene getFirstGene ()
 
Gene getSecondGene ()
 
int compareTo (UnorderedGenePair o)
 
boolean equals (Object o)
 
int hashCode ()
 

Detailed Description

An unordered pair of genes

Author
prussell

Constructor & Destructor Documentation

umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.UnorderedGenePair ( Gene  gene1,
Gene  gene2 
)

Determine which gene is first and which is second

Parameters
gene1Gene 1
gene2Gene 2

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

int umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.compareTo ( UnorderedGenePair  o)

Here is the call graph for this function:

boolean umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.equals ( Object  o)

Here is the call graph for this function:

Gene umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.getFirstGene ( )
Returns
The first gene

Here is the caller graph for this function:

Gene umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.getSecondGene ( )
Returns
The second gene
int umms.core.alignment.FeatureSequenceAlignment.UnorderedGenePair.hashCode ( )

Here is the call graph for this function:


The documentation for this class was generated from the following file: