public interface IWFDStateScenario extends IModelElement
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCORE
Modifier and Type | Method and Description |
---|---|
void |
addWireflowConnector(IWireflowConnector wireflowConnector) |
java.lang.String |
getDescription() |
java.lang.String |
getHTMLDescription() |
java.lang.String |
getHTMLDescription(boolean convertPlainTextToHTML) |
int |
getPointerDirection() |
java.lang.String |
getPointerDuration() |
int |
getPointerType() |
int |
getPointerX() |
int |
getPointerY() |
IWFScenario |
getScenario() |
IWFDState |
getState() |
IWireflowConnector |
getWireflowConnectorByIndex(int index) |
java.lang.String |
getWireflowDecisionNodeShapeId() |
java.lang.String |
getWireflowNodeShapeId() |
void |
removeWireflowConnector(IWireflowConnector wireflowConnector) |
void |
removeWireflowConnectorByIndex(int index) |
void |
setDescription(java.lang.String description) |
void |
setHTMLDescription(java.lang.String description) |
void |
setPointerDirection(int pointerDirection) |
void |
setPointerDuration(java.lang.String pointerDuration) |
void |
setPointerType(int pointerType) |
void |
setPointerX(int pointerX) |
void |
setPointerY(int pointerY) |
void |
setScenario(IWFScenario scenario) |
void |
setState(IWFDState state) |
void |
setWireflowDecisionNodeShapeId(java.lang.String wireflowDecisionNodeShapeId) |
void |
setWireflowNodeShapeId(java.lang.String wireflowNodeShapeId) |
IWireflowConnector[] |
toWireflowConnectorArray() |
int |
wireflowConnectorCount() |
java.util.Iterator |
wireflowConnectorIterator()
Returns an iterator over the model elements
IWireflowConnector . |
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, getQualityReason, getQualityScore, 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_STATE
static final java.lang.String PROP_POINTER_TYPE
static final int POINTER_TYPE_NONE
static final int POINTER_TYPE_TAB
static final int POINTER_TYPE_PRESS_AND_HOLD
static final int POINTER_TYPE_SLIDE
static final int POINTER_TYPE_PINCH
static final int POINTER_TYPE_SPREAD
static final int POINTER_TYPE_ROTATE_CLOCKWISE
static final int POINTER_TYPE_ROTATE_COUNTERCLOCKWISE
static final int POINTER_TYPE_POINTER
static final java.lang.String PROP_POINTER_X
static final java.lang.String PROP_POINTER_Y
static final java.lang.String PROP_POINTER_DURATION
static final java.lang.String PROP_POINTER_DIRECTION
static final int POINTER_DIRECTION_UPWARDS
static final int POINTER_DIRECTION_UPWARDS_TO_THE_RIGHT
static final int POINTER_DIRECTION_RIGHT
static final int POINTER_DIRECTION_DOWNWARDS_TO_THE_RIGHT
static final int POINTER_DIRECTION_DOWNWARDS
static final int POINTER_DIRECTION_DOWNWARDS_TO_THE_LEFT
static final int POINTER_DIRECTION_LEFT
static final int POINTER_DIRECTION_UPWARDS_TO_THE_LEFT
static final java.lang.String PROP_DOCUMENTATION
static final java.lang.String PROP_SCENARIO
static final java.lang.String PROP_WIREFLOW_NODE_SHAPE_ID
static final java.lang.String PROP_WIREFLOW_CONNECTORS
static final java.lang.String PROP_WIREFLOW_DECISION_NODE_SHAPE_ID
void setState(IWFDState state)
IWFDState getState()
void setPointerType(int pointerType)
int getPointerType()
void setPointerX(int pointerX)
int getPointerX()
void setPointerY(int pointerY)
int getPointerY()
void setPointerDuration(java.lang.String pointerDuration)
java.lang.String getPointerDuration()
void setPointerDirection(int pointerDirection)
int getPointerDirection()
void setDescription(java.lang.String description)
setDescription
in interface IModelElement
java.lang.String getDescription()
getDescription
in interface IModelElement
void setHTMLDescription(java.lang.String description)
setHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription()
getHTMLDescription
in interface IModelElement
java.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription
in interface IModelElement
void setScenario(IWFScenario scenario)
IWFScenario getScenario()
void setWireflowNodeShapeId(java.lang.String wireflowNodeShapeId)
java.lang.String getWireflowNodeShapeId()
void addWireflowConnector(IWireflowConnector wireflowConnector)
void removeWireflowConnector(IWireflowConnector wireflowConnector)
IWireflowConnector getWireflowConnectorByIndex(int index)
void removeWireflowConnectorByIndex(int index)
int wireflowConnectorCount()
java.util.Iterator wireflowConnectorIterator()
IWireflowConnector
.IWireflowConnector[] toWireflowConnectorArray()
void setWireflowDecisionNodeShapeId(java.lang.String wireflowDecisionNodeShapeId)
java.lang.String getWireflowDecisionNodeShapeId()