Uses of Interface
org.biojavax.CrossReferenceResolver
Packages that use CrossReferenceResolver
Package
Description
The Biojava extensions packages, classes that extend the core biojava
functionality
Interface between biojava and biosql databases
Rich implementations of Sequences, Locations and Features.
-
Uses of CrossReferenceResolver in org.biojavax
Classes in org.biojavax that implement CrossReferenceResolverModifier and TypeClassDescriptionclass
A simple implementation of CrossReferenceResolver.Methods in org.biojavax that return CrossReferenceResolverModifier and TypeMethodDescriptionstatic CrossReferenceResolver
RichObjectFactory.getDefaultCrossReferenceResolver()
Returns the default cross ref resolver object.Methods in org.biojavax with parameters of type CrossReferenceResolverModifier and TypeMethodDescriptionstatic void
RichObjectFactory.setDefaultCrossReferenceResolver
(CrossReferenceResolver crr) Sets the default crossref resolver to use when resolving remote entries. -
Uses of CrossReferenceResolver in org.biojavax.bio.db.biosql
Classes in org.biojavax.bio.db.biosql that implement CrossReferenceResolverModifier and TypeClassDescriptionclass
A simple implementation of CrossReferenceResolver -
Uses of CrossReferenceResolver in org.biojavax.bio.seq
Methods in org.biojavax.bio.seq with parameters of type CrossReferenceResolverModifier and TypeMethodDescriptionvoid
CompoundRichLocation.setCrossRefResolver
(CrossReferenceResolver r) Sets the cross ref resolver to use when retrieving remote symbols.void
EmptyRichLocation.setCrossRefResolver
(CrossReferenceResolver r) Sets the cross ref resolver to use when retrieving remote symbols.void
RichLocation.setCrossRefResolver
(CrossReferenceResolver r) Sets the cross ref resolver to use when retrieving remote symbols.void
SimpleRichLocation.setCrossRefResolver
(CrossReferenceResolver r) Sets the cross ref resolver to use when retrieving remote symbols.