|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFileModel
It is a base interface for root model objects in files (e.g. use case, actor). Each such file has to contain properties section, provide alias information, and provide content assistant propositions for specified positions in file.
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getAliases()
Returns all aliases of the current file. |
java.util.Set<java.lang.String> |
getContentAssistantPropositions(int globalOffset)
Returns all content assistant propositions for specified offset. |
IPropertiesSection |
getPropertiesSection()
Returns properties section. |
java.lang.String |
getPropertyValue(java.lang.String propertyName)
Returns the value of specified property. |
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.IIdentifiable |
---|
getID |
Methods inherited from interface org.ucworkbench.model.IUCElement |
---|
accept, childrenAccept, exists, getAncestor, getChildren, getCorrespondingResource, getElementName, getElementType, getPath, getUCProject, getUnderlyingResource |
Method Detail |
---|
IPropertiesSection getPropertiesSection()
java.lang.String getPropertyValue(java.lang.String propertyName)
propertyName
-
null
if property with specified name does not
existjava.util.Set<java.lang.String> getAliases()
null
java.util.Set<java.lang.String> getContentAssistantPropositions(int globalOffset)
globalOffset
-
null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |