|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.data.DataView
public class DataView
DataView provides a view on a subset of the data in the store.
Currently, that subset is all the data in the store.
DataView also caches resource nodes.
| Constructor Summary | |
|---|---|
protected |
DataView(java.lang.String store)
Creates a view on the given store. |
| Method Summary | |
|---|---|
ILiteralNode |
getLiteral(java.lang.String value)
Returns the literal with the given value. |
DataResourceNode |
getResource(java.lang.String uri)
Returns the resource with the given name. |
DataResourceNode |
getResource(java.net.URL uri)
Returns the resource with the given name. |
java.lang.String |
getStatementTableName()
Returns the name of the statement table for this view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected DataView(java.lang.String store)
store - the data store| Method Detail |
|---|
public java.lang.String getStatementTableName()
public DataResourceNode getResource(java.lang.String uri)
uri - the name of the resource to return
public DataResourceNode getResource(java.net.URL uri)
uri - the name of the resource to return
public ILiteralNode getLiteral(java.lang.String value)
value - the value of the literal to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||