public interface IMaturityAnalysisModel extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_GENERIC_VALUES |
static java.lang.String |
PROP_MATURITY_FACTORS |
static java.lang.String |
PROP_PROCESS_AREAS |
static java.lang.String |
PROP_STAGES |
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_FACTORS
static final java.lang.String PROP_STAGES
static final java.lang.String PROP_PROCESS_AREAS
void addMaturityAnalysisMaturityFactor(IMaturityAnalysisMaturityFactor child)
void removeMaturityAnalysisMaturityFactor(IMaturityAnalysisMaturityFactor child)
IMaturityAnalysisMaturityFactor getMaturityAnalysisMaturityFactorByIndex(int index)
void removeMaturityAnalysisMaturityFactorByIndex(int index)
void reorderMaturityAnalysisMaturityFactor(IMaturityAnalysisMaturityFactor[] childs)
int maturityAnalysisMaturityFactorCount()
java.util.Iterator maturityAnalysisMaturityFactorIterator()
IMaturityAnalysisMaturityFactor[] toMaturityAnalysisMaturityFactorArray()
IMaturityAnalysisMaturityFactor createMaturityAnalysisMaturityFactor()
IMaturityAnalysisMaturityFactor getMaturityAnalysisMaturityFactorByName(java.lang.String name)
void addMaturityAnalysisStage(IMaturityAnalysisStage child)
void removeMaturityAnalysisStage(IMaturityAnalysisStage child)
IMaturityAnalysisStage getMaturityAnalysisStageByIndex(int index)
void removeMaturityAnalysisStageByIndex(int index)
void reorderMaturityAnalysisStage(IMaturityAnalysisStage[] childs)
int maturityAnalysisStageCount()
java.util.Iterator maturityAnalysisStageIterator()
IMaturityAnalysisStage[] toMaturityAnalysisStageArray()
IMaturityAnalysisStage createMaturityAnalysisStage()
IMaturityAnalysisStage getMaturityAnalysisStageByName(java.lang.String name)
void addMaturityAnalysisProcessArea(IMaturityAnalysisProcessArea child)
void removeMaturityAnalysisProcessArea(IMaturityAnalysisProcessArea child)
IMaturityAnalysisProcessArea getMaturityAnalysisProcessAreaByIndex(int index)
void removeMaturityAnalysisProcessAreaByIndex(int index)
void reorderMaturityAnalysisProcessArea(IMaturityAnalysisProcessArea[] childs)
int maturityAnalysisProcessAreaCount()
java.util.Iterator maturityAnalysisProcessAreaIterator()
IMaturityAnalysisProcessArea[] toMaturityAnalysisProcessAreaArray()
IMaturityAnalysisProcessArea createMaturityAnalysisProcessArea()
IMaturityAnalysisProcessArea getMaturityAnalysisProcessAreaByName(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 addMaturityFactor(IMaturityAnalysisMaturityFactor maturityFactor)
void removeMaturityFactor(IMaturityAnalysisMaturityFactor maturityFactor)
IMaturityAnalysisMaturityFactor getMaturityFactorByIndex(int index)
void removeMaturityFactorByIndex(int index)
int maturityFactorCount()
java.util.Iterator maturityFactorIterator()
IMaturityAnalysisMaturityFactor.IMaturityAnalysisMaturityFactor[] toMaturityFactorArray()
void addStage(IMaturityAnalysisStage stage)
void removeStage(IMaturityAnalysisStage stage)
IMaturityAnalysisStage getStageByIndex(int index)
void removeStageByIndex(int index)
int stageCount()
java.util.Iterator stageIterator()
IMaturityAnalysisStage.IMaturityAnalysisStage[] toStageArray()
void addProcessArea(IMaturityAnalysisProcessArea processArea)
void removeProcessArea(IMaturityAnalysisProcessArea processArea)
IMaturityAnalysisProcessArea getProcessAreaByIndex(int index)
void removeProcessAreaByIndex(int index)
int processAreaCount()
java.util.Iterator processAreaIterator()
IMaturityAnalysisProcessArea.IMaturityAnalysisProcessArea[] toProcessAreaArray()