org.ucworkbench.model
Interface IModule

All Superinterfaces:
IUCElement

public interface IModule
extends IUCElement

This object is used to organize requirements artifacts into groups of related items. Can be accessed from


Method Summary
 java.util.Collection<IModelFileElement> getFiles()
           
 IModule getSubModule(java.lang.String relativePath)
           
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getParent, getPath, getUCProject, getUnderlyingResource
 

Method Detail

getSubModule

IModule getSubModule(java.lang.String relativePath)

getFiles

java.util.Collection<IModelFileElement> getFiles()