public interface IProfile extends IHasChildrenBaseModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
PROP_BACKLOG_ACTIVITY_ID, PROP_COMMENTS, PROP_DOCUMENTATION, PROP_GENERIC_VALUES, PROP_PM_AUTHOR, PROP_PM_CREATE_DATE_TIME, PROP_PM_DIFFICULTY, PROP_PM_DISCIPLINE, PROP_PM_ITERATION, PROP_PM_LAST_MODIFIED, PROP_PM_PHASE, PROP_PM_PRIORITY, PROP_PM_STATUS, PROP_PM_VERSION, PROP_REFERENCED_BY_DIAGRAM_IDS, PROP_REFERENCED_BY_MODEL_ADDRESSES, PROP_REFERENCES, PROP_TRANSIT_FROM, PROP_TRANSIT_TO, PROP_USER_ID, PROP_USER_ID_LAST_NUMERIC_VALUE, PROP_USER_ID_PARENT, PROP_VOICESMODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME| Modifier and Type | Method and Description |
|---|---|
void |
addPackage(IPackage child) |
void |
addStereotype(IStereotype child)
Add a stereotype
IStereotype into this model element. |
IPackage |
createPackage() |
IStereotype |
createStereotype() |
IPackage |
getPackageByIndex(int index) |
IPackage |
getPackageByName(java.lang.String name) |
java.lang.String |
getQualityReason()
Quality reason, it is non-readable value for human
|
int |
getQualityScore()
Quality score, it is non-readable value for human
|
IStereotype |
getStereotypeByIndex(int index) |
IStereotype |
getStereotypeByName(java.lang.String name) |
int |
packageCount() |
java.util.Iterator |
packageIterator() |
void |
removePackage(IPackage child) |
void |
removePackageByIndex(int index) |
void |
removeStereotype(IStereotype child)
Remove a stereotype
IStereotype from this model element. |
void |
removeStereotypeByIndex(int index) |
void |
reorderPackage(IPackage[] childs) |
void |
reorderStereotype(IStereotype[] childs) |
void |
setQualityReason(java.lang.String qualityReason) |
void |
setQualityScore(int qualityScore) |
int |
stereotypeCount() |
java.util.Iterator |
stereotypeIterator() |
IPackage[] |
toPackageArray() |
IStereotype[] |
toStereotypeArray() |
addComment, addGenericValue, addReference, addVoice, commentCount, commentIterator, genericValueCount, genericValueIterator, getBacklogActivityId, getCommentByIndex, getDescription, getGenericValueByIndex, getHTMLDescription, getHTMLDescription, getPmAuthor, getPmCreateDateTime, getPmDifficulty, getPmDiscipline, getPmIteration, getPmLastModified, getPmPhase, getPmPriority, getPmStatus, getPmVersion, getReferenceByIndex, getReferencedByDiagramIds, getReferencedByModelAddresses, getTransitFrom, getTransitTo, getUserID, getUserIDLastNumericValue, getUserIDParent, getVoiceByIndex, referenceCount, referenceIterator, removeComment, removeCommentByIndex, removeGenericValue, removeGenericValueByIndex, removeReference, removeReferenceByIndex, removeVoice, removeVoiceByIndex, setBacklogActivityId, setDescription, setHTMLDescription, setPmAuthor, setPmCreateDateTime, setPmDifficulty, setPmDiscipline, setPmIteration, setPmLastModified, setPmPhase, setPmPriority, setPmStatus, setPmVersion, setReferencedByDiagramIds, setReferencedByModelAddresses, setTransitFrom, setTransitTo, setUserID, setUserIDLastNumericValue, setUserIDParent, toCommentArray, toGenericValueArray, toReferenceArray, toVoiceArray, voiceCount, voiceIteratoraddChild, addPropertyChangeListener, 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, getDescriptionWithReferenceModels, getDiagramElements, getDisplayQualityScore, getDocumentation, getDocumentationWithReferenceModels, 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, getReferencedBys, getReferencingModels, getSubDiagramAt, getTaggedValues, hasStereotype, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeStereotype, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, setTaggedValues, stereotypeModelIterator, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toFromRelationshipArray, toFromRelationshipEndArray, toModelPropertyArray, toPropertiesString, toRelationshipCount, toRelationshipEndCount, toRelationshipEndIterator, toRelationshipIterator, toStereotypeModelArray, toSubDiagramArray, toToChartRelationshipArray, toToRelationshipArray, toToRelationshipEndArraystatic final java.lang.String PROP_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
void addPackage(IPackage child)
void removePackage(IPackage child)
IPackage getPackageByIndex(int index)
void removePackageByIndex(int index)
void reorderPackage(IPackage[] childs)
int packageCount()
java.util.Iterator packageIterator()
IPackage[] toPackageArray()
IPackage createPackage()
IPackage getPackageByName(java.lang.String name)
void addStereotype(IStereotype child)
IModelElementIStereotype 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 IModelElementchild - 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.
void removeStereotype(IStereotype child)
IModelElementIStereotype from this model element. The IStereotype can belong to current project or referenced project(s).removeStereotype in interface IModelElementchild - the IStereotype will be removed from this model element.IStereotype getStereotypeByIndex(int index)
void removeStereotypeByIndex(int index)
void reorderStereotype(IStereotype[] childs)
int stereotypeCount()
stereotypeCount in interface IModelElementjava.util.Iterator stereotypeIterator()
IStereotype[] toStereotypeArray()
IStereotype createStereotype()
IStereotype getStereotypeByName(java.lang.String name)
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElementgetQualityScore in interface IModelElementvoid setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElementgetQualityReason in interface IModelElement