Uses of Class
org.molgenis.vibe.core.io.input.ModelReaderFactory
-
Packages that use ModelReaderFactory Package Description org.molgenis.vibe.core.io.input -
-
Uses of ModelReaderFactory in org.molgenis.vibe.core.io.input
Methods in org.molgenis.vibe.core.io.input that return ModelReaderFactory Modifier and Type Method Description static ModelReaderFactoryModelReaderFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelReaderFactory[]ModelReaderFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.molgenis.vibe.core.io.input with parameters of type ModelReaderFactory Constructor Description VibeDatabase(Path dbPath, ModelReaderFactory modelReaderFactory)
-