public interface IPMDifficultyContainer extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_DEFAULT_VALUE |
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 |
addPMDifficulty(IPMDifficulty child) |
IPMDifficulty |
createPMDifficulty() |
IPMDifficulty |
getDefaultValue() |
IPMDifficulty |
getPMDifficultyByIndex(int index) |
IPMDifficulty |
getPMDifficultyByName(java.lang.String name) |
int |
pMDifficultyCount() |
java.util.Iterator |
pMDifficultyIterator() |
void |
removePMDifficulty(IPMDifficulty child) |
void |
removePMDifficultyByIndex(int index) |
void |
reorderPMDifficulty(IPMDifficulty[] childs) |
void |
setDefaultValue(IPMDifficulty defaultValue) |
IPMDifficulty[] |
toPMDifficultyArray() |
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_DEFAULT_VALUE
void addPMDifficulty(IPMDifficulty child)
void removePMDifficulty(IPMDifficulty child)
IPMDifficulty getPMDifficultyByIndex(int index)
void removePMDifficultyByIndex(int index)
void reorderPMDifficulty(IPMDifficulty[] childs)
int pMDifficultyCount()
java.util.Iterator pMDifficultyIterator()
IPMDifficulty[] toPMDifficultyArray()
IPMDifficulty createPMDifficulty()
IPMDifficulty getPMDifficultyByName(java.lang.String name)
void setDefaultValue(IPMDifficulty defaultValue)
IPMDifficulty getDefaultValue()