public interface IFlowOfEventItemContainer extends IModelElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_INPUT_HEADER |
static java.lang.String |
PROP_INPUT_WIDTH |
static java.lang.String |
PROP_RESPOND_WIDTH |
static java.lang.String |
PROP_RESPONSE_HEADER |
static java.lang.String |
PROP_SEQUENCE_NUMBER |
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 |
addFlowOfEventItem(IFlowOfEventItem child) |
IFlowOfEventItem |
createFlowOfEventItem() |
int |
flowOfEventItemCount() |
java.util.Iterator |
flowOfEventItemIterator() |
IFlowOfEventItem |
getFlowOfEventItemByIndex(int index) |
IFlowOfEventItem |
getFlowOfEventItemByName(java.lang.String name) |
java.lang.String |
getInputHeader() |
java.lang.String |
getResponseHeader() |
int |
getSequenceNumber() |
void |
removeFlowOfEventItem(IFlowOfEventItem child) |
void |
removeFlowOfEventItemByIndex(int index) |
void |
reorderFlowOfEventItem(IFlowOfEventItem[] childs) |
void |
setInputHeader(java.lang.String inputHeader) |
void |
setResponseHeader(java.lang.String responseHeader) |
void |
setSequenceNumber(int sequenceNumber) |
IFlowOfEventItem[] |
toFlowOfEventItemArray() |
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_INPUT_HEADER
static final java.lang.String PROP_RESPONSE_HEADER
static final java.lang.String PROP_SEQUENCE_NUMBER
static final java.lang.String PROP_INPUT_WIDTH
static final java.lang.String PROP_RESPOND_WIDTH
void addFlowOfEventItem(IFlowOfEventItem child)
void removeFlowOfEventItem(IFlowOfEventItem child)
IFlowOfEventItem getFlowOfEventItemByIndex(int index)
void removeFlowOfEventItemByIndex(int index)
void reorderFlowOfEventItem(IFlowOfEventItem[] childs)
int flowOfEventItemCount()
java.util.Iterator flowOfEventItemIterator()
IFlowOfEventItem[] toFlowOfEventItemArray()
IFlowOfEventItem createFlowOfEventItem()
IFlowOfEventItem getFlowOfEventItemByName(java.lang.String name)
void setInputHeader(java.lang.String inputHeader)
java.lang.String getInputHeader()
void setResponseHeader(java.lang.String responseHeader)
java.lang.String getResponseHeader()
void setSequenceNumber(int sequenceNumber)
int getSequenceNumber()