public interface IStepContainer extends IHasChildrenBaseModelElement
IStepContainer
stands for Flow of Event.
Contains a list of IStep
. (1 step stands for 1 line on the Flow of Event)Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_ACTIVITY_DIAGRAM_ID |
static java.lang.String |
PROP_QUALITY_REASON |
static java.lang.String |
PROP_QUALITY_SCORE |
static java.lang.String |
PROP_SEQUENCE_DIAGRAM_ID |
static java.lang.String |
PROP_STEPS |
static java.lang.String |
PROP_TESTING_PROCEDURE_CONTAINERS |
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_VOICES
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME
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, voiceIterator
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, 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, removeStereotype, removeSubDiagram, setDocumentation, 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_QUALITY_SCORE
static final java.lang.String PROP_QUALITY_REASON
static final java.lang.String PROP_STEPS
static final java.lang.String PROP_TESTING_PROCEDURE_CONTAINERS
static final java.lang.String PROP_ACTIVITY_DIAGRAM_ID
static final java.lang.String PROP_SEQUENCE_DIAGRAM_ID
void addValueSpecification(IValueSpecification child)
void removeValueSpecification(IValueSpecification child)
IValueSpecification getValueSpecificationByIndex(int index)
void removeValueSpecificationByIndex(int index)
void reorderValueSpecification(IValueSpecification[] childs)
int valueSpecificationCount()
java.util.Iterator valueSpecificationIterator()
IValueSpecification[] toValueSpecificationArray()
IValueSpecification createValueSpecification()
IValueSpecification getValueSpecificationByName(java.lang.String name)
void addExtension(IExtension child)
void removeExtension(IExtension child)
IExtension getExtensionByIndex(int index)
void removeExtensionByIndex(int index)
void reorderExtension(IExtension[] childs)
int extensionCount()
java.util.Iterator extensionIterator()
IExtension[] toExtensionArray()
IExtension createExtension()
IExtension getExtensionByName(java.lang.String name)
void setQualityScore(int qualityScore)
int getQualityScore()
IModelElement
getQualityScore
in interface IModelElement
void setQualityReason(java.lang.String qualityReason)
java.lang.String getQualityReason()
IModelElement
getQualityReason
in interface IModelElement
void addStep(IStep step)
void removeStep(IStep step)
IStep getStepByIndex(int index)
void removeStepByIndex(int index)
int stepCount()
java.util.Iterator stepIterator()
IStep
.IStep[] toStepArray()
IStep
of this Step Container (Flow of Event).
1 IStep
stands for 1 row of Flow of Event.void addTestingProcedureContainer(ITestingProcedureContainer testingProcedureContainer)
void removeTestingProcedureContainer(ITestingProcedureContainer testingProcedureContainer)
ITestingProcedureContainer getTestingProcedureContainerByIndex(int index)
void removeTestingProcedureContainerByIndex(int index)
int testingProcedureContainerCount()
java.util.Iterator testingProcedureContainerIterator()
ITestingProcedureContainer
.ITestingProcedureContainer[] toTestingProcedureContainerArray()
void setActivityDiagramId(java.lang.String activityDiagramId)
java.lang.String getActivityDiagramId()
void setSequenceDiagramId(java.lang.String sequenceDiagramId)
java.lang.String getSequenceDiagramId()