Uses of Class
com.bigdata.relation.AbstractRelation

Packages that use AbstractRelation
com.bigdata.rdf.lexicon   
com.bigdata.rdf.magic This package includes an abstraction layer for declaring containers of relations, relations, the relationships between the relations (foreign keys), and the indices for a relation, including what goes into the key and the value for the index. 
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.search This package provides full text indexing and search. 
 

Uses of AbstractRelation in com.bigdata.rdf.lexicon
 

Subclasses of AbstractRelation in com.bigdata.rdf.lexicon
 class LexiconRelation
          The LexiconRelation handles all things related to the indices mapping RDF Values onto internal 64-bit term identifiers.
 

Uses of AbstractRelation in com.bigdata.rdf.magic
 

Subclasses of AbstractRelation in com.bigdata.rdf.magic
 class MagicRelation
           
 

Uses of AbstractRelation in com.bigdata.rdf.spo
 

Subclasses of AbstractRelation in com.bigdata.rdf.spo
 class SPORelation
          The SPORelation handles all things related to the indices representing the triples stored in the database.
 

Uses of AbstractRelation in com.bigdata.search
 

Subclasses of AbstractRelation in com.bigdata.search
 class FullTextIndex
          Full text indexing and search support.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.