Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACActivity
Packages that use ACActivity
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Diagrams and graphical representations for elements of the icw2ac package.
-
Uses of ACActivity in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACActivityModifier and TypeMethodDescriptionstatic ACActivityACActivityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Activity with template and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with template and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Activity with stereotype and container.static ACActivityACActivityHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer, K_CONTASGN kContAsgn) Creates a new Activity with stereotype and container.ACActivityEdge.getActivity()ACActivityNode.getActivity()ACVariable.getActivityScope()An activity that owns the variable.ACActivityGroup.getInActivity()Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACActivityModifier and TypeMethodDescriptionACActivity.getNodeActivity(K_CONTROL_OPTION... behaviourFlags) All activities called inside of this activity.ACActivity.getNodeActivity(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getNodeActivity and filters its return values according to the given stereotype value. -
Uses of ACActivity in de.mid.innovator.srv2api.icw2acdia
Methods in de.mid.innovator.srv2api.icw2acdia that return ACActivity