Package | Description |
---|---|
com.marklogic.client.expression |
The package provides classes for building Optic plan pipelines and expressions
for execution on the REST server.
|
com.marklogic.client.type |
The package provides interfaces specifying the type of an expression or
value as passed to a
PlanBuilder method
or returned from a RowRecord method. |
Modifier and Type | Method and Description |
---|---|
SemStoreSeqExpr |
SemValue.stores(SemStoreExpr... stores)
Takes any number of triple store specifications and constructs a store sequence
|
SemStoreSeqExpr |
SemExpr.storeSeq(SemStoreExpr... items)
Deprecated.
(as of 4.2) construct a
ServerExpression sequence with PlanBuilder.seq() |
Modifier and Type | Method and Description |
---|---|
SemStoreExpr |
SemExpr.rulesetStore(java.lang.String locations,
SemStoreSeqExpr store,
java.lang.String options)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
SemStoreExpr |
SemValue.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr stores,
java.lang.String... options)
Specifies a store with additional triples inferred based on rules and
a base store providing triples as input for the rules.
|
SemStoreExpr |
SemExpr.rulesetStore(XsStringSeqVal locations,
SemStoreSeqExpr store,
XsStringSeqVal options)
The sem:ruleset-store function returns a set of triples derived by applying the ruleset to the triples in the sem:store constructor provided in store ("the triples that can be inferred from these rules").
|
Modifier and Type | Interface and Description |
---|---|
interface |
SemStoreExpr
An instance of a semantic store expression.
|
Copyright © 2013-2018 MarkLogic Corporation.