chord.project
Interface IDataCollection

All Known Implementing Classes:
DefaultDataCollection

public interface IDataCollection

Author:
Mayur Naik (mhn@cs.stanford.edu)

Method Summary
 CnCHJ.api.ItemCollection getItemCollection()
           
 java.lang.String getName()
           
 java.util.List<IStepCollection> getProducingCollections()
           
 void setItemCollection(CnCHJ.api.ItemCollection ic)
           
 void setName(java.lang.String name)
           
 void setProducingCollections(java.util.List<IStepCollection> ic)
           
 

Method Detail

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()