|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelFactory | |
|---|---|
| org.ontoware.rdf2go | |
| Uses of ModelFactory in org.ontoware.rdf2go |
|---|
| Fields in org.ontoware.rdf2go declared as ModelFactory | |
|---|---|
protected static ModelFactory |
RDF2Go.modelFactory
the default factory for RDF2Go. |
| Methods in org.ontoware.rdf2go that return ModelFactory | |
|---|---|
static ModelFactory |
RDF2Go.getModelFactory()
get the currently registered RDF2Go factory. |
| Methods in org.ontoware.rdf2go with parameters of type ModelFactory | |
|---|---|
static void |
RDF2Go.register(ModelFactory modelFactory)
register an implementation of the RDF2Go framework. you can only register one framework inside one Java application, it will throw an Exception if you register more than one. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||