All Superinterfaces:
Cloneable, Serializable
All Known Subinterfaces:
DataTable
All Known Implementing Classes:
AbstractLValue, ContextLookup, DefaultDataTable, FormulaFunction, PostfixTerm, PrefixTerm, StaticValue, Term

public interface LValue extends Serializable, Cloneable
A reference is an indirection to hide the details of where the actual value came from. The reference is responsible to report dependencies.
Author:
Thomas Morgner