public interface IMaturityAnalysisStage extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_COLOR |
static java.lang.String |
PROP_GENERIC_VALUES |
static java.lang.String |
PROP_MATURITY_FACTOR_VALUES |
static java.lang.String |
PROP_STEREOTYPES |
static java.lang.String |
PROP_TAGGED_VALUES |
static java.lang.String |
PROP_TRANSIT_FROM |
static java.lang.String |
PROP_TRANSIT_TO |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCOREaddChild, addPropertyChangeListener, 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, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDescription, setDocumentation, setHTMLDescription, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArraystatic final java.lang.String PROP_TRANSIT_FROM
static final java.lang.String PROP_TRANSIT_TO
static final java.lang.String PROP_STEREOTYPES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_GENERIC_VALUES
static final java.lang.String PROP_MATURITY_FACTOR_VALUES
static final java.lang.String PROP_COLOR
void addMaturityAnalysisMaturityFactorValue(IMaturityAnalysisMaturityFactorValue child)
void removeMaturityAnalysisMaturityFactorValue(IMaturityAnalysisMaturityFactorValue child)
IMaturityAnalysisMaturityFactorValue getMaturityAnalysisMaturityFactorValueByIndex(int index)
void removeMaturityAnalysisMaturityFactorValueByIndex(int index)
void reorderMaturityAnalysisMaturityFactorValue(IMaturityAnalysisMaturityFactorValue[] childs)
int maturityAnalysisMaturityFactorValueCount()
java.util.Iterator maturityAnalysisMaturityFactorValueIterator()
IMaturityAnalysisMaturityFactorValue[] toMaturityAnalysisMaturityFactorValueArray()
IMaturityAnalysisMaturityFactorValue createMaturityAnalysisMaturityFactorValue()
IMaturityAnalysisMaturityFactorValue getMaturityAnalysisMaturityFactorValueByName(java.lang.String name)
void addStereotype(java.lang.String name)
IModelElementIStereotype does not existing in current project. It will be auto created.addStereotype in interface IModelElementvoid removeStereotype(java.lang.String name)
IModelElementremoveStereotype in interface IModelElementvoid addStereotype(IStereotype stereotype)
IStereotype into this model element. The IStereotype may belong to current project or referenced project(s). Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2378addStereotype in interface IModelElementstereotype - the IStereotype will be added into this model element. The baseType of the IStereotype is required to be matched with modelType of this model element. If they are different, or stereotype is null, will cause an IllegalArgumentException.
java.lang.IllegalArgumentException - if the stereotype is null, or its baseType does not match with modelType of this model element.void removeStereotype(IStereotype stereotype)
IStereotype from this model element. The IStereotype can belong to current project or referenced project(s).removeStereotype in interface IModelElementstereotype - the IStereotype will be removed from this model element.boolean hasStereotype(java.lang.String name)
hasStereotype in interface IModelElementint stereotypeCount()
stereotypeCount in interface IModelElementjava.lang.String[] toStereotypeArray()
java.util.Iterator stereotypeIterator()
java.util.Iterator stereotypeModelIterator()
IStereotype.stereotypeModelIterator in interface IModelElementIStereotype[] toStereotypeModelArray()
toStereotypeModelArray in interface IModelElementvoid addStereotypes(java.lang.String name)
void removeStereotypes(java.lang.String name)
boolean hasStereotypes(java.lang.String name)
int stereotypesCount()
java.lang.String[] toStereotypesArray()
java.util.Iterator stereotypesIterator()
java.util.Iterator stereotypesModelIterator()
IStereotype[] toStereotypesModelArray()
void setTaggedValues(ITaggedValueContainer taggedValues)
setTaggedValues in interface IModelElementITaggedValueContainer getTaggedValues()
getTaggedValues in interface IModelElementvoid addGenericValue(IGenericValue genericValue)
void removeGenericValue(IGenericValue genericValue)
IGenericValue getGenericValueByIndex(int index)
void removeGenericValueByIndex(int index)
int genericValueCount()
java.util.Iterator genericValueIterator()
IGenericValue.IGenericValue[] toGenericValueArray()
void addMaturityFactorValue(IMaturityAnalysisMaturityFactorValue maturityFactorValue)
void removeMaturityFactorValue(IMaturityAnalysisMaturityFactorValue maturityFactorValue)
IMaturityAnalysisMaturityFactorValue getMaturityFactorValueByIndex(int index)
void removeMaturityFactorValueByIndex(int index)
int maturityFactorValueCount()
java.util.Iterator maturityFactorValueIterator()
IMaturityAnalysisMaturityFactorValue.IMaturityAnalysisMaturityFactorValue[] toMaturityFactorValueArray()
void setColor(int color)
int getColor()