org.weborganic.furi
Interface TokenOperator

All Superinterfaces:
Expandable, Token
All Known Implementing Classes:
TokenOperatorD3, TokenOperatorDX, TokenOperatorPS

public interface TokenOperator
extends Token

Defines tokens which use an operator to handle one or more variables.

Version:
9 February 2009
Author:
Christophe Lauret

Method Summary
 List<Variable> variables()
          Returns the list of variables used in this token.
 
Methods inherited from interface org.weborganic.furi.Token
expression, isResolvable, resolve
 
Methods inherited from interface org.weborganic.furi.Expandable
expand
 

Method Detail

variables

List<Variable> variables()
Returns the list of variables used in this token.

Returns:
the list of variables.