|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryPredicate | |
---|---|
com.clarkparsia.pellet.sparqldl.model |
Uses of QueryPredicate in com.clarkparsia.pellet.sparqldl.model |
---|
Methods in com.clarkparsia.pellet.sparqldl.model that return QueryPredicate | |
---|---|
QueryPredicate |
CoreNewImpl.getPredicate()
|
QueryPredicate |
NotKnownQueryAtom.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 |
UnionQueryAtom.getPredicate()
Returns predicate of the query atom. |
static QueryPredicate |
QueryPredicate.valueOf(java.lang.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. |
Methods in com.clarkparsia.pellet.sparqldl.model with parameters of type QueryPredicate | |
---|---|
java.util.List<QueryAtom> |
Query.findAtoms(QueryPredicate predicate,
aterm.ATermAppl... arguments)
Searches for given atom pattern. |
java.util.List<QueryAtom> |
QueryImpl.findAtoms(QueryPredicate predicate,
aterm.ATermAppl... args)
Searches for given atom pattern. |
Constructors in com.clarkparsia.pellet.sparqldl.model with parameters of type QueryPredicate | |
---|---|
QueryAtomImpl(QueryPredicate predicate,
aterm.ATermAppl... arguments)
|
|
QueryAtomImpl(QueryPredicate predicate,
java.util.List<aterm.ATermAppl> arguments)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |