public interface ISwimLane 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_DIAGRAM_NAME |
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, 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, indexOfSubDiagram, isMirrorModelElement, isTransientModel, removeChild, removeChildByIndex, removePropertyChangeListener, removeSubDiagram, setDocumentation, 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_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
static final java.lang.String PROP_DIAGRAM_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 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 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 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 addStubState(IStubState child)
void removeStubState(IStubState child)
IStubState getStubStateByIndex(int index)
void removeStubStateByIndex(int index)
void reorderStubState(IStubState[] childs)
int stubStateCount()
java.util.Iterator stubStateIterator()
IStubState[] toStubStateArray()
IStubState createStubState()
IStubState getStubStateByName(java.lang.String name)
void addCallState(ICallState child)
void removeCallState(ICallState child)
ICallState getCallStateByIndex(int index)
void removeCallStateByIndex(int index)
void reorderCallState(ICallState[] childs)
int callStateCount()
java.util.Iterator callStateIterator()
ICallState[] toCallStateArray()
ICallState createCallState()
ICallState getCallStateByName(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 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 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 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 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 addSignalSending(ISignalSending child)
void removeSignalSending(ISignalSending child)
ISignalSending getSignalSendingByIndex(int index)
void removeSignalSendingByIndex(int index)
void reorderSignalSending(ISignalSending[] childs)
int signalSendingCount()
java.util.Iterator signalSendingIterator()
ISignalSending[] toSignalSendingArray()
ISignalSending createSignalSending()
ISignalSending getSignalSendingByName(java.lang.String name)
void addSignalReceipt(ISignalReceipt child)
void removeSignalReceipt(ISignalReceipt child)
ISignalReceipt getSignalReceiptByIndex(int index)
void removeSignalReceiptByIndex(int index)
void reorderSignalReceipt(ISignalReceipt[] childs)
int signalReceiptCount()
java.util.Iterator signalReceiptIterator()
ISignalReceipt[] toSignalReceiptArray()
ISignalReceipt createSignalReceipt()
ISignalReceipt getSignalReceiptByName(java.lang.String name)
void addObject(IObject child)
void removeObject(IObject child)
IObject getObjectByIndex(int index)
void removeObjectByIndex(int index)
void reorderObject(IObject[] childs)
int objectCount()
java.util.Iterator objectIterator()
IObject[] toObjectArray()
IObject createObject()
IObject getObjectByName(java.lang.String name)
void addActor(IActor child)
void removeActor(IActor child)
IActor getActorByIndex(int index)
void removeActorByIndex(int index)
void reorderActor(IActor[] childs)
int actorCount()
java.util.Iterator actorIterator()
IActor[] toActorArray()
IActor createActor()
IActor getActorByName(java.lang.String name)
void addInteractionLifeLine(IInteractionLifeLine child)
void removeInteractionLifeLine(IInteractionLifeLine child)
IInteractionLifeLine getInteractionLifeLineByIndex(int index)
void removeInteractionLifeLineByIndex(int index)
void reorderInteractionLifeLine(IInteractionLifeLine[] childs)
int interactionLifeLineCount()
java.util.Iterator interactionLifeLineIterator()
IInteractionLifeLine[] toInteractionLifeLineArray()
IInteractionLifeLine createInteractionLifeLine()
IInteractionLifeLine getInteractionLifeLineByName(java.lang.String name)
void addInteractionActor(IInteractionActor child)
void removeInteractionActor(IInteractionActor child)
IInteractionActor getInteractionActorByIndex(int index)
void removeInteractionActorByIndex(int index)
void reorderInteractionActor(IInteractionActor[] childs)
int interactionActorCount()
java.util.Iterator interactionActorIterator()
IInteractionActor[] toInteractionActorArray()
IInteractionActor createInteractionActor()
IInteractionActor getInteractionActorByName(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)
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 IModelElementvoid setDiagramName(java.lang.String diagramName)
java.lang.String getDiagramName()