public interface Activity extends FlowNode, InteractionNode
Modifier and Type | Method and Description |
---|---|
int |
getCompletionQuantity() |
Collection<DataInputAssociation> |
getDataInputAssociations() |
Collection<DataOutputAssociation> |
getDataOutputAssociations() |
SequenceFlow |
getDefault() |
IoSpecification |
getIoSpecification() |
LoopCharacteristics |
getLoopCharacteristics() |
Collection<Property> |
getProperties() |
Collection<ResourceRole> |
getResourceRoles() |
int |
getStartQuantity() |
boolean |
isForCompensation() |
void |
setCompletionQuantity(int completionQuantity) |
void |
setDefault(SequenceFlow defaultFlow) |
void |
setForCompensation(boolean isForCompensation) |
void |
setIoSpecification(IoSpecification ioSpecification) |
void |
setLoopCharacteristics(LoopCharacteristics loopCharacteristics) |
void |
setStartQuantity(int startQuantity) |
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
boolean isForCompensation()
void setForCompensation(boolean isForCompensation)
int getStartQuantity()
void setStartQuantity(int startQuantity)
int getCompletionQuantity()
void setCompletionQuantity(int completionQuantity)
SequenceFlow getDefault()
void setDefault(SequenceFlow defaultFlow)
IoSpecification getIoSpecification()
void setIoSpecification(IoSpecification ioSpecification)
Collection<Property> getProperties()
Collection<DataInputAssociation> getDataInputAssociations()
Collection<DataOutputAssociation> getDataOutputAssociations()
Collection<ResourceRole> getResourceRoles()
LoopCharacteristics getLoopCharacteristics()
void setLoopCharacteristics(LoopCharacteristics loopCharacteristics)
Copyright © 2015. All rights reserved.