public interface IViewpointLookup extends IModelElement
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addViewpoint(IViewpoint child) |
void |
addViewpointStakeholder(IViewpointStakeholder child) |
IViewpoint |
createViewpoint() |
IViewpointStakeholder |
createViewpointStakeholder() |
IViewpoint |
getViewpointByIndex(int index) |
IViewpoint |
getViewpointByName(java.lang.String name) |
IViewpointStakeholder |
getViewpointStakeholderByIndex(int index) |
IViewpointStakeholder |
getViewpointStakeholderByName(java.lang.String name) |
void |
removeViewpoint(IViewpoint child) |
void |
removeViewpointByIndex(int index) |
void |
removeViewpointStakeholder(IViewpointStakeholder child) |
void |
removeViewpointStakeholderByIndex(int index) |
void |
reorderViewpoint(IViewpoint[] childs) |
void |
reorderViewpointStakeholder(IViewpointStakeholder[] childs) |
IViewpoint[] |
toViewpointArray() |
IViewpointStakeholder[] |
toViewpointStakeholderArray() |
int |
viewpointCount() |
java.util.Iterator |
viewpointIterator() |
int |
viewpointStakeholderCount() |
java.util.Iterator |
viewpointStakeholderIterator() |
addChild, addPropertyChangeListener, addStereotype, addStereotype, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, fromRelationshipCount, fromRelationshipEndCount, fromRelationshipEndIterator, fromRelationshipIterator, getAddress, getChildById, getChildByIndex, getChildByIndex, getChildByName, getChildByName, getDescription, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, getHTMLDescription, getHTMLDescription, getHTMLDescriptionWithReferenceModels, getHTMLDescriptionWithReferenceModels, getHTMLDocumentation, getHTMLDocumentation, getHTMLDocumentationWithReferenceModels, getHTMLDocumentationWithReferenceModels, getId, getMasterView, getMirrorSource, getModelPropertyByName, getModelQualityDetails, getModelType, getName, getNickDescription, getNickDescriptionWithReferenceModels, getNickDocumentation, getNickDocumentationWithReferenceModels, getNickHTMLDescription, getNickHTMLDescription, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDescriptionWithReferenceModels, getNickHTMLDocumentation, getNickHTMLDocumentation, getNickHTMLDocumentationWithReferenceModels, getNickHTMLDocumentationWithReferenceModels, getNickname, getNickPropertyValue, getParent, getProject, getQualityReason, getQualityScore, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeStereotype, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeCount, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArray
void addViewpoint(IViewpoint child)
void removeViewpoint(IViewpoint child)
IViewpoint getViewpointByIndex(int index)
void removeViewpointByIndex(int index)
void reorderViewpoint(IViewpoint[] childs)
int viewpointCount()
java.util.Iterator viewpointIterator()
IViewpoint[] toViewpointArray()
IViewpoint createViewpoint()
IViewpoint getViewpointByName(java.lang.String name)
void addViewpointStakeholder(IViewpointStakeholder child)
void removeViewpointStakeholder(IViewpointStakeholder child)
IViewpointStakeholder getViewpointStakeholderByIndex(int index)
void removeViewpointStakeholderByIndex(int index)
void reorderViewpointStakeholder(IViewpointStakeholder[] childs)
int viewpointStakeholderCount()
java.util.Iterator viewpointStakeholderIterator()
IViewpointStakeholder[] toViewpointStakeholderArray()
IViewpointStakeholder createViewpointStakeholder()
IViewpointStakeholder getViewpointStakeholderByName(java.lang.String name)