Uses of Class
org.mindswap.pellet.jena.BuiltinTerm

Packages that use BuiltinTerm
org.mindswap.pellet.jena   
 

Uses of BuiltinTerm in org.mindswap.pellet.jena
 

Fields in org.mindswap.pellet.jena with type parameters of type BuiltinTerm
static java.util.EnumSet<BuiltinTerm> BuiltinTerm.EXPRESSION_PREDICATES
           
 

Methods in org.mindswap.pellet.jena that return BuiltinTerm
static BuiltinTerm BuiltinTerm.find(com.hp.hpl.jena.graph.Node node)
           
static BuiltinTerm BuiltinTerm.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BuiltinTerm[] BuiltinTerm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mindswap.pellet.jena with parameters of type BuiltinTerm
static boolean BuiltinTerm.isExpression(BuiltinTerm builtin)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.