// ** This file was generated with DemFGen (vers:4/15/2011) package scg; import edu.neu.ccs.demeterf.lib.*; /** Interface representation of InstanceSetI */ public interface InstanceSetI{ Option belongsTo(InstanceI instance); Option valid(Config config); }