Uses of Class
sbc.orthoxml.Gene

Packages that use Gene
sbc.orthoxml   
 

Uses of Gene in sbc.orthoxml
 

Methods in sbc.orthoxml that return Gene
 Gene Membership.getGene()
          Returns the gene that this membership stands for.
 

Methods in sbc.orthoxml that return types with arguments of type Gene
 java.util.List<Gene> Group.getGenes()
          Convenience method to get all genes that are a member of the group without the membership nesting.
 java.util.List<Gene> Group.getNestedGenes()
          Convenience method to get all gene in the group and in groups that are nested into the group.
 

Method parameters in sbc.orthoxml with type arguments of type Gene
 void Group.setGenes(java.util.List<Gene> genes)
          Convenience method to set gene members without a score.
 

Constructors in sbc.orthoxml with parameters of type Gene
Membership(Gene gene)
          Creates a Membership object for Gene gene.