|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Activity
A representation of the model object 'Activity'.
The following features are supported:
Io Specification
Data Input Associations
Data Output Associations
Resource Roles
Loop Characteristics
Boundary Events
Default
Is For Compensation
Bpmn2Package.getActivity()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<BoundaryEvent> |
getBoundaryEvents()
Returns the value of the 'Boundary Events' reference list. |
org.eclipse.emf.common.util.EList<DataInputAssociation> |
getDataInputAssociations()
Returns the value of the 'Data Input Associations' containment reference list. |
org.eclipse.emf.common.util.EList<DataOutputAssociation> |
getDataOutputAssociations()
Returns the value of the 'Data Output Associations' containment reference list. |
SequenceFlow |
getDefault()
Returns the value of the 'Default' reference. |
InputOutputSpecification |
getIoSpecification()
Returns the value of the 'Io Specification' containment reference. |
LoopCharacteristics |
getLoopCharacteristics()
Returns the value of the 'Loop Characteristics' containment reference. |
org.eclipse.emf.common.util.EList<ResourceRole> |
getResourceRoles()
Returns the value of the 'Resource Roles' containment reference list. |
boolean |
isIsForCompensation()
Returns the value of the 'Is For Compensation' attribute. |
boolean |
isSetIsForCompensation()
Returns whether the value of the ' Is For Compensation ' attribute is set. |
void |
setDefault(SequenceFlow value)
Sets the value of the ' Default ' reference. |
void |
setIoSpecification(InputOutputSpecification value)
Sets the value of the ' Io Specification ' containment reference. |
void |
setIsForCompensation(boolean value)
Sets the value of the ' Is For Compensation ' attribute. |
void |
setLoopCharacteristics(LoopCharacteristics value)
Sets the value of the ' Loop Characteristics ' containment reference. |
void |
unsetIsForCompensation()
Unsets the value of the ' Is For Compensation ' attribute. |
Methods inherited from interface com.ibm.xtools.bpmn2.FlowNode |
---|
getIncoming, getOutgoing |
Methods inherited from interface com.ibm.xtools.bpmn2.BaseElement |
---|
getAny, getAnyAttribute, getDocumentations, getExtensionElements, getId, getName, setExtensionElements, setId, setName |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
InputOutputSpecification getIoSpecification()
If the meaning of the 'Io Specification' containment reference isn't clear, there really should be more of a description here...
setIoSpecification(InputOutputSpecification)
,
Bpmn2Package.getActivity_IoSpecification()
void setIoSpecification(InputOutputSpecification value)
Io Specification
' containment reference.
value
- the new value of the 'Io Specification' containment reference.getIoSpecification()
org.eclipse.emf.common.util.EList<DataInputAssociation> getDataInputAssociations()
DataInputAssociation
.
If the meaning of the 'Data Input Associations' containment reference list isn't clear, there really should be more of a description here...
Bpmn2Package.getActivity_DataInputAssociations()
org.eclipse.emf.common.util.EList<DataOutputAssociation> getDataOutputAssociations()
DataOutputAssociation
.
If the meaning of the 'Data Output Associations' containment reference list isn't clear, there really should be more of a description here...
Bpmn2Package.getActivity_DataOutputAssociations()
org.eclipse.emf.common.util.EList<ResourceRole> getResourceRoles()
ResourceRole
.
If the meaning of the 'Resource Roles' containment reference list isn't clear, there really should be more of a description here...
Bpmn2Package.getActivity_ResourceRoles()
LoopCharacteristics getLoopCharacteristics()
If the meaning of the 'Loop Characteristics' containment reference isn't clear, there really should be more of a description here...
setLoopCharacteristics(LoopCharacteristics)
,
Bpmn2Package.getActivity_LoopCharacteristics()
void setLoopCharacteristics(LoopCharacteristics value)
Loop Characteristics
' containment reference.
value
- the new value of the 'Loop Characteristics' containment reference.getLoopCharacteristics()
org.eclipse.emf.common.util.EList<BoundaryEvent> getBoundaryEvents()
BoundaryEvent
.
It is bidirectional and its opposite is 'Attached To
'.
If the meaning of the 'Boundary Events' reference list isn't clear, there really should be more of a description here...
Bpmn2Package.getActivity_BoundaryEvents()
,
BoundaryEvent.getAttachedTo()
SequenceFlow getDefault()
If the meaning of the 'Default' reference isn't clear, there really should be more of a description here...
setDefault(SequenceFlow)
,
Bpmn2Package.getActivity_Default()
void setDefault(SequenceFlow value)
Default
' reference.
value
- the new value of the 'Default' reference.getDefault()
boolean isIsForCompensation()
"false"
.
If the meaning of the 'Is For Compensation' attribute isn't clear, there really should be more of a description here...
isSetIsForCompensation()
,
unsetIsForCompensation()
,
setIsForCompensation(boolean)
,
Bpmn2Package.getActivity_IsForCompensation()
void setIsForCompensation(boolean value)
Is For Compensation
' attribute.
value
- the new value of the 'Is For Compensation' attribute.isSetIsForCompensation()
,
unsetIsForCompensation()
,
isIsForCompensation()
void unsetIsForCompensation()
Is For Compensation
' attribute.
isSetIsForCompensation()
,
isIsForCompensation()
,
setIsForCompensation(boolean)
boolean isSetIsForCompensation()
Is For Compensation
' attribute is set.
unsetIsForCompensation()
,
isIsForCompensation()
,
setIsForCompensation(boolean)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |