nenok.va.semiring
Interface FiniteVariable

All Superinterfaces:
Serializable, Variable

public interface FiniteVariable
extends Variable

This interface extends the variable interface and represents variables with finite frames. Such variables are used for example in the context of semiring induced valuation algebras to represent configurations.

Version:
1.1
Author:
Marc Pouly

Method Summary
 Object[] getFrame()
          Returns the frame of this discrete variable.
 

Method Detail

getFrame

Object[] getFrame()
Returns the frame of this discrete variable.

Returns:
The variable's frame.