com.bigdata.rdf.rules
Class RuleFastClosure13

java.lang.Object
  extended by com.bigdata.relation.rule.Rule
      extended by com.bigdata.rdf.rules.AbstractRuleFastClosure_11_13
          extended by com.bigdata.rdf.rules.RuleFastClosure13
All Implemented Interfaces:
IRule, IStep, Serializable

public class RuleFastClosure13
extends AbstractRuleFastClosure_11_13

Rule for step 13 of InferenceEngine#fastForwardClosure().

 (?z, rdf:type, ?b ) :-
       (?x, ?y, ?z),
       (?y, rdfs:subPropertyOf, ?a),
       (?a, rdfs:range, ?b ).
 

Version:
$Id: RuleFastClosure13.java 4229 2011-02-22 23:39:14Z mrpersonick $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bigdata.rdf.rules.AbstractRuleFastClosure_11_13
propertyId
 
Fields inherited from class com.bigdata.relation.rule.Rule
DEBUG, INFO, log
 
Constructor Summary
RuleFastClosure13(String relationName, Vocabulary vocab)
           
 
Method Summary
 
Methods inherited from class com.bigdata.relation.rule.Rule
getConstants, getConstraint, getConstraintCount, getConstraints, getHead, getName, getQueryOptions, getRequiredVariableCount, getRequiredVariables, getSharedVars, getSharedVars, getTail, getTail, getTailCount, getTaskFactory, getVariableCount, getVariableCount, getVariables, isConsistent, isDeclared, isFullyBound, isFullyBound, isRule, specialize, specialize, toString, toString, var
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleFastClosure13

public RuleFastClosure13(String relationName,
                         Vocabulary vocab)
Parameters:
vocab -


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