API Specification Errors
Errors in Interface: org.biojava.bio.program.homologene.HomologeneDB


Category 3: Tag Error

createOrthologue(Taxon, String, String, String)
  • Missing tag.
  • Missing @return tag.
  • Missing @throws tag.
 *
 * @param taxon         a Taxon object
 * @param locusID       a String ...
 * @param homologeneID  a String ...
 * @param accession     a String ...
 * @return an Orthologue object
 * @throws ChangeVetoException ...
createOrthologue(int, String, String, String)
  • Missing tag.
  • Missing @return tag.
  • Missing @throws tag.
 *
 * @param taxonID       an int specifying ...
 * @param locusID       a String ...
 * @param homologeneID  a String ...
 * @param accession     a String ...
 * @return an Orthologue object
 * @throws ChangeVetoException ...
getOrthologue(String)
  • Missing tag.
  • Missing @return tag.
 *
 * @param homologeneID  a String
 * @return an Orthologue object
createOrthoPair(Orthologue, Orthologue, SimilarityType, double)
  • Missing tag.
  • Missing @return tag.
 *
 * @param first            an Orthologue object
 * @param second           an Orthologue object
 * @param type             a SimilarityType object
 * @param percentIdentity  a double
 * @return an OrthoPair object
createOrthoPair(Orthologue, Orthologue, String)
  • Missing tag.
  • Missing @return tag.
 *
 * @param first   an Orthologue object
 * @param second  an Orthologue object
 * @param ref     a String ...
 * @return an OrthoPair object
createOrthoPairSet()
  • Missing @return tag.
 *
 * @return an OrthoPairSet object
getOrthoPairSets()
  • Missing @return tag.
 *
 * @return an OrthoPairCollection object representing the ortho pair sets value
filter(OrthoPairSetFilter)
  • Missing tag.
  • Missing @return tag.
 *
 * @param filters  an OrthoPairSetFilter object
 * @return an OrthoPairCollection object

Explanation of Columns

Left Column
Identifies the error or warning.
Right Column
Shows the comment-text that generated the error in red.
Displays a template you can cut and paste in black.