org.ucworkbench.model
Interface ITextWithReferences

All Superinterfaces:
IRegion, ITextable, ITextModel, IUCElement

public interface ITextWithReferences
extends ITextModel, ITextable

Module for text object that can contain references to other artifacts in the UC Project.


Method Summary
 java.util.List<IText> getTexts()
          Returns the list of the text or reference elements
 
Methods inherited from interface org.ucworkbench.model.supporting.ITextable
addText, getValue, removeText
 

Method Detail

getTexts

java.util.List<IText> getTexts()
Returns the list of the text or reference elements

Returns: