public class TableEngines extends Object
| Constructor and Description |
|---|
TableEngines() |
| Modifier and Type | Method and Description |
|---|---|
static TableEngines |
get() |
TableEngine |
getDefaultTableEngine() |
TableEngine |
getForType(org.apache.jena.rdf.model.Resource type) |
void |
register(org.apache.jena.rdf.model.Resource type,
TableEngine tableEngine) |
static void |
set(TableEngines value) |
public static TableEngines get()
public static void set(TableEngines value)
public TableEngine getDefaultTableEngine()
public TableEngine getForType(org.apache.jena.rdf.model.Resource type)
public void register(org.apache.jena.rdf.model.Resource type,
TableEngine tableEngine)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.