public interface IConcurrentStateRegion extends IHasChildrenBaseModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ANALYSIS_ITEM_DIAGRAM_IDS |
static java.lang.String |
PROP_ANALYSIS_ITEM_MODELS |
static java.lang.String |
PROP_DEFERRABLE_EVENTS |
static java.lang.String |
PROP_DO_ACTIVITY |
static java.lang.String |
PROP_ENTRY |
static java.lang.String |
PROP_EXIT |
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
static java.lang.String |
PROP_STEREOTYPES |
static java.lang.String |
PROP_SYNC_MAPPING_MODELS |
static java.lang.String |
PROP_TAGGED_VALUES |
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_NAMEaddComment, 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, addSubDiagram, canModify, childCount, childCount, childCount, childIterator, childIterator, childIterator, constraintsIterator, createChild, delete, disposeTransientModel, duplicate, fromChartRelationshipCount, fromChartRelationshipIterator, 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, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDocumentation, setHTMLDocumentation, setName, setNickDescription, setNickDocumentation, setNickHTMLDescription, setNickHTMLDocumentation, setNickname, subDiagramCount, subDiagramIterator, toChartRelationshipCount, toChartRelationshipIterator, toChildArray, toChildArray, toChildArray, toFromChartRelationshipArray, toModelPropertyArray, toPropertiesString, toSubDiagramArray, toToChartRelationshipArraystatic final java.lang.String PROP_DEFERRABLE_EVENTS
static final java.lang.String PROP_ENTRY
static final java.lang.String PROP_EXIT
static final java.lang.String PROP_DO_ACTIVITY
static final java.lang.String PROP_STEREOTYPES
static final java.lang.String PROP_TAGGED_VALUES
static final java.lang.String PROP_SYNC_MAPPING_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_MODELS
static final java.lang.String PROP_ANALYSIS_ITEM_DIAGRAM_IDS
static final java.lang.String PROP_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
void addState(IState child)
void removeState(IState child)
IState getStateByIndex(int index)
void removeStateByIndex(int index)
void reorderState(IState[] childs)
int stateCount()
java.util.Iterator stateIterator()
IState[] toStateArray()
IState createState()
IState getStateByName(java.lang.String name)
void addSubmachineState(ISubmachineState child)
void removeSubmachineState(ISubmachineState child)
ISubmachineState getSubmachineStateByIndex(int index)
void removeSubmachineStateByIndex(int index)
void reorderSubmachineState(ISubmachineState[] childs)
int submachineStateCount()
java.util.Iterator submachineStateIterator()
ISubmachineState[] toSubmachineStateArray()
ISubmachineState createSubmachineState()
ISubmachineState getSubmachineStateByName(java.lang.String name)
void addConcurrentState(IConcurrentState child)
void removeConcurrentState(IConcurrentState child)
IConcurrentState getConcurrentStateByIndex(int index)
void removeConcurrentStateByIndex(int index)
void reorderConcurrentState(IConcurrentState[] childs)
int concurrentStateCount()
java.util.Iterator concurrentStateIterator()
IConcurrentState[] toConcurrentStateArray()
IConcurrentState createConcurrentState()
IConcurrentState getConcurrentStateByName(java.lang.String name)
void addActionState(IActionState child)
void removeActionState(IActionState child)
IActionState getActionStateByIndex(int index)
void removeActionStateByIndex(int index)
void reorderActionState(IActionState[] childs)
int actionStateCount()
java.util.Iterator actionStateIterator()
IActionState[] toActionStateArray()
IActionState createActionState()
IActionState getActionStateByName(java.lang.String name)
void addInitialState(IInitialState child)
void removeInitialState(IInitialState child)
IInitialState getInitialStateByIndex(int index)
void removeInitialStateByIndex(int index)
void reorderInitialState(IInitialState[] childs)
int initialStateCount()
java.util.Iterator initialStateIterator()
IInitialState[] toInitialStateArray()
IInitialState createInitialState()
IInitialState getInitialStateByName(java.lang.String name)
void addFinalState(IFinalState child)
void removeFinalState(IFinalState child)
IFinalState getFinalStateByIndex(int index)
void removeFinalStateByIndex(int index)
void reorderFinalState(IFinalState[] childs)
int finalStateCount()
java.util.Iterator finalStateIterator()
IFinalState[] toFinalStateArray()
IFinalState createFinalState()
IFinalState getFinalStateByName(java.lang.String name)
void addHistoryState(IHistoryState child)
void removeHistoryState(IHistoryState child)
IHistoryState getHistoryStateByIndex(int index)
void removeHistoryStateByIndex(int index)
void reorderHistoryState(IHistoryState[] childs)
int historyStateCount()
java.util.Iterator historyStateIterator()
IHistoryState[] toHistoryStateArray()
IHistoryState createHistoryState()
IHistoryState getHistoryStateByName(java.lang.String name)
void addJunctionPoint(IJunctionPoint child)
void removeJunctionPoint(IJunctionPoint child)
IJunctionPoint getJunctionPointByIndex(int index)
void removeJunctionPointByIndex(int index)
void reorderJunctionPoint(IJunctionPoint[] childs)
int junctionPointCount()
java.util.Iterator junctionPointIterator()
IJunctionPoint[] toJunctionPointArray()
IJunctionPoint createJunctionPoint()
IJunctionPoint getJunctionPointByName(java.lang.String name)
void addDynamicPoint(IDynamicPoint child)
void removeDynamicPoint(IDynamicPoint child)
IDynamicPoint getDynamicPointByIndex(int index)
void removeDynamicPointByIndex(int index)
void reorderDynamicPoint(IDynamicPoint[] childs)
int dynamicPointCount()
java.util.Iterator dynamicPointIterator()
IDynamicPoint[] toDynamicPointArray()
IDynamicPoint createDynamicPoint()
IDynamicPoint getDynamicPointByName(java.lang.String name)
void addSynchronizationbar(ISynchronizationbar child)
void removeSynchronizationbar(ISynchronizationbar child)
ISynchronizationbar getSynchronizationbarByIndex(int index)
void removeSynchronizationbarByIndex(int index)
void reorderSynchronizationbar(ISynchronizationbar[] childs)
int synchronizationbarCount()
java.util.Iterator synchronizationbarIterator()
ISynchronizationbar[] toSynchronizationbarArray()
ISynchronizationbar createSynchronizationbar()
ISynchronizationbar getSynchronizationbarByName(java.lang.String name)
void addSubActivity(ISubActivity child)
void removeSubActivity(ISubActivity child)
ISubActivity getSubActivityByIndex(int index)
void removeSubActivityByIndex(int index)
void reorderSubActivity(ISubActivity[] childs)
int subActivityCount()
java.util.Iterator subActivityIterator()
ISubActivity[] toSubActivityArray()
ISubActivity createSubActivity()
ISubActivity getSubActivityByName(java.lang.String name)
void addDecisionPoint(IDecisionPoint child)
void removeDecisionPoint(IDecisionPoint child)
IDecisionPoint getDecisionPointByIndex(int index)
void removeDecisionPointByIndex(int index)
void reorderDecisionPoint(IDecisionPoint[] childs)
int decisionPointCount()
java.util.Iterator decisionPointIterator()
IDecisionPoint[] toDecisionPointArray()
IDecisionPoint createDecisionPoint()
IDecisionPoint getDecisionPointByName(java.lang.String name)
void addNOTE(INOTE child)
void removeNOTE(INOTE child)
INOTE getNOTEByIndex(int index)
void removeNOTEByIndex(int index)
void reorderNOTE(INOTE[] childs)
int nOTECount()
java.util.Iterator nOTEIterator()
INOTE[] toNOTEArray()
INOTE createNOTE()
INOTE getNOTEByName(java.lang.String name)
int fromRelationshipCount()
ISimpleRelationship that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipCount in interface IModelElementISimpleRelationship[] toFromRelationshipArray()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipArray in interface IModelElementISimpleRelationships that connect from this model elementjava.util.Iterator fromRelationshipIterator()
ISimpleRelationships that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipIterator in interface IModelElementISimpleRelationships that connect from this model elementint toRelationshipCount()
ISimpleRelationship that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipCount in interface IModelElementISimpleRelationship[] toToRelationshipArray()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipArray in interface IModelElementISimpleRelationships that connect to this model elementjava.util.Iterator toRelationshipIterator()
ISimpleRelationships that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipIterator in interface IModelElementISimpleRelationships that connect to this model elementint fromRelationshipEndCount()
IRelationshipEnd that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndCount in interface IModelElementIRelationshipEnd[] toFromRelationshipEndArray()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toFromRelationshipEndArray in interface IModelElementIRelationshipEnds that connect from this model elementjava.util.Iterator fromRelationshipEndIterator()
IRelationshipEnds that connect from this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445fromRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect from this model elementint toRelationshipEndCount()
IRelationshipEnd that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndCount in interface IModelElementIRelationshipEnd[] toToRelationshipEndArray()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toToRelationshipEndArray in interface IModelElementIRelationshipEnds that connect to this model elementjava.util.Iterator toRelationshipEndIterator()
IRelationshipEnds that connect to this model element.
Sample usage please refer to http://knowhow.visual-paradigm.com/?p=2445toRelationshipEndIterator in interface IModelElementIRelationshipEnds that connect to this model elementvoid setDeferrableEvents(IDeferrableEventContainer deferrableEvents)
IDeferrableEventContainer getDeferrableEvents()
void setEntry(IAction entry)
IAction getEntry()
void setExit(IAction exit)
IAction getExit()
void setDoActivity(IAction doActivity)
IAction getDoActivity()
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 addSyncMappingModel(IModelElement syncMappingModel)
void removeSyncMappingModel(IModelElement syncMappingModel)
IModelElement getSyncMappingModelByIndex(int index)
void removeSyncMappingModelByIndex(int index)
int syncMappingModelCount()
java.util.Iterator syncMappingModelIterator()
IModelElement.IModelElement[] toSyncMappingModelArray()
void addAnalysisItemModel(IModelElement analysisItemModel)
void removeAnalysisItemModel(IModelElement analysisItemModel)
IModelElement getAnalysisItemModelByIndex(int index)
void removeAnalysisItemModelByIndex(int index)
int analysisItemModelCount()
java.util.Iterator analysisItemModelIterator()
IModelElement.IModelElement[] toAnalysisItemModelArray()
void setAnalysisItemDiagramIds(java.lang.String[] analysisItemDiagramIds)
java.lang.String[] getAnalysisItemDiagramIds()
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElementgetQualityScore in interface IModelElementvoid setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElementgetQualityReason in interface IModelElement