Uses of Class
uk.ac.ebi.ep.mm.MegaMapper.Constraint

Packages that use MegaMapper.Constraint
uk.ac.ebi.ep.mm   
 

Uses of MegaMapper.Constraint in uk.ac.ebi.ep.mm
 

Methods in uk.ac.ebi.ep.mm that return MegaMapper.Constraint
static MegaMapper.Constraint MegaMapper.Constraint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MegaMapper.Constraint[] MegaMapper.Constraint.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 MegaMapper.Constraint
 Collection<XRef> MegaLuceneMapper.getXrefs(MmDatabase db, String idFragment, MegaMapper.Constraint constraint, MmDatabase... xDbs)
           
 Collection<XRef> MegaJdbcMapper.getXrefs(MmDatabase db, String idFragment, MegaMapper.Constraint constraint, MmDatabase... xDbs)
           
 Collection<XRef> MegaMapper.getXrefs(MmDatabase db, String idFragment, MegaMapper.Constraint constraint, MmDatabase... xDbs)
          Retrieves cross references from the mega-map for a given text which matches an entry ID, who is related to the given databases.
This method is provided in order to search for UniProt ID prefixes (ex.
 Collection<XRef> MegaDbMapper.getXrefs(MmDatabase db, String idFragment, MegaMapper.Constraint constraint, MmDatabase... xDbs)
           
 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)
           
 



Copyright © 2012 EMBL-EBI. All Rights Reserved.