Uses of Package
org.openanzo.glitter.expression

Packages that use org.openanzo.glitter.expression
org.openanzo.glitter.expression   
org.openanzo.glitter.expression.builtin   
org.openanzo.glitter.expression.builtin.cast   
org.openanzo.glitter.syntax.abstrakt   
 

Classes in org.openanzo.glitter.expression used by org.openanzo.glitter.expression
Function
          The base interface representing all SPARQL functions.
FunctionBase
          Base class for SPARQL functions.
FunctionOnValues
          Interface for Functions that return true for Function.operatesOnValues().
FunctionRegistry
          A singleton class that maintains a mapping from function URIs to Functions
 

Classes in org.openanzo.glitter.expression used by org.openanzo.glitter.expression.builtin
BinaryFunction
          BinaryFunction is a base class for SPARQL functions that take two arguments.
Function
          The base interface representing all SPARQL functions.
FunctionBase
          Base class for SPARQL functions.
FunctionOnTerms
          Interface for Functions that return false for Function.operatesOnValues().
FunctionOnValues
          Interface for Functions that return true for Function.operatesOnValues().
FunctionOnValuesAndErrors
          Similar to FunctionOnValues, except that each argument may be a type error.
PolymorphicFunction
          Base class for functions that have different behavior (corresponding to different Functions) depending on the arguments given.
UnaryFunction
          Base class for SPARQL functions that take a single argument.
 

Classes in org.openanzo.glitter.expression used by org.openanzo.glitter.expression.builtin.cast
Function
          The base interface representing all SPARQL functions.
FunctionBase
          Base class for SPARQL functions.
FunctionOnValues
          Interface for Functions that return true for Function.operatesOnValues().
UnaryFunction
          Base class for SPARQL functions that take a single argument.
 

Classes in org.openanzo.glitter.expression used by org.openanzo.glitter.syntax.abstrakt
Function
          The base interface representing all SPARQL functions.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.