public abstract class AbstractTableEngine extends Object implements TableEngine
| Constructor and Description |
|---|
AbstractTableEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addVarNames(String ns,
org.apache.jena.rdf.model.Resource table,
List<String> varNames) |
protected org.apache.jena.rdf.model.Property |
getColCountProperty(String ns) |
protected org.apache.jena.rdf.model.Property |
getRowCountProperty(String ns) |
protected org.apache.jena.rdf.model.Property |
getValueProperty(String ns) |
protected org.apache.jena.rdf.model.Property |
getVarNameProperty(String ns,
int colIndex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTableprotected void addVarNames(String ns, org.apache.jena.rdf.model.Resource table, List<String> varNames)
protected org.apache.jena.rdf.model.Property getColCountProperty(String ns)
protected org.apache.jena.rdf.model.Property getRowCountProperty(String ns)
protected org.apache.jena.rdf.model.Property getValueProperty(String ns)
protected org.apache.jena.rdf.model.Property getVarNameProperty(String ns, int colIndex)
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.