- SAMPLE - Class in sample.rdf.rules
-
- SAMPLE() - Constructor for class sample.rdf.rules.SAMPLE
-
- sample.blueprints.embedded - package sample.blueprints.embedded
-
- sample.blueprints.remote - package sample.blueprints.remote
-
- sample.btree - package sample.btree
-
This package contains some sample code for using the B+Tree package.
- sample.customFunction.embedded - package sample.customFunction.embedded
-
- sample.customFunction.remote - package sample.customFunction.remote
-
- sample.rdf.rules - package sample.rdf.rules
-
- sample.rdr - package sample.rdr
-
- sample.sesame.embedded - package sample.sesame.embedded
-
- sample.sesame.first - package sample.sesame.first
-
- sample.sesame.remote - package sample.sesame.remote
-
- SampleAxioms - Class in sample.rdf.rules
-
- SampleAxioms() - Constructor for class sample.rdf.rules.SampleAxioms
-
De-serialization ctor.
- SampleAxioms(String) - Constructor for class sample.rdf.rules.SampleAxioms
-
- SampleBlazegraphBlueprintsEmbedded - Class in sample.blueprints.embedded
-
- SampleBlazegraphBlueprintsEmbedded() - Constructor for class sample.blueprints.embedded.SampleBlazegraphBlueprintsEmbedded
-
- SampleBlazegraphBlueprintsRemote - Class in sample.blueprints.remote
-
- SampleBlazegraphBlueprintsRemote() - Constructor for class sample.blueprints.remote.SampleBlazegraphBlueprintsRemote
-
- SampleBlazegraphCustomFunctionEmbedded - Class in sample.customFunction.embedded
-
- SampleBlazegraphCustomFunctionEmbedded() - Constructor for class sample.customFunction.embedded.SampleBlazegraphCustomFunctionEmbedded
-
- SampleBlazegraphCustomFunctionRemote - Class in sample.customFunction.remote
-
- SampleBlazegraphCustomFunctionRemote() - Constructor for class sample.customFunction.remote.SampleBlazegraphCustomFunctionRemote
-
- SampleBlazegraphRDR - Class in sample.rdr
-
- SampleBlazegraphRDR() - Constructor for class sample.rdr.SampleBlazegraphRDR
-
- SampleBlazegraphSesameEmbedded - Class in sample.sesame.embedded
-
- SampleBlazegraphSesameEmbedded() - Constructor for class sample.sesame.embedded.SampleBlazegraphSesameEmbedded
-
- SampleBlazegraphSesameRemote - Class in sample.sesame.remote
-
- SampleBlazegraphSesameRemote() - Constructor for class sample.sesame.remote.SampleBlazegraphSesameRemote
-
- SampleClosure - Class in sample.rdf.rules
-
The closure program must include the new custom inference rules by
overriding the parent method BaseClosure#getCustomRules(String)
.
- SampleClosure(AbstractTripleStore) - Constructor for class sample.rdf.rules.SampleClosure
-
- SampleRule - Class in sample.rdf.rules
-
If A is similar to B and both are of the same real type (not rdfs:Resource),
then attach B's datatype properties (literals) to A as well.
- SampleRule(String, Vocabulary) - Constructor for class sample.rdf.rules.SampleRule
-
- SampleVocab - Class in sample.rdf.rules
-
- SampleVocab() - Constructor for class sample.rdf.rules.SampleVocab
-
De-serialization ctor.
- SampleVocab(String) - Constructor for class sample.rdf.rules.SampleVocab
-
Used by AbstractTripleStore.create()
.
- SampleVocab.SampleDecl - Class in sample.rdf.rules
-
- SampleVocab.SampleDecl() - Constructor for class sample.rdf.rules.SampleVocab.SampleDecl
-
- SecurityFilter - Class in sample.customFunction.embedded
-
- SecurityFilter(SecurityFilter) - Constructor for class sample.customFunction.embedded.SecurityFilter
-
Required deep copy constructor.
- SecurityFilter(BOp[], Map<String, Object>) - Constructor for class sample.customFunction.embedded.SecurityFilter
-
Required shallow copy constructor.
- SecurityFilter(IValueExpression<? extends IV>, IValueExpression<? extends IV>, GlobalAnnotations, GlobalSecurityValidator) - Constructor for class sample.customFunction.embedded.SecurityFilter
-
The function needs two pieces of information to operate - the document to check
and the user to check against.
- SecurityFilter - Class in sample.customFunction.remote
-
- SecurityFilter(SecurityFilter) - Constructor for class sample.customFunction.remote.SecurityFilter
-
Required deep copy constructor.
- SecurityFilter(BOp[], Map<String, Object>) - Constructor for class sample.customFunction.remote.SecurityFilter
-
Required shallow copy constructor.
- SecurityFilter(IValueExpression<? extends IV>, IValueExpression<? extends IV>, GlobalAnnotations, GlobalSecurityValidator) - Constructor for class sample.customFunction.remote.SecurityFilter
-
The function needs two pieces of information to operate - the document to check
and the user to check against.
- serviceURL - Static variable in class sample.blueprints.remote.SampleBlazegraphBlueprintsRemote
-
- serviceURL - Static variable in class sample.customFunction.remote.SampleBlazegraphCustomFunctionRemote
-
- SIMILAR_TO - Static variable in class sample.rdf.rules.SAMPLE
-
A sample property used in the sample custom inference rule.