Package de.mid.innovator.srv2api.icw2ac
Interface ACActivity
-
- All Superinterfaces:
ADAccessAble
,ADClientAble
,ADFindAble
,ADHistoryAble
,ADLockAble
,ADM2AttrModifyAble
,ADOptionAble
,ADReferenceAble
,ADVersionAble
,BEBehavior
,CLBehavioredClassifier
,CLClass
,CLClassifier
,CLDeclarationAble
,CLDeclarationAbleClassifier
,CLEncapsulatedClassifier
,CLParameterAble
,CLStructuredClassifier
,CLTemplateAbleElement
,CLTemplateParameterAbleElement
,ELClassifier
,ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELNamedElement
,ELNamespaceAble
,ELNamespaceAsgnAble
,ELObject
,ELPackageAble
,ELRedefAble
,ELType
,ELUUIDAble
,ELValueContainerAble
,MECommentAble
,MEConstraintAble
,MEModelElement
,MENamedElement
,MENamespaceAble
,MENamespaceAsgnAble
,MEPackageAble
,MEStereotypeAble
,MMAttachmentAble
,MMCommentContainerAble
,MMFormatAble
,MMLabelAble
,MMLabelTextAttachmentAble
,MMMenuAble
,MMStereotypeAble
,MMTextAble
public interface ACActivity extends BEBehavior, MMMenuAble
An activity specifies the coordination of executions of subordinate behaviors using a control and data flow model. The subordinate behaviors coordinated by these models may be initiated because other behaviors in the model finish executing, objects and data become available or because events occur externally to the flow. The flow of execution is modeled as activity nodes connected by activity edges. A node can be the execution of a subordinate behavior, such as an arithmetic computation, a call to an operation or manipulation of object contents. Activity nodes also include flow-of-control constructs, such as synchronization, decision and concurrency control. Activities may form invocation hierarchies invoking other activities, ultimately resolving to individual actions.- See Also:
ACActivityHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ACActivity.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ACPartition>
getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All external partitions contained directly or indirectly in the activity.java.util.List<ACPartition>
getAllExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAllExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.java.util.List<ACPartition>
getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All non-external partitions contained directly or indirectly in the activity.java.util.List<ACPartition>
getAllNonExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAllNonExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.java.util.List<ACPartition>
getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags)
All partitions contained directly or indirectly in the activity.java.util.List<ACPartition>
getAllPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.<T extends ACActivityNode>
java.util.List<T>getCallActivityNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All calls to activities inside of this activity.<T extends ACActivityNode>
java.util.List<T>getCallActivityNode(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getCallActivityNode and filters its return values according to the given stereotype value.ACDia
getDiagram()
The presentation of the activity as a diagram.<T extends ACActivityEdge>
java.util.List<T>getEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
<T extends ACActivityGroup>
java.util.List<T>getGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACPartition>
getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags)
All partitions to be displayed as a horizontal swimlane contained directly in the activity.java.util.List<ACPartition>
getHorizontalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.ARG_PRPresContextLayout
getLayout()
Retrieves the layout information of theACActivity
.<T extends ACActivityNode>
java.util.List<T>getNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACActivity>
getNodeActivity(K_CONTROL_OPTION... behaviourFlags)
All activities called inside of this activity.java.util.List<ACActivity>
getNodeActivity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getNodeActivity and filters its return values according to the given stereotype value.java.util.List<ACParamNode>
getParamNodeOfParam(CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACParamNode>
getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getParamNodeOfParam and filters its return values according to the given stereotype value.java.util.List<ACPartition>
getPartition(K_CONTROL_OPTION... behaviourFlags)
Top-level partitions in the activity.java.util.List<ACStructuredNode>
getStructuredNode(K_CONTROL_OPTION... behaviourFlags)
Top-level structured nodes in the activity.java.util.List<ACStructuredNode>
getStructuredNodeInCycle(K_CONTROL_OPTION... behaviourFlags)
All structured activity nodes of the activity which are assigned to another structured activity node and which lie in a circle of assignments.java.util.List<ACStructuredNode>
getStructuredNodeInCycle(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getStructuredNodeInCycle and filters its return values according to the given stereotype value.java.util.List<ACVariable>
getVariable(K_CONTROL_OPTION... behaviourFlags)
Top-level variables in the activity.java.util.List<ACPartition>
getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags)
All partitions to be displayed as a vertical swimlane contained directly in the activity.java.util.List<ACPartition>
getVerticalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getVerticalPartitions and filters its return values according to the given stereotype value.boolean
hasOrthogonalPartitions()
true, if this activity contains at least one activity partition with horizontal and one with vertical presentation.boolean
isReadOnly()
boolean
isSingleExecution()
If true, all invocations of the activity are handled by the same execution.void
layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage)
Modifies the layout information of theACActivity
.void
setOrthogonalPartitions(boolean value)
Set the value of Info HasOrthogonalPartitions.void
setReadOnly(boolean value)
Set the value of Attribut IsReadOnly.void
setSingleExecution(boolean value)
Set the value of Attribut IsSingleExecution.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADAccessAble
getAccessRole, getReadRole, hasAccess, setAccessRole, setReadRole
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADHistoryAble
getCreateTime, getCreator, getHistory, getModifier, getModifyTime, modifyHistory, setHistory
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADLockAble
getLock, getLockableCache, getLockLogin, getLockName, hasClutch, hasLock, hasNoLock, hasOthLock, hasOwnLock, isLockable, lock, unlock
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADOptionAble
getOwnedOption, modifyOptionDlg
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADReferenceAble
getReferenceContainer, setReferenceContainer
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADVersionAble
getVersionFile, getVersionList, getVersionListWithoutOpenInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2be.BEBehavior
getBehavioredClassifier, getBehaviorExecSpec, getBehaviorOwnedRule, getCallBehaviorAction, getConnector, getDecisionNodeR, getDoActivityOwningState, getEntryOwningState, getExitOwningState, getModifyBehaviorDeclaration, getObjectFlowSelectionR, getObjectFlowWithSelection, getObjectFlowWithSelection, getObjectFlowWithTransformation, getObjectFlowWithTransformation, getObjectNodeR, getObjectNodeWithSelection, getObjectNodeWithSelection, getOwnedParameter, getOwningTransition, getPictureRawData, getPostcondition, getPrecondition, getSpecification, isClassifierBehavior, isReentrant, maintain, modifyBehaviorDeclaration, setClassifierBehavior, setReentrant, setSpecification
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLBehavioredClassifier
getClassifierBehavior, getInterfaceRealization, getOwnedBehavior, getOwnedProtocolStateMachine, getOwnedTrigger, getOwnedTrigger
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLClass
getNestedClassifier, getOwnedAttribute, getOwnedOperation, getOwnedReception, isActive, setActive
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLClassifier
dialogFolderRedefine, getAggregatedClassifier, getAggregatedClassifier, getAggregatedOrComposedClassifier, getAggregatedOrComposedClassifier, getAggregatingClassifier, getAggregatingClassifier, getAggregatingOrComposingClassifier, getAggregatingOrComposingClassifier, getClassifierInstance, getClassifierTemplateParameter, getComposedClassifier, getComposedClassifier, getComposingClassifier, getComposingClassifier, getContract, getContract, getContractSubstitution, getCreateObjectAction, getExceptionHandler, getInstSpec, getInterface, getOwnClass, getOwnedRule, getOwnedTemplateParameter, getOwnedUseCase, getProvidedInterface, getProvidedInterface, getProvidedInterfaceDirect, getProvidedInterfaceDirect, getRealizingClassifierRealization, getRequiredInterface, getRequiredInterface, getRequiredInterfaceDirect, getRequiredInterfaceDirect, getSubstitution, getTypedBCProperty, getTypedObjectNode, getTypedParameter, getTypedProperty, getTypedVariable, getTypedVariableDRGElement, getTypedVariableDRGElement, getUnmarshallAction, getUseCase
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLEncapsulatedClassifier
getOwnedPort
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLParameterAble
getFormalParameter, getFormalParameter, getOwnedParam, getOwnedParameterSet, getReturnResult, setOwnedParam
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLStructuredClassifier
getCollaborationUse, getOwnedConnector, getOwnedProperty, getRepresentation
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateAbleElement
getActualTemplateParameter, getActualTemplateParameter, getOwnedTemplateParameter, getTemplateBindingSource, getTemplateBindingTarget, getTemplateParameter
-
Methods inherited from interface de.mid.innovator.srv2api.icw2class.CLTemplateParameterAbleElement
getActualParameterSubstitution, getOwningTemplateParameter, getTemplateParameter
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELClassifier
getAssociation, getAssociation, getAssociationEndFirstTypedBySelf, getAssociationEndFirstTypedBySelf, getAssociationEndNavigableTypedBySelf, getAssociationEndNavigableTypedBySelf, getAssociationEndNavigableTypedBySelfOrGeneralTransitive, getAssociationEndNavigableTypedBySelfOrGeneralTransitive, getAssociationEndTypedBySelf, getAssociationEndTypedBySelf, getAssociationEndTypedBySelfOrGeneralTransitive, getAssociationEndTypedBySelfOrGeneralTransitive, getAssociationNavigableFrom, getAssociationNavigableFrom, getAssociationOfSelfOrGeneralTransitive, getAssociationOfSelfOrGeneralTransitive, getAssociationTypedBySelf, getAssociationTypedBySelf, getClassifierViewGroup, getEffectiveRedefinerOfAssocEnd, getEffectiveRedefinerOfAssocEnd, getEffectiveSubsetterOfAssocEnd, getEffectiveSubsetterOfAssocEnd, getGeneralDirect, getGeneralDirect, getGeneralGeneralizationSet, getGeneralGeneralizationSet, getGeneralization, getGeneralTransitive, getGeneralTransitive, getItemDefinition, getOwnedAndInheritedMember, getOwnedAndInheritedMember, getPropertyNavigableFrom, getPropertyNavigableFrom, getPropertyNavigableFromSelfOrGeneralTransitive, getPropertyNavigableFromSelfOrGeneralTransitive, getSelfAndGeneralTransitive, getSelfAndGeneralTransitive, getSelfAndSpecificTransitive, getSelfAndSpecificTransitive, getSelfAndSpecificTransitiveNotAbstract, getSelfAndSpecificTransitiveNotAbstract, getSpecialization, getSpecificDirect, getSpecificDirect, getSpecificGeneralization, getSpecificGeneralizationSet, getSpecificGeneralizationSet, getSpecificTransitive, getSpecificTransitive, getSpecificTransitiveNotAbstract, getSpecificTransitiveNotAbstract, getSpecificTransitiveNotAbstractRange, getSpecificTransitiveNotAbstractRange, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd, getSpecificTransitiveNotAbstractTypesOfEffectiveSubsetterOfAssocEndIntersectedByInverseAssocEnd, getTypedCLStructureEntry, getTypedMaskField, getTypesOfEffectiveSubsetterOfAssocEnd, getTypesOfEffectiveSubsetterOfAssocEnd, getViewTransitive, getViewTransitive, isAbstract, isRoot, isSpecificTransitive, setAbstract
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getSupplierDependency, rename, setName, setNameKind
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPackageAble
getElementImportingNamespace, getElementImportingNamespace, getImportedPackageAble, getOwningPackage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRedefAble
getRedefined, getRedefining, isLeaf, isRedefined, isRedefining, setLeaf, setRedefined
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELType
getRaisingAsException, getTypedElement, getTypedElementNotAssocEnd, getTypedElementNotAssocEnd
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELValueContainerAble
getValueReUseAble, setValueReUseAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MECommentAble
getAssignedComment, getAssignedComment, getCommentAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEConstraintAble
getAssignedConstraint, getAssignedConstraint, getConstraintAssign
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamedElement
getMappingSourceElement, getMappingSourceElement, getMESupplierDependency, getMESupplierMappingDependency
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAble
getMEOwnedMember, getMEPackageImport
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MENamespaceAsgnAble
getMENamespace, getSignatureMessage
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEPackageAble
getComponent, getManifest
-
Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble
getApplicableAnalysisDia, getClientMappingDependency, getDecisionMade, getDecisionOwned, getKnowledgeSourceOfOwner, getMappingTargetElement, getMappingTargetElement, getProxyAsgProperty, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, setMapped, setRequirementOfStakeholder
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMAttachmentAble
getAssignedAttachment, getAttachmentAssign, getDefaultAttachment, getOwnedAttachment, setDefaultAttachment
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMCommentContainerAble
getOutgoingConceptRealization, getOwnedComment, getRealizedConcept, getRealizedConcept, replaceRealizedConcepts, setRealizedConcept
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMFormatAble
copyFormatDlg, copyFormatRule, getCopyFormatDlgInit, getFormat
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMenuAble
getMenu, getMenuItem, getMenuItemsForTransform
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMStereotypeAble
assignStereotypeDlg, cloneElement, completelySynchronizeOthers, completelySynchronizeThis, getAttrCnstrEffective, getCreateTemplate, getDisplayType, getOwnedFormat, getOwnedStereotypePropertyValSpec, getOwnedStereotypeTSOptionValSpec, getOwnedSyncedElement, getPropBoolValue, getPropLongValue, getPropStringValue, getPropValueList, getStereoPropValueByPattern, getStereoPropValueByPattern, getStereotype, getStereotypeName, getStereotypeProperty, getStereotypePropertyInfo, getStereotypePropertyNameValue, getStereotypeTSOption, getStereotypeTSOptionBoolValue, getStereotypeTSOptionInfo, getStereotypeTSOptionLongValue, getStereotypeTSOptionNameValue, getStereotypeTSOptionStringValue, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueByPattern, getStereotypeTSOptionValueList, getSyncedElement, getSyncedStereotypeAble, getSyncedStereotypeAble, isCloneAbleElement, modifyStereotypePropertyValuesByName, modifyStereotypeTSOptionValuesByName, setStereotype, setStereotypePropertyInfo, setStereotypeTSOptionInfo, setSyncedStereotypeAble
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg
-
-
-
-
Method Detail
-
isSingleExecution
boolean isSingleExecution() throws InoNetException, SrvErrorException
If true, all invocations of the activity are handled by the same execution.- Throws:
InoNetException
SrvErrorException
-
setSingleExecution
void setSingleExecution(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut IsSingleExecution.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
isReadOnly
boolean isReadOnly() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
setReadOnly
void setReadOnly(boolean value) throws InoNetException, SrvErrorException
Set the value of Attribut IsReadOnly.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
hasOrthogonalPartitions
boolean hasOrthogonalPartitions() throws InoNetException, SrvErrorException
true, if this activity contains at least one activity partition with horizontal and one with vertical presentation.- Throws:
InoNetException
SrvErrorException
-
setOrthogonalPartitions
void setOrthogonalPartitions(boolean value) throws InoNetException, SrvErrorException
Set the value of Info HasOrthogonalPartitions.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getAllExternalPartitionsTransitiveDown
java.util.List<ACPartition> getAllExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All external partitions contained directly or indirectly in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getAllExternalPartitionsTransitiveDown
java.util.List<ACPartition> getAllExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getAllExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getAllNonExternalPartitionsTransitiveDown
java.util.List<ACPartition> getAllNonExternalPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All non-external partitions contained directly or indirectly in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getAllNonExternalPartitionsTransitiveDown
java.util.List<ACPartition> getAllNonExternalPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getAllNonExternalPartitionsTransitiveDown and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getAllPartitionsTransitiveDown
java.util.List<ACPartition> getAllPartitionsTransitiveDown(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All partitions contained directly or indirectly in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted
-
getAllPartitionsTransitiveDown
java.util.List<ACPartition> getAllPartitionsTransitiveDown(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getAllPartitionsTransitiveDown and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getCallActivityNode
<T extends ACActivityNode> java.util.List<T> getCallActivityNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All calls to activities inside of this activity. The list is ordered (@SORTING) according to the ordering of the activity nodes (ACActivityNode
).- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getCallActivityNode
<T extends ACActivityNode> java.util.List<T> getCallActivityNode(java.lang.Class<T> returnType, MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getCallActivityNode and filters its return values according to the given stereotype value.- Parameters:
returnType
- Specifies the type of elements to be returned.stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getHorizontalPartitions
java.util.List<ACPartition> getHorizontalPartitions(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All partitions to be displayed as a horizontal swimlane contained directly in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted
-
getHorizontalPartitions
java.util.List<ACPartition> getHorizontalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getHorizontalPartitions and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getNodeActivity
java.util.List<ACActivity> getNodeActivity(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All activities called inside of this activity. The list is ordered (@SORTING) according to the ordering of the activity nodes of the respective call behavior actions.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getNodeActivity
java.util.List<ACActivity> getNodeActivity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getNodeActivity and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getParamNodeOfParam
java.util.List<ACParamNode> getParamNodeOfParam(CLParameter refObj, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
refObj
- A further instance of type CLParameter which is used to control the behaviour of the method. (see description above)behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getParamNodeOfParam
java.util.List<ACParamNode> getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getParamNodeOfParam and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listrefObj
- A further instance of type CLParameter which is used to control the behaviour of the method. (see description above)behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getStructuredNodeInCycle
java.util.List<ACStructuredNode> getStructuredNodeInCycle(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All structured activity nodes of the activity which are assigned to another structured activity node and which lie in a circle of assignments.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted
-
getStructuredNodeInCycle
java.util.List<ACStructuredNode> getStructuredNodeInCycle(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getStructuredNodeInCycle and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getVerticalPartitions
java.util.List<ACPartition> getVerticalPartitions(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All partitions to be displayed as a vertical swimlane contained directly in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted
-
getVerticalPartitions
java.util.List<ACPartition> getVerticalPartitions(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
The method calls getVerticalPartitions and filters its return values according to the given stereotype value.- Parameters:
stereotype
- The stereotype used to filter the result listbehaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getLayout
ARG_PRPresContextLayout getLayout() throws InoNetException, SrvErrorException
Retrieves the layout information of theACActivity
.- Throws:
InoNetException
SrvErrorException
-
layout
void layout(java.lang.String format, K_ORIENTATION orientation, int marginLeft, int marginRight, int marginTop, int marginBottom, int horPage, int verPage) throws InoNetException, SrvErrorException
Modifies the layout information of theACActivity
.- Parameters:
format
- format of the presentation contextorientation
- orientation of the presentation contextmarginLeft
- margin on the left bordermarginRight
- margin on the right bordermarginTop
- margin on the top bordermarginBottom
- margin on the bottom borderhorPage
- number of horinzontal pagesverPage
- number of vertical pages- Throws:
InoNetException
SrvErrorException
-
getNode
<T extends ACActivityNode> java.util.List<T> getNode(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getEdge
<T extends ACActivityEdge> java.util.List<T> getEdge(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getGroup
<T extends ACActivityGroup> java.util.List<T> getGroup(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getPartition
java.util.List<ACPartition> getPartition(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Top-level partitions in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getDiagram
ACDia getDiagram() throws InoNetException, SrvErrorException
The presentation of the activity as a diagram.- Throws:
InoNetException
SrvErrorException
-
getStructuredNode
java.util.List<ACStructuredNode> getStructuredNode(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Top-level structured nodes in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getVariable
java.util.List<ACVariable> getVariable(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
Top-level variables in the activity.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
-