Package de.julielab.jules.ae.genemapping
Class CandidateCacheKey
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.CandidateCacheKey
-
public class CandidateCacheKey extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CandidateCacheKey(GeneName geneName)Gets gene candidates based only on the name making no restrictions on species.CandidateCacheKey(GeneName geneName, java.lang.String taxId)Gets gene candidates accordingi to geneName but restricted to species with taxonomy ID taxId.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
geneName
public GeneName geneName
-
taxId
public java.lang.String taxId
-
-
Constructor Detail
-
CandidateCacheKey
public CandidateCacheKey(GeneName geneName)
Gets gene candidates based only on the name making no restrictions on species.- Parameters:
geneName-
-
CandidateCacheKey
public CandidateCacheKey(GeneName geneName, java.lang.String taxId)
Gets gene candidates accordingi to geneName but restricted to species with taxonomy ID taxId.- Parameters:
geneName-taxId-
-
-