| Package | Description | 
|---|---|
| com.bigdata.bop.ap | |
| com.bigdata.bop.joinGraph | 
    This package provides support for join graphs, query optimization,
    and generating full query plans from a join graph and the
    evaluation order identified by a query optimizer. | 
| com.bigdata.bop.joinGraph.fast | |
| com.bigdata.rdf.rules | |
| com.bigdata.rdf.store | 
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware. | 
| com.bigdata.relation.rule.eval | 
    This package supports rule evaluation. | 
| Constructor and Description | 
|---|
| MockJoinNexusFactory(ActionEnum action,
                    long writeTimestamp,
                    long readTimestamp,
                    Properties properties,
                    int solutionFlags,
                    IElementFilter<?> solutionFilter,
                    IEvaluationPlanFactory evaluationPlanFactory,
                    IRuleTaskFactory defaultRuleTaskFactory) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FixedEvaluationPlanFactoryA factory for  IEvaluationPlans that uses a caller specified
 evaluation order. | 
| class  | NOPEvaluationPlanFactoryA factory for  IEvaluationPlans that do not reorder the predicates in
 the tail. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultEvaluationPlanFactory2Factory for  DefaultEvaluationPlan2s. | 
| Constructor and Description | 
|---|
| RDFJoinNexusFactory(ActionEnum action,
                   long writeTimestamp,
                   long readTimestamp,
                   Properties properties,
                   int solutionFlags,
                   IElementFilter<?> filter,
                   IEvaluationPlanFactory planFactory,
                   IRuleTaskFactory defaultRuleTaskFactory,
                   RuleContextEnum ruleContext,
                   boolean justify,
                   boolean backchain,
                   boolean isOwlSameAsUsed) | 
| Modifier and Type | Method and Description | 
|---|---|
| IJoinNexusFactory | AbstractTripleStore. newJoinNexusFactory(RuleContextEnum ruleContext,
                   ActionEnum action,
                   int solutionFlags,
                   IElementFilter filter,
                   boolean justify,
                   boolean backchain,
                   IEvaluationPlanFactory planFactory) | 
| IJoinNexusFactory | AbstractTripleStore. newJoinNexusFactory(RuleContextEnum ruleContext,
                   ActionEnum action,
                   int solutionFlags,
                   IElementFilter filter,
                   boolean justify,
                   boolean backchain,
                   IEvaluationPlanFactory planFactory,
                   Properties overrides) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IEvaluationPlanFactory | AbstractJoinNexus. planFactoryThe factory for rule evaluation plans. | 
| Modifier and Type | Method and Description | 
|---|---|
| IEvaluationPlanFactory | AbstractJoinNexusFactory. getEvaluationPlanFactory() | 
| IEvaluationPlanFactory | IJoinNexusFactory. getEvaluationPlanFactory() | 
| IEvaluationPlanFactory | AbstractJoinNexus. getPlanFactory() | 
| IEvaluationPlanFactory | IJoinNexus. getPlanFactory()Return the factory for  IEvaluationPlans. | 
| Constructor and Description | 
|---|
| AbstractJoinNexusFactory(ActionEnum action,
                        long writeTimestamp,
                        long readTimestamp,
                        Properties properties,
                        int solutionFlags,
                        IElementFilter<?> solutionFilter,
                        IEvaluationPlanFactory evaluationPlanFactory,
                        IRuleTaskFactory defaultRuleTaskFactory) | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.