public interface IWFDState extends IModelElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_DIAGRAM_ID |
static java.lang.String |
PROP_DOCUMENTATION |
static java.lang.String |
PROP_ELEMENT_PROFILES |
static java.lang.String |
PROP_ELEMENTS |
static java.lang.String |
PROP_REFERENCED_BY_DIAGRAM_IDS |
static java.lang.String |
PROP_REFERENCED_BY_MODEL_ADDRESSES |
static java.lang.String |
PROP_REFERENCES |
static java.lang.String |
PROP_STATE_SCENARIOS |
static java.lang.String |
PROP_STATE_STEP_EXTENSIONS |
static java.lang.String |
PROP_VOICES |
static java.lang.String |
PROP_WIREFLOW_NODES |
MODEL_QUALITY_SCORE_IGNORE, MODEL_QUALITY_SCORE_RECALCULATE, PROP_NAME, PROP_QUALITY_REASON, PROP_QUALITY_SCOREaddChild, 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, toToRelationshipEndArraystatic final java.lang.String PROP_DIAGRAM_ID
static final java.lang.String PROP_DOCUMENTATION
static final java.lang.String PROP_VOICES
static final java.lang.String PROP_REFERENCES
static final java.lang.String PROP_REFERENCED_BY_DIAGRAM_IDS
static final java.lang.String PROP_REFERENCED_BY_MODEL_ADDRESSES
static final java.lang.String PROP_ELEMENTS
static final java.lang.String PROP_ELEMENT_PROFILES
static final java.lang.String PROP_STATE_STEP_EXTENSIONS
static final java.lang.String PROP_STATE_SCENARIOS
static final java.lang.String PROP_WIREFLOW_NODES
void addWFDState(IWFDState child)
void removeWFDState(IWFDState child)
IWFDState getWFDStateByIndex(int index)
void removeWFDStateByIndex(int index)
void reorderWFDState(IWFDState[] childs)
int wFDStateCount()
java.util.Iterator wFDStateIterator()
IWFDState[] toWFDStateArray()
IWFDState createWFDState()
IWFDState getWFDStateByName(java.lang.String name)
void setDiagramId(java.lang.String diagramId)
java.lang.String getDiagramId()
void setDescription(java.lang.String description)
setDescription in interface IModelElementjava.lang.String getDescription()
getDescription in interface IModelElementvoid setHTMLDescription(java.lang.String description)
setHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription()
getHTMLDescription in interface IModelElementjava.lang.String getHTMLDescription(boolean convertPlainTextToHTML)
getHTMLDescription in interface IModelElementvoid addVoice(IVoice voice)
void removeVoice(IVoice voice)
IVoice getVoiceByIndex(int index)
void removeVoiceByIndex(int index)
int voiceCount()
java.util.Iterator voiceIterator()
IVoice.IVoice[] toVoiceArray()
void addReference(IReference reference)
void removeReference(IReference reference)
IReference getReferenceByIndex(int index)
void removeReferenceByIndex(int index)
int referenceCount()
java.util.Iterator referenceIterator()
IReference.IReference[] toReferenceArray()
void setReferencedByDiagramIds(java.lang.String[] referencedByDiagramIds)
java.lang.String[] getReferencedByDiagramIds()
void setReferencedByModelAddresses(java.lang.String[] referencedByModelAddresses)
java.lang.String[] getReferencedByModelAddresses()
void addElement(IModelElement element)
void removeElement(IModelElement element)
IModelElement getElementByIndex(int index)
void removeElementByIndex(int index)
int elementCount()
java.util.Iterator elementIterator()
IModelElement.IModelElement[] toElementArray()
void addElementProfile(IModelElement elementProfile)
void removeElementProfile(IModelElement elementProfile)
IModelElement getElementProfileByIndex(int index)
void removeElementProfileByIndex(int index)
int elementProfileCount()
java.util.Iterator elementProfileIterator()
IModelElement.IModelElement[] toElementProfileArray()
void addStateStepExtension(IWFDStateStepExtension stateStepExtension)
void removeStateStepExtension(IWFDStateStepExtension stateStepExtension)
IWFDStateStepExtension getStateStepExtensionByIndex(int index)
void removeStateStepExtensionByIndex(int index)
int stateStepExtensionCount()
java.util.Iterator stateStepExtensionIterator()
IWFDStateStepExtension.IWFDStateStepExtension[] toStateStepExtensionArray()
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 addWireflowNode(IWireflowNode wireflowNode)
void removeWireflowNode(IWireflowNode wireflowNode)
IWireflowNode getWireflowNodeByIndex(int index)
void removeWireflowNodeByIndex(int index)
int wireflowNodeCount()
java.util.Iterator wireflowNodeIterator()
IWireflowNode.IWireflowNode[] toWireflowNodeArray()