Uses of Interface
de.mid.innovator.srv2api.icw2ac.ACVariable
-
Packages that use ACVariable Package Description de.mid.innovator.srv2api.icw2ac Activity modeling emphasizes the sequence and conditions for coordinating lower-level behaviors, rather than which classifiers own those behaviors.de.mid.innovator.srv2api.icw2class The classes package deals with the basic modeling concepts of UML and, in particular, classes and their relationships. -
-
Uses of ACVariable in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return ACVariable Modifier and Type Method Description static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Variable with template and container.static ACVariable
ACVariableHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Variable with stereotype and container.Methods in de.mid.innovator.srv2api.icw2ac that return types with arguments of type ACVariable Modifier and Type Method Description java.util.List<ACVariable>
ACActivity. getVariable(K_CONTROL_OPTION... behaviourFlags)
Top-level variables in the activity.java.util.List<ACVariable>
ACStructuredNode. getVariable(K_CONTROL_OPTION... behaviourFlags)
Variables defined in the scope of the structured activity node. -
Uses of ACVariable in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type ACVariable Modifier and Type Method Description java.util.List<ACVariable>
CLClassifier. getTypedVariable(K_CONTROL_OPTION... behaviourFlags)
All variables typed by this classifier.
-