| java.lang.Object com.hp.hpl.jena.db.impl.DBReifierGraph
DBReifierGraph | public class DBReifierGraph implements Graph(Code) | | Implementation of a "hidden triples" graph for reified statements in GraphRDB.
This makes the list of specializedGraphReifers in the GraphRDB into a read-only
Graph - suitable to be returned by Reifier.getHiddenTriples() )
since: Jena 2.0 author: csayers version: $Revision: 1.23 $ |
Constructor Summary | |
public | DBReifierGraph(GraphRDB parent, List reifiers) Construct a new DBReifierGraph
Parameters: reifiers - List of SpecializedGraphReifers which holds the reified triples. |
m_specializedGraphs | protected List m_specializedGraphs(Code) | | |
DBReifierGraph | public DBReifierGraph(GraphRDB parent, List reifiers)(Code) | | Construct a new DBReifierGraph
Parameters: reifiers - List of SpecializedGraphReifers which holds the reified triples. Thislist may be empty and, in that case, the DBReifierGraph just appears to hold no triples. |
capabilities | public int capabilities()(Code) | | |
close | public void close()(Code) | | |
isClosed | public boolean isClosed()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
isIsomorphicWith | public boolean isIsomorphicWith(Graph g)(Code) | | |
|
|