krieger.oclsolve
Interface Variable<T>

All Superinterfaces:
Declaration, java.io.Serializable
All Known Subinterfaces:
Constant<T>

public interface Variable<T>
extends Declaration

Represents a variable that holds a value of some OCL type.


Method Summary
 T getExpression()
          Returns an Expresssion representing the variable.
 
Methods inherited from interface krieger.oclsolve.Declaration
addToProblem
 

Method Detail

getExpression

T getExpression()
Returns an Expresssion representing the variable.