Uses of Class
com.clarkparsia.pellet.sparqldl.model.Query.VarType

Packages that use Query.VarType
com.clarkparsia.pellet.sparqldl.model   
 

Uses of Query.VarType in com.clarkparsia.pellet.sparqldl.model
 

Methods in com.clarkparsia.pellet.sparqldl.model that return Query.VarType
static Query.VarType Query.VarType.valueOf(java.lang.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.
 

Methods in com.clarkparsia.pellet.sparqldl.model with parameters of type Query.VarType
 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.
 java.util.Set<aterm.ATermAppl> Query.getDistVarsForType(Query.VarType queryType)
          Returns variables that occur in the subquery specified by the given type.
 java.util.Set<aterm.ATermAppl> QueryImpl.getDistVarsForType(Query.VarType type)
          Returns variables that occur in the subquery specified by the given type.
 



Copyright © 2004 Evren Sirin. All Rights Reserved.