Uses of Interface
de.mid.innovator.srv2api.icw2class.CLParameterSet
-
Packages that use CLParameterSet 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.de.mid.innovator.srv2api.icw2model 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 CLParameterSet Modifier and Type Method Description CLParameterSet
ANCall. getSelectedParameterSetIn()
TheCLParameterSet
with input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.CLParameterSet
ANCall. getSelectedParameterSetOut()
TheCLParameterSet
with 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 CLParameterSet Modifier and Type Method Description void
ANCall. setSelectedParameterSetIn(CLParameterSet value)
Set the value of Foreign Key SelectedParameterSetIn.void
ANCall. 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 CLParameterSet Modifier and Type Method Description static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter Set with template and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.List<? extends ELElement> seqSel)
Create a new Parameter Set with template and a sequence of elements.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter Set with stereotype and container.static CLParameterSet
CLParameterSetHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, java.util.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 CLParameterSet Modifier and Type Method Description java.util.List<CLParameterSet>
CLParameterAble. getOwnedParameterSet(K_CONTROL_OPTION... behaviourFlags)
All parameter sets owned by thisCLParameterAble
.java.util.List<CLParameterSet>
CLParameter. getParameterSet()
AllCLParameterSet
thisCLParameter
is contained in.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLParameterSet Modifier and Type Method Description boolean
CLParameter. isEligibleForParameterSet(CLParameterSet refObj)
Checks for a givenargument refObj
if the parameter is or would be valid in this parameterCLParameterSet
.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLParameterSet Modifier and Type Method Description void
CLParameter. setParameterSet(java.util.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 CLParameterSet Modifier and Type Method Description CLParameterSet
MESimpleConstraint. getConditionOwningParameterSet()
-