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 CLParameterSetANCall. getSelectedParameterSetIn()TheCLParameterSetwith input direction that will determine the model consistency checks, the verify actions and the maintenance actions on this call action.CLParameterSetANCall. 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 CLParameterSet Modifier and Type Method Description voidANCall. 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 CLParameterSet Modifier and Type Method Description static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)Create a new Parameter Set with template and container.static CLParameterSetCLParameterSetHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, java.util.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, 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()AllCLParameterSetthisCLParameteris contained in.Methods in de.mid.innovator.srv2api.icw2class with parameters of type CLParameterSet Modifier and Type Method Description booleanCLParameter. 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 CLParameterSet Modifier and Type Method Description voidCLParameter. 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 CLParameterSetMESimpleConstraint. getConditionOwningParameterSet()
-