org.ucworkbench.model.usecase
Interface ISummarySection

All Superinterfaces:
IRegion, ISection, ITextModel, IUCElement, IUseCaseElement

public interface ISummarySection
extends ISection, IUseCaseElement

This object represents the summary section.


Method Summary
 ITextWithReferences getSummary()
          Returns the summary text.
 
Methods inherited from interface org.ucworkbench.model.ISection
getSectionHeader, setSectionHeader
 
Methods inherited from interface org.ucworkbench.model.ITextModel
containsOffset, getAsText, getCorrespondingFileModel, getModelElementByOffset, getParent, getTextModelChildren
 
Methods inherited from interface org.ucworkbench.model.IUCElement
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource
 
Methods inherited from interface org.ucworkbench.model.supporting.IRegion
getLength, getOffset
 
Methods inherited from interface org.ucworkbench.model.usecase.IUseCaseElement
getUseCase
 

Method Detail

getSummary

ITextWithReferences getSummary()
Returns the summary text.

Returns:
Returns the description.