| Package | Description |
|---|---|
| com.clarkparsia.pellet.sparqldl.model |
| Modifier and Type | Method and Description |
|---|---|
static Query.VarType |
Query.VarType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Query.VarType[] |
Query.VarType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Query.addDistVar(aterm.ATermAppl a,
Query.VarType type)
Adds a distinguished variable to the query with its type - there can be
more variable types to support punning.
|
void |
QueryImpl.addDistVar(aterm.ATermAppl a,
Query.VarType type)
Adds a distinguished variable to the query with its type - there can be
more variable types to support punning.
|
Set<aterm.ATermAppl> |
Query.getDistVarsForType(Query.VarType queryType)
Returns variables that occur in the subquery specified by the given type.
|
Set<aterm.ATermAppl> |
QueryImpl.getDistVarsForType(Query.VarType type)
Returns variables that occur in the subquery specified by the given type.
|
Copyright © 2019. All rights reserved.