Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.rdf.rules Classes and Interfaces - 98 results found.
NameDescriptionTypePackageFramework
AbstractInferenceEngineTestCaseBase class for test suites for inference engine and the magic setsVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.rdf.rulesBlazeGraph
AbstractRuleDistinctTermScanBase class for rules having a single predicate that is none bound in the tail and a single variable in the head.Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleDistinctTermScan .DistinctTermScanSelects the distinct term identifiers, substituting their binding in the sole unbound variable in the head of the rule.Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_11_13Rule for steps 11 and 13 of the "fast closure" method.Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_3_5_6_7_9Rule used in steps 3, 5, 6, 7, and 9 of the fast forward closure program.Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_3_5_6_7_9 .FastClosureRuleTaskCustom rule execution task.Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_3_5_6_7_9 .SubPropertiesOfClosureTaskQuery the database for the sub properties of a given Pre-condition: The closure of rdfs:subPropertyOf hasClasscom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_3_5_6_7_9 .SubPropertyClosureTaskComputes the set of possible sub properties of rdfs:subPropertyOf (P).Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleFastClosure_5_6_7_9Classcom.bigdata.rdf.rulesBlazeGraph
AbstractRuleTestCaseClasscom.bigdata.rdf.rulesBlazeGraph
BackchainAccessPathA read-only IAccessPath that backchains certain inferences.Classcom.bigdata.rdf.rulesBlazeGraph
BaseClosureBase class for classes that provide closure programs.Classcom.bigdata.rdf.rulesBlazeGraph
ConstraintViolationExceptionWe have two rules that can throw this exception - RuleOwlFunctionalProperty andClasscom.bigdata.rdf.rulesBlazeGraph
DoNotAddFilterFilter keeps matched triple patterns generated OUT of the database.Classcom.bigdata.rdf.rulesBlazeGraph
FastClosureFast forward closure of the store based on "An approach to RDF(S) Query, Manipulation and Inference on Databases" by Lu, Yu, Tu, Lin, and Zhang.Classcom.bigdata.rdf.rulesBlazeGraph
FullClosureA program that uses the fix point of the configured rules to compute the forward closure of the database.Classcom.bigdata.rdf.rulesBlazeGraph
InferenceEngineFlyweight object encapsulates some configuration state and provides methods to compute or update the closure of the database.Classcom.bigdata.rdf.rulesBlazeGraph
InferenceEngine .OptionsOptions for the InferenceEngine.Interfacecom.bigdata.rdf.rulesBlazeGraph
MappedProgramProgram automatically maps the rules added across the combination of the database (the relation named on the rule) and the focusStore.Classcom.bigdata.rdf.rulesBlazeGraph
MatchRuleRule supporting AbstractTripleStore.Classcom.bigdata.rdf.rulesBlazeGraph
RDFJoinNexusIProgram execution support for the RDF DB.Classcom.bigdata.rdf.rulesBlazeGraph
RDFJoinNexus .InsertSPOAndJustificationBufferBuffer writes on IMutableRelation#insert(IChunkedIterator) when it isVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.rdf.rulesBlazeGraph
RDFJoinNexusFactoryFactory for RDFJoinNexus objects.Classcom.bigdata.rdf.rulesBlazeGraph
RejectAnythingSameAsItselfRejects (x y z) iff x==z and y==owl:sameAs, where x, y, and z are variables.Classcom.bigdata.rdf.rulesBlazeGraph
RuleContextEnumenum RuleContextEnum Type-safe enumeration capturing the primary uses cases for rule execution.Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure11Rule for step 11 of InferenceEngine#fastForwardClosure().Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure13Rule for step 13 of InferenceEngine#fastForwardClosure().Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure3Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure5Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure6Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure7Classcom.bigdata.rdf.rulesBlazeGraph
RuleFastClosure9Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlEquivalentClass (a owl:equivalentClass b) -> (b owl:equivalentClass a)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleOwlEquivalentPropertyowl:equivalentProperty (a owl:equivalentProperty b) -> (b owl:equivalentProperty a)Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlFunctionalPropertyowl:FunctionalProperty (p rdf:type owl:FunctionalProperty), (a p b), (a p c) -> Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlHasValue (x rdf:type a), (a rdf:type owl:Restriction), (a owl:onProperty p), (a owl:hasValue v) -> (x p v)Version:$Id$Author:Mike PersonickSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleOwlInverseFunctionalPropertyowl:InverseFunctionalProperty (p rdf:type owl:InverseFunctionalProperty), (b p a), (c p a) -> Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlInverseOf1 owl:inverseOf1 : (a owl:inverseOf b) -> (b owl:inverseOf a)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleOwlInverseOf2 owl:inverseOf2 : (a owl:inverseOf b), (x a z) -> (z b x).Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlSameAs1 (x owl:sameAs y) -> (y owl:sameAs x)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleOwlSameAs1b (x owl:sameAs y), (y owl:sameAs z) -> (x owl:sameAs z)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleOwlSameAs2 (x owl:sameAs y), (x a z) -> (y a z).Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlSameAs3 (x owl:sameAs y), (z a x) -> (z a y).Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlSymmetricPropertyowl:SymmetricProperty (x rdf:type owl:SymmetricProperty), (a x b) -> (b x a).Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlTransitiveProperty1owl:TransitiveProperty1 (a rdf:type owl:TransitiveProperty), (x a y), (y a z) -> (x a z)Classcom.bigdata.rdf.rulesBlazeGraph
RuleOwlTransitiveProperty2owl:TransitiveProperty2 (a rdf:type owl:TransitiveProperty), (b rdfs:subPropertyOf a) -> (b rdf:type owl:TransitiveProperty)Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdf01 (?a rdf:type rdf:Property) :- ( ?u ?a ?y ).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs02 ( u rdf:type x) :- ( a rdfs:domain x), ( u a y ).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs03 triple(v rdf:type x) :- triple(a rdfs:range x),Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs04a (?u ?a ?x) -> (?u rdf:type rdfs:Resource)Version:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.rdf.rulesBlazeGraph
RuleRdfs04b (?u ?a ?v) -> (?v rdf:type rdfs:Resource) Note: Literals can be entailed in the subject position by this rule and MUSTClasscom.bigdata.rdf.rulesBlazeGraph
RuleRdfs05rdfs5: this variant uses a nested subquery and may be safely used during triple(?u,rdfs:subPropertyOf,?x) :-Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs06 triple( ?u rdfs:subPropertyOf ?u ) :- triple( ?u rdf:type rdf:Property ).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs07 triple(?u,?b,?y) :- triple(?a,rdfs:subPropertyOf,?b),Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs08 (?u rdfs:subClassOf rdfs:Resource) :- (?u rdf:type rdfs:Class).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs09 triple(?v,rdf:type,?x) :- triple(?u,rdfs:subClassOf,?x),Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs10 triple(?u,rdfs:subClassOf,?u) :- triple(?u,rdf:type,rdfs:Class).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs11rdfs11: this variant uses a nested subquery and may be safely used during triple(?u,rdfs:subClassOf,?x) :-Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs12 (?u rdfs:subPropertyOf rdfs:member) :- (?u rdf:type rdfs:ContainerMembershipProperty).Classcom.bigdata.rdf.rulesBlazeGraph
RuleRdfs13 (?u rdfs:subClassOf rdfs:Literal) :- (?u rdf:type rdfs:Datatype).Classcom.bigdata.rdf.rulesBlazeGraph
SPOBindingSetSerializerA class that provides (relatively) compact serialization for a chunk of FIXME This implementation is not complete and is not tested.Classcom.bigdata.rdf.rulesBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.rdf.rulesBlazeGraph
TestBackchainOwlSameAsPropertiesIteratorTest suite for BackchainOwlSameAsPropertiesIterator.Classcom.bigdata.rdf.rulesBlazeGraph
TestBackchainTypeResourceIteratorTest suite for BackchainTypeResourceIterator.Classcom.bigdata.rdf.rulesBlazeGraph
TestCompareFullAndFastClosureTest suite comparing full fix point closure of RDFS entailments against the fast closure program for some known data sets (does not test truthClasscom.bigdata.rdf.rulesBlazeGraph
TestContextAdvancerTest suite for the ContextAdvancer.Classcom.bigdata.rdf.rulesBlazeGraph
TestDatabaseAtOnceClosureUnit tests for database at once closure, fix point of a rule set (does not test truth maintenance under assertion and retraction or the justifications).Classcom.bigdata.rdf.rulesBlazeGraph
TestDistinctUnit tests for IQueryOptions.Classcom.bigdata.rdf.rulesBlazeGraph
TestDistinctTermScanTest suite for the DistinctTermAdvancer.Classcom.bigdata.rdf.rulesBlazeGraph
TestJustificationsTest suite for writing, reading, chasing and retracting Justifications.Classcom.bigdata.rdf.rulesBlazeGraph
TestMappedProgramMappedProgram is used to produce the full closure and fast closure programs and is responsible, together with TMUtility, for mappingClasscom.bigdata.rdf.rulesBlazeGraph
TestMatchUnit tests for AbstractTripleStore.Classcom.bigdata.rdf.rulesBlazeGraph
TestModelsEqualTest suite for TripleStoreUtility.Classcom.bigdata.rdf.rulesBlazeGraph
TestOptionalsClasscom.bigdata.rdf.rulesBlazeGraph
TestOrderByUnit tests for IQueryOptions.Classcom.bigdata.rdf.rulesBlazeGraph
TestOwlSameAsPropertiesExpandingIteratorTest suite for OwlSameAsPropertiesExpandingIterator.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleExpansionClasscom.bigdata.rdf.rulesBlazeGraph
TestRuleFastClosure_11_13Test suite for AbstractRuleFastClosure_11_13.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleFastClosure_3_5_6_7_9Test suite for AbstractRuleFastClosure_3_5_6_7_9.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlEquivalentClassTest suite for RuleOwlEquivalentClass.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlEquivalentPropertyTest suite for RuleOwlEquivalentPropertyVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlFunctionalPropertyTest suite for owl:FunctionalProperty processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlHasValueTest suite for owl:hasValue processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlInverseOfTest suite for owl:inverseOf processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlSameAsTest suite for owl:sameAs processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlSymmetricPropertyTest suite for owl:SymmetricProperty processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleOwlTransitivePropertyTest suite for owl:transtitiveProperty processing.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleRdf01Test suite for RuleRdf01.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleRdfs03Test for RuleRdfs03.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleRdfs04Test suite for RuleRdfs04a and RuleRdfs04bVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.rdf.rulesBlazeGraph
TestRuleRdfs07Note: rdfs 2, 3, 7, and 9 use the same base class.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleRdfs10Note: rdfs 6, 8, 10, 12, and 13 use the same base clase.Classcom.bigdata.rdf.rulesBlazeGraph
TestRuleRdfs11Note: rdfs 5 and 11 use the same base class.Classcom.bigdata.rdf.rulesBlazeGraph
TestSliceTest for ISlice handling in native IRule execution.Classcom.bigdata.rdf.rulesBlazeGraph
TestTMUtilityTest suite for rule re-writes supporting truth maintenance for the RDF DB.Classcom.bigdata.rdf.rulesBlazeGraph
TestTruthMaintenanceTest suite for TruthMaintenance.Classcom.bigdata.rdf.rulesBlazeGraph
TestUnionUnit test for processing of queries consisting of IPrograms comprised of more than one IRule.Classcom.bigdata.rdf.rulesBlazeGraph
TMUtilityA utility class for performing rule re-writes for RDF truth maintenance using a "focusStore" in addition to the primary database.Classcom.bigdata.rdf.rulesBlazeGraph