chord.project
Interface ICtrlCollection

All Superinterfaces:
CnCHJ.api.TagCollection
All Known Implementing Classes:
DefaultCtrlCollection

public interface ICtrlCollection
extends CnCHJ.api.TagCollection

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

Method Summary
 java.lang.String getName()
           
 java.util.List<IStepCollection> getPrescribedCollections()
           
 void setName(java.lang.String name)
           
 void setPrescribedCollections(java.util.List<IStepCollection> c)
           
 
Methods inherited from interface CnCHJ.api.TagCollection
name, Put
 

Method Detail

setName

void setName(java.lang.String name)

getName

java.lang.String getName()

setPrescribedCollections

void setPrescribedCollections(java.util.List<IStepCollection> c)

getPrescribedCollections

java.util.List<IStepCollection> getPrescribedCollections()