chord.project
Interface IDataCollection
- All Known Implementing Classes:
- DefaultDataCollection
public interface IDataCollection
- Author:
- Mayur Naik (mhn@cs.stanford.edu)
setName
void setName(java.lang.String name)
getName
java.lang.String getName()
setItemCollection
void setItemCollection(CnCHJ.api.ItemCollection ic)
getItemCollection
CnCHJ.api.ItemCollection getItemCollection()
setProducingCollections
void setProducingCollections(java.util.List<IStepCollection> ic)
getProducingCollections
java.util.List<IStepCollection> getProducingCollections()