public interface IUseCaseDescriptionItemContainer extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_DESC_NAME_COLUMN_WIDTH |
static java.lang.String |
PROP_DESC_VALUE_COLUMN_WIDTH |
static java.lang.String |
PROP_SCHEDULE_ROW_HEIGHT |
static java.lang.String |
PROP_SEQUENCE_DIAGRAM_ID |
static java.lang.String |
PROP_TEMPLATE_NAME |
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_DESC_NAME_COLUMN_WIDTH
static final java.lang.String PROP_DESC_VALUE_COLUMN_WIDTH
static final java.lang.String PROP_SCHEDULE_ROW_HEIGHT
static final java.lang.String PROP_TEMPLATE_NAME
static final java.lang.String PROP_SEQUENCE_DIAGRAM_ID
void addUseCaseDescriptionItem(IUseCaseDescriptionItem child)
void removeUseCaseDescriptionItem(IUseCaseDescriptionItem child)
IUseCaseDescriptionItem getUseCaseDescriptionItemByIndex(int index)
void removeUseCaseDescriptionItemByIndex(int index)
void reorderUseCaseDescriptionItem(IUseCaseDescriptionItem[] childs)
int useCaseDescriptionItemCount()
java.util.Iterator useCaseDescriptionItemIterator()
IUseCaseDescriptionItem[] toUseCaseDescriptionItemArray()
IUseCaseDescriptionItem createUseCaseDescriptionItem()
IUseCaseDescriptionItem getUseCaseDescriptionItemByName(java.lang.String name)
void addFlowOfEventItemContainer(IFlowOfEventItemContainer child)
void removeFlowOfEventItemContainer(IFlowOfEventItemContainer child)
IFlowOfEventItemContainer getFlowOfEventItemContainerByIndex(int index)
void removeFlowOfEventItemContainerByIndex(int index)
void reorderFlowOfEventItemContainer(IFlowOfEventItemContainer[] childs)
int flowOfEventItemContainerCount()
java.util.Iterator flowOfEventItemContainerIterator()
IFlowOfEventItemContainer[] toFlowOfEventItemContainerArray()
IFlowOfEventItemContainer createFlowOfEventItemContainer()
IFlowOfEventItemContainer getFlowOfEventItemContainerByName(java.lang.String name)
void setTemplateName(java.lang.String templateName)
java.lang.String getTemplateName()
void setSequenceDiagramId(java.lang.String sequenceDiagramId)
java.lang.String getSequenceDiagramId()