Package | Description |
---|---|
org.jpc.engine.embedded | |
org.jpc.query |
Modifier and Type | Class and Description |
---|---|
class |
JpcQuery |
Modifier and Type | Class and Description |
---|---|
class |
CursorAdapter<AdaptedType,AdapteeType> |
class |
CursorFilter<T> |
class |
DeterministicPrologQuery |
class |
LogtalkQuery |
class |
ObservableQuery |
class |
PrologQuery |
class |
Query
Disclaimer: The following comment was adapted from the JPL library:
This class represents a cursor of query solutions.
|
class |
QueryAdapter |
Modifier and Type | Method and Description |
---|---|
<T2> Cursor<T2> |
Cursor.adapt(com.google.common.base.Function<T,T2> converter) |
Cursor<T> |
Cursor.filter(com.google.common.base.Predicate<T> predicate) |
Cursor<Term> |
Query.select() |
Cursor<Term> |
Query.select(String selector) |
Cursor<Term> |
Query.select(Term selector)
Selects a cursor of terms.
|
<O> Cursor<O> |
Query.selectObject() |
<O> Cursor<O> |
Query.selectObject(String selector) |
<O> Cursor<O> |
Query.selectObject(String selector,
Type targetType) |
<O> Cursor<O> |
Query.selectObject(Term selector) |
<O> Cursor<O> |
Query.selectObject(Term selector,
Type targetType) |
<O> Cursor<O> |
Query.selectObject(Type targetType) |
Constructor and Description |
---|
CursorAdapter(Cursor<AdapteeType> cursor) |
CursorAdapter(Cursor<AdapteeType> cursor,
com.google.common.base.Function<AdapteeType,AdaptedType> adapterFunction) |
CursorFilter(Cursor<T> cursor,
com.google.common.base.Predicate<T> predicate) |
Copyright © 2014. All rights reserved.