/** * Represents a set from which samples should be gathered */ rectest.set.Set = Interface( 'Set', { __construct: [ 'test_case', 'options' ], /** * Retrieve the next element in the set * * @return {string} next element in set */ 'public getNextElement': [] } );