주요 콘텐츠

활동 다이어그램 설명하기

액션을 통하는 데이터의 흐름을 정의하고 시각화하여 기능 시스템 설계 검증

아키텍처 모델 또는 컴포넌트에 대한 실행 가능 활동 다이어그램을 작성하여 기능 요구 사항을 정의하고 검증합니다. System Composer™에서 활동 다이어그램을 사용하여 액션을 통하는 데이터 흐름을 시각화합니다. 활동 다이어그램 요소에서 아키텍처 모델 요소로의 할당을 사용하여 유방향 관계를 만들면 시스템의 기능 설계를 추가적으로 설명할 수 있습니다.

클래스

모두 확장

systemcomposer.activity.ModelActivity diagram model (R2026a 이후)
systemcomposer.activity.ActivityActivity in activity diagram model (R2026a 이후)
systemcomposer.activity.ActionAction node in activity diagram (R2026a 이후)
systemcomposer.activity.FlowFlow between activity nodes (R2026a 이후)
systemcomposer.activity.InitialInitial node in activity diagram (R2026a 이후)
systemcomposer.activity.ActivityNodeAll activity nodes in activity diagram (R2026a 이후)
systemcomposer.activity.ControlNodeControl node in activity diagram (R2026a 이후)
systemcomposer.activity.JoinForkJoin or fork node in activity diagram (R2026a 이후)
systemcomposer.activity.MergeDecisionMerge or decision node in activity diagram (R2026a 이후)
systemcomposer.activity.ParameterParameter node in activity diagram (R2026a 이후)
systemcomposer.activity.PinPin in activity diagram (R2026a 이후)
systemcomposer.activity.ActivityFinalActivity final node in an activity diagram (R2026a 이후)
systemcomposer.activity.FlowFinalFlow final node in activity diagram (R2026a 이후)

함수

모두 확장

활동 작성

addNodeCreate new activity node in activity diagram (R2026a 이후)
addPinCreate new pin on action node (R2026a 이후)
addParameterCreate new parameter node in activity diagram (R2026a 이후)
connectCreate activity diagram flows (R2026a 이후)
getFlowGet flow from activity diagram (R2026a 이후)
getNodeGet activity node in activity diagram (R2026a 이후)
getNodesGet activity nodes in activity diagram (R2026a 이후)
getParameterGet parameter node from activity diagram (R2026a 이후)
getParametersGet all parameter nodes in given direction (R2026a 이후)
getParentPinGet pin from parent action (R2026a 이후)
getPinGet pin from action node (R2026a 이후)
getPinsGet pins from action node (R2026a 이후)
destroyRemove model element
setBehaviorTypeSet behavior type of action node (R2026a 이후)

활동 관리

systemcomposer.createActivityCreate System Composer activity diagram model (R2024a 이후)
systemcomposer.openActivityOpen System Composer activity diagram model (R2026a 이후)
systemcomposer.loadActivityLoad activity diagram model (R2026a 이후)
openOpen activity diagram model (R2026a 이후)
closeClose activity diagram model (R2026a 이후)
saveSave activity diagram model (R2026a 이후)

스테레오타입 관리

applyStereotypeApply stereotype to model element
setPropertySet property value corresponding to stereotype applied to element
changeStereotypeChange currently applied stereotype to new stereotype in its stereotype hierarchy (R2024a 이후)
removeStereotypeRemove stereotype from profile
hasStereotypeFind if element has stereotype applied
getStereotypeFind stereotype in profile by name

활동 노드

Initial NodeDispatch control token at beginning of activity
Action NodeProcess object tokens through MATLAB function or nested activity diagram
PinDirect tokens into or out of an action node
Parameter NodeProcess tokens through a nested activity diagram
Decision or Merge NodeRoute input tokens based on evaluation of MATLAB expressions, or merge multiple input tokens onto one output flow
Join or Fork NodeSynchronize multiple input tokens into one output, or replicate one input token on all output flows
Flow Final NodeTerminate one object or control flow
Activity Final NodeTerminate entire activity

[Types Editor]Create custom data types (R2024a 이후)
[Allocation Editor]Create and manage model-to-model allocations
[Profile Editor]Create and manage profiles with stereotypes and properties

도움말 항목

추천 예제