public interface IRDRevDiffScope extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_BRANCH_NAME |
static java.lang.String |
PROP_FROM_REV |
static java.lang.String |
PROP_SCOPE_DIAGRAM_IDS |
static java.lang.String |
PROP_SCOPE_MODEL_ELEMENTS |
static java.lang.String |
PROP_SCOPE_TYPE |
static int |
SCOPE_TYPE_DIAGRAM |
static int |
SCOPE_TYPE_MODEL_PACKAGE |
static int |
SCOPE_TYPE_PROJECT |
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 |
addScopeModelElement(IModelElement scopeModelElement) |
java.lang.String |
getBranchName() |
int |
getFromRev() |
java.lang.String[] |
getScopeDiagramIds() |
IModelElement |
getScopeModelElementByIndex(int index) |
int |
getScopeType() |
void |
removeScopeModelElement(IModelElement scopeModelElement) |
void |
removeScopeModelElementByIndex(int index) |
int |
scopeModelElementCount() |
java.util.Iterator |
scopeModelElementIterator()
Returns an iterator over the model elements
IModelElement . |
void |
setBranchName(java.lang.String branchName) |
void |
setFromRev(int fromRev) |
void |
setScopeDiagramIds(java.lang.String[] scopeDiagramIds) |
void |
setScopeType(int scopeType) |
IModelElement[] |
toScopeModelElementArray() |
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_BRANCH_NAME
static final java.lang.String PROP_FROM_REV
static final java.lang.String PROP_SCOPE_TYPE
static final int SCOPE_TYPE_PROJECT
static final int SCOPE_TYPE_MODEL_PACKAGE
static final int SCOPE_TYPE_DIAGRAM
static final java.lang.String PROP_SCOPE_MODEL_ELEMENTS
static final java.lang.String PROP_SCOPE_DIAGRAM_IDS
void setBranchName(java.lang.String branchName)
java.lang.String getBranchName()
void setFromRev(int fromRev)
int getFromRev()
void setScopeType(int scopeType)
int getScopeType()
void addScopeModelElement(IModelElement scopeModelElement)
void removeScopeModelElement(IModelElement scopeModelElement)
IModelElement getScopeModelElementByIndex(int index)
void removeScopeModelElementByIndex(int index)
int scopeModelElementCount()
java.util.Iterator scopeModelElementIterator()
IModelElement
.IModelElement[] toScopeModelElementArray()
void setScopeDiagramIds(java.lang.String[] scopeDiagramIds)
java.lang.String[] getScopeDiagramIds()