Uses of Interface
de.mid.innovator.srv2api.icw2class.CLParameterSet
Packages that use CLParameterSet
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
The classes package deals with the basic modeling concepts of UML and, in
particular, classes and their relationships.
This packagage contains elements representing the logical model.
-
Uses of CLParameterSet in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLParameterSetModifier and TypeMethodDescriptionANCall.getSelectedParameterSetIn()TheCLParameterSetwith input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.ANCall.getSelectedParameterSetOut()TheCLParameterSetwith output direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLParameterSetModifier and TypeMethodDescriptionvoidANCall.setSelectedParameterSetIn(CLParameterSet value) Set the value of Foreign Key SelectedParameterSetIn.voidANCall.setSelectedParameterSetOut(CLParameterSet value) Set the value of Foreign Key SelectedParameterSetOut. -
Uses of CLParameterSet in de.mid.innovator.srv2api.icw2class
Methods in de.mid.innovator.srv2api.icw2class that return CLParameterSetModifier and TypeMethodDescriptionstatic CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parameter Set with template and container.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, List<? extends ELElement> seqSel) Create a new Parameter Set with template and a sequence of elements.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parameter Set with stereotype and container.static CLParameterSetCLParameterSetHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, List<? extends ELElement> seqSel) Create a new Parameter Set with stereotype and a sequence of elements.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLParameterSetModifier and TypeMethodDescriptionCLParameterAble.getOwnedParameterSet(K_CONTROL_OPTION... behaviourFlags) All parameter sets owned by thisCLParameterAble.CLParameter.getParameterSet()AllCLParameterSetthisCLParameteris contained in.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLParameterSetModifier and TypeMethodDescriptionbooleanCLParameter.isEligibleForParameterSet(CLParameterSet refObj) Checks for a givenargument refObjif the parameter is or would be valid in this parameterCLParameterSet.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLParameterSetModifier and TypeMethodDescriptionvoidCLParameter.setParameterSet(List<? extends CLParameterSet> values) Set the value of Foreign Key ParameterSet. -
Uses of CLParameterSet in de.mid.innovator.srv2api.icw2model
Methods in de.mid.innovator.srv2api.icw2model that return CLParameterSetModifier and TypeMethodDescriptionMESimpleConstraint.getConditionOwningParameterSet()TheCLParameterSetowning this constraint.