public interface IBMMInfluencerCategoryContainer extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_EXTERNAL_INFLUENCER_CATEGORIES |
static java.lang.String |
PROP_INTERNAL_INFLUENCER_CATEGORIES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_DOCUMENTATION, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCOREaddChild, 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, toToRelationshipEndArraystatic final java.lang.String PROP_INTERNAL_INFLUENCER_CATEGORIES
static final java.lang.String PROP_EXTERNAL_INFLUENCER_CATEGORIES
void addBMMInfluencerCategory(IBMMInfluencerCategory child)
void removeBMMInfluencerCategory(IBMMInfluencerCategory child)
IBMMInfluencerCategory getBMMInfluencerCategoryByIndex(int index)
void removeBMMInfluencerCategoryByIndex(int index)
void reorderBMMInfluencerCategory(IBMMInfluencerCategory[] childs)
int bMMInfluencerCategoryCount()
java.util.Iterator bMMInfluencerCategoryIterator()
IBMMInfluencerCategory[] toBMMInfluencerCategoryArray()
IBMMInfluencerCategory createBMMInfluencerCategory()
IBMMInfluencerCategory getBMMInfluencerCategoryByName(java.lang.String name)
void addInternalInfluencerCategory(IBMMInfluencerCategory internalInfluencerCategory)
void removeInternalInfluencerCategory(IBMMInfluencerCategory internalInfluencerCategory)
IBMMInfluencerCategory getInternalInfluencerCategoryByIndex(int index)
void removeInternalInfluencerCategoryByIndex(int index)
int internalInfluencerCategoryCount()
java.util.Iterator internalInfluencerCategoryIterator()
IBMMInfluencerCategory.IBMMInfluencerCategory[] toInternalInfluencerCategoryArray()
void addExternalInfluencerCategory(IBMMInfluencerCategory externalInfluencerCategory)
void removeExternalInfluencerCategory(IBMMInfluencerCategory externalInfluencerCategory)
IBMMInfluencerCategory getExternalInfluencerCategoryByIndex(int index)
void removeExternalInfluencerCategoryByIndex(int index)
int externalInfluencerCategoryCount()
java.util.Iterator externalInfluencerCategoryIterator()
IBMMInfluencerCategory.IBMMInfluencerCategory[] toExternalInfluencerCategoryArray()