|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Relationship | |
---|---|
uk.ac.ebi.ep.mm |
Uses of Relationship in uk.ac.ebi.ep.mm |
---|
Methods in uk.ac.ebi.ep.mm that return Relationship | |
---|---|
static Relationship |
Relationship.between(MmDatabase from,
MmDatabase to)
Gets the usual relationship between two databases. |
static Relationship |
Relationship.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Relationship[] |
Relationship.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in uk.ac.ebi.ep.mm with parameters of type Relationship | |
---|---|
Collection<XRef> |
MegaLuceneMapper.getXrefs(MmDatabase db,
String idFragment,
MegaMapper.Constraint constraint,
Relationship relationship)
|
Collection<XRef> |
MegaJdbcMapper.getXrefs(MmDatabase db,
String idFragment,
MegaMapper.Constraint constraint,
Relationship rel)
|
Collection<XRef> |
MegaMapper.getXrefs(MmDatabase db,
String idFragment,
MegaMapper.Constraint constraint,
Relationship relationship)
Retrieves cross references from the mega-map for a given text which matches an entry ID, who has a given relationship (if any). This method is provided in order to search for UniProt ID prefixes (ex. |
Collection<XRef> |
MegaDbMapper.getXrefs(MmDatabase db,
String idFragment,
MegaMapper.Constraint constraint,
Relationship relationship)
|
Collection<XRef> |
MegaLuceneMapper.getXrefs(MmDatabase db,
String accession,
Relationship relationship)
|
Collection<XRef> |
MegaJdbcMapper.getXrefs(MmDatabase db,
String accession,
Relationship relationship)
|
Collection<XRef> |
MegaMapper.getXrefs(MmDatabase db,
String accession,
Relationship relationship)
Retrieves cross references from the mega-map for a given accession (not ID) given a concrete relationship. |
Collection<XRef> |
MegaDbMapper.getXrefs(MmDatabase db,
String accession,
Relationship relationship)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |