Package | Description |
---|---|
org.linqs.psl.database | |
org.linqs.psl.database.atom | |
org.linqs.psl.database.rdbms | |
org.linqs.psl.model.rule.logical | |
org.linqs.psl.reasoner.term.streaming |
Modifier and Type | Interface and Description |
---|---|
interface |
ResultList
|
Modifier and Type | Method and Description |
---|---|
QueryResultIterable |
ReadableDatabase.executeGroundingQuery(Formula formula)
Like executeQuery(), but specifically for grounding queries.
|
Modifier and Type | Method and Description |
---|---|
QueryResultIterable |
AtomManager.executeGroundingQuery(Formula formula)
Calls
ReadableDatabase.executeGroundingQuery(Formula) on the
encapsulated Database. |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSResultList |
Modifier and Type | Method and Description |
---|---|
QueryResultIterable |
RDBMSDatabase.executeGroundingQuery(Formula formula) |
QueryResultIterable |
RDBMSDatabase.executeQueryIterator(Map<Variable,Integer> projectionMap,
VariableTypeMap varTypes,
String queryString)
Note that the constants are in the order specified by the projection map.
|
QueryResultIterable |
RDBMSDatabase.executeQueryIterator(RawQuery rawQuery) |
QueryResultIterable |
RDBMSDatabase.executeQueryIterator(String queryString,
Map<Variable,Integer> projectionMap,
int[] orderedIndexes,
ConstantType[] orderedTypes) |
Modifier and Type | Method and Description |
---|---|
int |
AbstractLogicalRule.groundAll(QueryResultIterable groundVariables,
AtomManager atomManager,
GroundRuleStore groundRuleStore) |
Modifier and Type | Field and Description |
---|---|
protected QueryResultIterable |
StreamingInitialRoundIterator.queryIterable |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.