public interface IWFScenario extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_FLOW_BACKGROUND_COLOR |
static java.lang.String |
PROP_FLOW_FOREGROUND_COLOR |
static java.lang.String |
PROP_PM_LAST_MODIFIED |
static java.lang.String |
PROP_STATE_POINTER_LAST_MODIFIED |
static java.lang.String |
PROP_STATE_SCENARIOS |
static java.lang.String |
PROP_WIREFLOW_DIAGRAM_ID |
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 |
addStateScenario(IWFDStateScenario stateScenario) |
int |
getFlowBackgroundColor() |
int |
getFlowForegroundColor() |
java.lang.String |
getPmLastModified() |
java.lang.String |
getStatePointerLastModified() |
IWFDStateScenario |
getStateScenarioByIndex(int index) |
java.lang.String |
getWireflowDiagramId() |
void |
removeStateScenario(IWFDStateScenario stateScenario) |
void |
removeStateScenarioByIndex(int index) |
void |
setFlowBackgroundColor(int flowBackgroundColor) |
void |
setFlowForegroundColor(int flowForegroundColor) |
void |
setPmLastModified(java.lang.String pmLastModified) |
void |
setStatePointerLastModified(java.lang.String statePointerLastModified) |
void |
setWireflowDiagramId(java.lang.String wireflowDiagramId) |
int |
stateScenarioCount() |
java.util.Iterator |
stateScenarioIterator()
Returns an iterator over the model elements
IWFDStateScenario . |
IWFDStateScenario[] |
toStateScenarioArray() |
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_PM_LAST_MODIFIED
static final java.lang.String PROP_WIREFLOW_DIAGRAM_ID
static final java.lang.String PROP_FLOW_FOREGROUND_COLOR
static final java.lang.String PROP_FLOW_BACKGROUND_COLOR
static final java.lang.String PROP_STATE_SCENARIOS
static final java.lang.String PROP_STATE_POINTER_LAST_MODIFIED
void setPmLastModified(java.lang.String pmLastModified)
java.lang.String getPmLastModified()
void setWireflowDiagramId(java.lang.String wireflowDiagramId)
java.lang.String getWireflowDiagramId()
void setFlowForegroundColor(int flowForegroundColor)
int getFlowForegroundColor()
void setFlowBackgroundColor(int flowBackgroundColor)
int getFlowBackgroundColor()
void addStateScenario(IWFDStateScenario stateScenario)
void removeStateScenario(IWFDStateScenario stateScenario)
IWFDStateScenario getStateScenarioByIndex(int index)
void removeStateScenarioByIndex(int index)
int stateScenarioCount()
java.util.Iterator stateScenarioIterator()
IWFDStateScenario
.IWFDStateScenario[] toStateScenarioArray()
void setStatePointerLastModified(java.lang.String statePointerLastModified)
java.lang.String getStatePointerLastModified()