Class ListBuilder<T>

java.lang.Object
org.btrplace.safeplace.spec.term.ListBuilder<T>
All Implemented Interfaces:
Term<List<T>>

public class ListBuilder<T>
extends Object
implements Term<List<T>>
Build a set of elements from a variable, a proposition to test which of the values have to be inserted, and a term to perform transformations on the variable.
Author:
Fabien Hermenier TODO: multiple variables