public interface IViewpoint extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_APPLY_PALETTE |
static java.lang.String |
PROP_COLOR_LEGENDS |
static java.lang.String |
PROP_CONCERNS |
static java.lang.String |
PROP_CONNECTOR_LEGENDS |
static java.lang.String |
PROP_DECIDING |
static java.lang.String |
PROP_DESIGNING |
static java.lang.String |
PROP_ENTERPRISE_ARCHITECTURE |
static java.lang.String |
PROP_FILTER_CONNECTOR |
static java.lang.String |
PROP_FILTER_SHAPE |
static java.lang.String |
PROP_INFORMING |
static java.lang.String |
PROP_PALETTE_CATEGORY_IDS |
static java.lang.String |
PROP_PALETTE_SHAPE_TYPES |
static java.lang.String |
PROP_PREDEFINE |
static java.lang.String |
PROP_PREDEFINE_VISIBLE |
static java.lang.String |
PROP_SHAPE_LEGENDS |
static java.lang.String |
PROP_STAKEHOLDERS |
static java.lang.String |
PROP_VIEWPOINT_PROPERTIES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
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
static final java.lang.String PROP_STAKEHOLDERS
static final java.lang.String PROP_CONCERNS
static final java.lang.String PROP_DESIGNING
static final java.lang.String PROP_DECIDING
static final java.lang.String PROP_INFORMING
static final java.lang.String PROP_PREDEFINE
static final java.lang.String PROP_PREDEFINE_VISIBLE
static final java.lang.String PROP_ENTERPRISE_ARCHITECTURE
static final java.lang.String PROP_APPLY_PALETTE
static final java.lang.String PROP_PALETTE_CATEGORY_IDS
static final java.lang.String PROP_FILTER_SHAPE
static final java.lang.String PROP_FILTER_CONNECTOR
static final java.lang.String PROP_PALETTE_SHAPE_TYPES
static final java.lang.String PROP_SHAPE_LEGENDS
static final java.lang.String PROP_CONNECTOR_LEGENDS
static final java.lang.String PROP_COLOR_LEGENDS
static final java.lang.String PROP_VIEWPOINT_PROPERTIES
void addStakeholder(IViewpointStakeholder stakeholder)
void removeStakeholder(IViewpointStakeholder stakeholder)
IViewpointStakeholder getStakeholderByIndex(int index)
void removeStakeholderByIndex(int index)
int stakeholderCount()
java.util.Iterator stakeholderIterator()
IViewpointStakeholder
.IViewpointStakeholder[] toStakeholderArray()
void setConcerns(java.lang.String concerns)
java.lang.String getConcerns()
void setDesigning(boolean designing)
boolean isDesigning()
void setDeciding(boolean deciding)
boolean isDeciding()
void setInforming(boolean informing)
boolean isInforming()
boolean isPredefine()
void setPredefineVisible(boolean predefineVisible)
boolean isPredefineVisible()
void setEnterpriseArchitecture(boolean enterpriseArchitecture)
boolean isEnterpriseArchitecture()
void setApplyPalette(boolean applyPalette)
boolean isApplyPalette()
void setPaletteCategoryIds(java.lang.String[] paletteCategoryIds)
java.lang.String[] getPaletteCategoryIds()
void setFilterShape(boolean filterShape)
boolean isFilterShape()
void setFilterConnector(boolean filterConnector)
boolean isFilterConnector()
void addPaletteShapeType(IViewpointPaletteShapeType paletteShapeType)
void removePaletteShapeType(IViewpointPaletteShapeType paletteShapeType)
IViewpointPaletteShapeType getPaletteShapeTypeByIndex(int index)
void removePaletteShapeTypeByIndex(int index)
int paletteShapeTypeCount()
java.util.Iterator paletteShapeTypeIterator()
IViewpointPaletteShapeType
.IViewpointPaletteShapeType[] toPaletteShapeTypeArray()
void addShapeLegend(IShapeLegend shapeLegend)
void removeShapeLegend(IShapeLegend shapeLegend)
IShapeLegend getShapeLegendByIndex(int index)
void removeShapeLegendByIndex(int index)
int shapeLegendCount()
java.util.Iterator shapeLegendIterator()
IShapeLegend
.IShapeLegend[] toShapeLegendArray()
void addConnectorLegend(IConnectorLegend connectorLegend)
void removeConnectorLegend(IConnectorLegend connectorLegend)
IConnectorLegend getConnectorLegendByIndex(int index)
void removeConnectorLegendByIndex(int index)
int connectorLegendCount()
java.util.Iterator connectorLegendIterator()
IConnectorLegend
.IConnectorLegend[] toConnectorLegendArray()
void addColorLegend(IColorLegend colorLegend)
void removeColorLegend(IColorLegend colorLegend)
IColorLegend getColorLegendByIndex(int index)
void removeColorLegendByIndex(int index)
int colorLegendCount()
java.util.Iterator colorLegendIterator()
IColorLegend
.IColorLegend[] toColorLegendArray()