Package | Description |
---|---|
org.linqs.psl.database | |
org.linqs.psl.database.atom | |
org.linqs.psl.database.rdbms | |
org.linqs.psl.model.atom |
Modifier and Type | Method and Description |
---|---|
ResultList |
ReadableDatabase.executeQuery(DatabaseQuery query)
Returns all groundings of a Formula that match a DatabaseQuery.
|
Modifier and Type | Method and Description |
---|---|
ResultList |
AtomManager.executeQuery(DatabaseQuery query)
Calls
ReadableDatabase.executeQuery(DatabaseQuery) on the
encapsulated Database. |
Modifier and Type | Class and Description |
---|---|
class |
RDBMSResultList |
Modifier and Type | Method and Description |
---|---|
ResultList |
RDBMSDatabase.executeQuery(DatabaseQuery query) |
ResultList |
RDBMSDatabase.executeQuery(Map<Variable,Integer> projectionMap,
VariableTypeMap varTypes,
String queryString)
A more general form for executeQuery().
|
ResultList |
RDBMSDatabase.executeQuery(RawQuery rawQuery) |
Modifier and Type | Method and Description |
---|---|
GroundAtom |
QueryAtom.ground(AtomManager atomManager,
ResultList res,
int resultIndex) |
GroundAtom |
QueryAtom.ground(AtomManager atomManager,
ResultList res,
int resultIndex,
Constant[] newArgs)
Ground using the passed in buffer.
|
GroundAtom |
QueryAtom.ground(AtomManager atomManager,
ResultList res,
int resultIndex,
Constant[] newArgs,
boolean checkDBCache) |
Copyright © 2020 University of California, Santa Cruz. All rights reserved.