| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.model |
| Modifier and Type | Field and Description |
|---|---|
protected QueryPredicate |
QueryAtomImpl.predicate |
| Modifier and Type | Method and Description |
|---|---|
QueryPredicate |
NotKnownQueryAtom.getPredicate()
Returns predicate of the query atom.
|
QueryPredicate |
UnionQueryAtom.getPredicate()
Returns predicate of the query atom.
|
QueryPredicate |
QueryAtom.getPredicate()
Returns predicate of the query atom.
|
QueryPredicate |
QueryAtomImpl.getPredicate()
Returns predicate of the query atom.
|
QueryPredicate |
CoreNewImpl.getPredicate() |
static QueryPredicate |
QueryPredicate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryPredicate[] |
QueryPredicate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryAtom> |
Query.findAtoms(QueryPredicate predicate,
aterm.ATermAppl... arguments)
Searches for given atom pattern.
|
List<QueryAtom> |
QueryImpl.findAtoms(QueryPredicate predicate,
aterm.ATermAppl... args)
Searches for given atom pattern.
|
| Constructor and Description |
|---|
QueryAtomImpl(QueryPredicate predicate,
aterm.ATermAppl... arguments) |
QueryAtomImpl(QueryPredicate predicate,
List<aterm.ATermAppl> arguments) |
Copyright © 2019. All rights reserved.