Uses of Class
org.weborganic.furi.Variable

Uses of Variable in org.weborganic.furi
 

Methods in org.weborganic.furi that return Variable
 Variable TokenVariable.getVariable()
          Returns the variable wrapped by this token.
static Variable Variable.parse(String exp)
          Parses the given expression and returns the corresponding instance.
 

Methods in org.weborganic.furi that return types with arguments of type Variable
 List<Variable> TokenOperatorPS.variables()
          Returns the list of variables used in this token.
 List<Variable> TokenOperatorDX.variables()
          Returns the list of variables used in this token.
 List<Variable> TokenOperatorD3.variables()
          Returns the list of variables used in this token.
 List<Variable> TokenOperator.variables()
          Returns the list of variables used in this token.
 

Method parameters in org.weborganic.furi with type arguments of type Variable
 boolean TokenVariable.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 boolean TokenOperatorPS.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 boolean TokenOperatorDX.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 boolean TokenOperatorD3.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 boolean TokenLiteral.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 boolean Token.resolve(String expanded, Map<Variable,Object> values)
          Resolves the specified expanded URI part for this token.
 

Constructors in org.weborganic.furi with parameters of type Variable
TokenOperatorDX(TokenOperatorDX.Operator op, Variable var)
          Creates a new operator token for one variable only.
TokenOperatorPS(TokenOperatorPS.Operator op, Variable var)
          Creates a new operator token for one variable only.
TokenVariable(Variable var)
          Creates a new variable token.
 

Constructor parameters in org.weborganic.furi with type arguments of type Variable
TokenOperatorD3(TokenOperatorD3.Operator op, String arg, List<Variable> vars)
          Creates a new operator token.
TokenOperatorDX(TokenOperatorDX.Operator op, List<Variable> vars)
          Creates a new operator token.
TokenOperatorPS(TokenOperatorPS.Operator op, List<Variable> vars)
          Creates a new operator token.