Uses of Interface
org.biojavax.RichObjectBuilder
-
Packages that use RichObjectBuilder Package Description org.biojavax The Biojava extensions packages, classes that extend the core biojava functionalityorg.biojavax.bio.db.biosql Interface between biojava and biosql databases -
-
Uses of RichObjectBuilder in org.biojavax
Classes in org.biojavax that implement RichObjectBuilder Modifier and Type Class Description class
SimpleRichObjectBuilder
Creates objects and returns them, and stores them in an internal map of singletons for reference.Methods in org.biojavax with parameters of type RichObjectBuilder Modifier and Type Method Description static void
RichObjectFactory. setRichObjectBuilder(RichObjectBuilder b)
Sets the builder to use when instantiating new Rich objects. -
Uses of RichObjectBuilder in org.biojavax.bio.db.biosql
Classes in org.biojavax.bio.db.biosql that implement RichObjectBuilder Modifier and Type Class Description class
BioSQLRichObjectBuilder
Takes requests for RichObjects and sees if it can load them from a Hibernate database.
-