package com.itemanalysis.squiggle.base; import com.itemanalysis.squiggle.output.Outputable; /** * Something that can contain other values and be the on the RHS of an IN operator */ public interface ValueSet extends Outputable { }