com.bigdata.rdf.rules
Class MatchRule

java.lang.Object
  extended by com.bigdata.relation.rule.Rule<SPO>
      extended by com.bigdata.rdf.rules.MatchRule
All Implemented Interfaces:
IRule<SPO>, IStep, Serializable

public class MatchRule
extends Rule<SPO>

Rule supporting AbstractTripleStore.match(Literal[], URI[], URI).

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

Field Summary
 
Fields inherited from class com.bigdata.relation.rule.Rule
DEBUG, INFO, log
 
Constructor Summary
MatchRule(String relationName, Vocabulary vocab, IVariable<IV> lit, IConstant<IV>[] preds, IConstant<IV> cls)
           
 
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

MatchRule

public MatchRule(String relationName,
                 Vocabulary vocab,
                 IVariable<IV> lit,
                 IConstant<IV>[] preds,
                 IConstant<IV> cls)


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