jpaul.Constraints
Interface SolReader<V extends Var<Info>,Info>

All Known Subinterfaces:
SolAccessor<V,Info>

public interface SolReader<V extends Var<Info>,Info>

SolReader provides read-only access to the (possibly partial) solution of a system of constraints.

Version:
$Id: SolReader.java,v 1.4 2005/08/11 22:57:08 salcianu Exp $
Author:
Alexandru Salcianu - salcianu@alum.mit.edu

Method Summary
 Info get(V v)
           
 

Method Detail

get

Info get(V v)
Returns:
value associated with the variable v.


Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu