Uses of Interface
de.mid.innovator.srv2api.icw2class.CLParameter
-
Packages that use CLParameter 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.icw2acdia Diagrams and graphical representations for elements of the icw2ac package.de.mid.innovator.srv2api.icw2be The Common Behaviors package specifies the core concepts required for dynamic elements and provides the infrastructure to support more detailed definitions of behavior.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 CLParameter in de.mid.innovator.srv2api.icw2ac
Methods in de.mid.innovator.srv2api.icw2ac that return CLParameter Modifier and Type Method Description CLParameter
ACParamNode. getParameter()
The parameter the object node accepts and provides values for.CLParameter
ANPin. getParameter(java.lang.Class<? extends ELObject> kind, int mode)
Finds theCLParameter
that corresponds to theANPin
.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLParameter Modifier and Type Method Description java.util.List<ACParamNode>
ACActivity. getParamNodeOfParam(CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
java.util.List<ACParamNode>
ACActivity. getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj, K_CONTROL_OPTION... behaviourFlags)
The method calls getParamNodeOfParam and filters its return values according to the given stereotype value. -
Uses of CLParameter in de.mid.innovator.srv2api.icw2acdia
Fields in de.mid.innovator.srv2api.icw2acdia declared as CLParameter Modifier and Type Field Description CLParameter
ARG_XACDiaObjNodeRep. ohPar
parameter of the parameter nodeConstructors in de.mid.innovator.srv2api.icw2acdia with parameters of type CLParameter Constructor Description ARG_XACDiaObjNodeRep(PRPresElement ohPres, java.util.List<MEModelElement> seqModel, java.lang.Class<? extends ELObject> kVOclPres, java.lang.Class<? extends ELObject> kVOclModel, java.lang.String strUUIDPres, java.util.List<java.lang.String> seqUUIDModel, java.lang.String strHashCode, MMStereotype ohStereo, java.lang.String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, java.util.List<ARG_XImageRep> seqImageRep, java.util.List<ARG_XColorKindRep> seqColorRep, java.util.List<ARG_XTextRep> seqText, java.util.List<ARG_XPresElementRep> seqContent, boolean hasStatus, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isTextAble, int cntConfigured, int cntModified, boolean isDeleteAble, boolean isSubtractAble, boolean isTransformAble, boolean isNoteAble, boolean isConstraintAble, boolean isAttachmentAble, boolean hasAttachment, boolean isDefaultReferenceAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isSelectAble, boolean hasAnnotation, boolean isDuplicateAble, boolean isUnresolved, int iOpacity, java.util.List<ADClientAble> seqSyncElem, java.awt.Point pPosText, java.awt.Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, java.awt.Point pPos, java.awt.Point pSize, java.awt.Point pDefaultSize, boolean calcDefaultPos, boolean asText, boolean isExpandAble, boolean isHorSizeAble, boolean isVerSizeAble, boolean isBorderSelectAble, boolean asIcon, K_ALIGN kAlignText, K_ORIENTATION kOrientation, K_PRESSPEC_TEXT_POSITION kTextPositionSpec, K_PRESSPEC_NODE_HEIGHT kNodeHeightSpec, K_PRESSPEC_ONFRAME_POSITION kOnFramePositionSpec, boolean isExpanded, boolean isHidden, boolean isEmbedAble, boolean hasEmbeddedContent, ARG_XClientOut valEmbeddedClient, boolean isControlType, K_PARAM_DIRKIND direction, boolean isException, boolean isStream, K_EFFECTKIND effect, CLParameter ohPar)
-
Uses of CLParameter in de.mid.innovator.srv2api.icw2be
Methods in de.mid.innovator.srv2api.icw2be that return types with arguments of type CLParameter Modifier and Type Method Description java.util.List<CLParameter>
BEBehavior. getOwnedParameter(K_CONTROL_OPTION... behaviourFlags)
Specifies the parameters owned by this behavior. -
Uses of CLParameter in de.mid.innovator.srv2api.icw2class
Fields in de.mid.innovator.srv2api.icw2class declared as CLParameter Modifier and Type Field Description CLParameter
ARG_CLParameterDeclaration. ohPar
parameter elementMethods in de.mid.innovator.srv2api.icw2class that return CLParameter Modifier and Type Method Description static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer)
Create a new Parameter with template and container.static CLParameter
CLParameterHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer)
Create a new Parameter with stereotype and container.CLParameter
CLParameterAble. getReturnResult(K_CONTROL_OPTION... behaviourFlags)
The ordered set of return results of this element.Methods in de.mid.innovator.srv2api.icw2class that return types with arguments of type CLParameter Modifier and Type Method Description java.util.List<CLParameter>
CLParameterAble. getFormalParameter(K_CONTROL_OPTION... behaviourFlags)
The ordered set of formal parameters of this element.java.util.List<CLParameter>
CLParameterAble. getFormalParameter(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags)
The method calls getFormalParameter and filters its return values according to the given stereotype value.java.util.List<CLParameter>
CLParameterAble. getOwnedParam(K_CONTROL_OPTION... behaviourFlags)
Specifies the parameters owned by this element.java.util.List<CLParameter>
CLBehavioralFeature. getOwnedParameter(K_CONTROL_OPTION... behaviourFlags)
Specifies the ordered set of formal parameters owned by this behavioral feature.java.util.List<CLParameter>
CLParameterSet. getParameter()
AllCLParameter
assigned to thisCLParameterSet
.java.util.List<CLParameter>
CLClassifier. getTypedParameter(K_CONTROL_OPTION... behaviourFlags)
All parameters typed by this classifier.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLParameter Modifier and Type Method Description static void
CLParameterHelper. setDefaultValueAsString(SrvContext srvCtx, java.util.List<? extends CLParameter> sel, java.lang.String item)
Sets the default value of this element.void
CLParameterAble. setOwnedParam(java.util.List<? extends CLParameter> values)
Set the value of Primary Key OwnedParam.void
CLParameterSet. setParameter(java.util.List<? extends CLParameter> values)
Set the value of Foreign Key Parameter.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLParameter Constructor Description ARG_CLParameterDeclaration(CLParameter ohPar, java.lang.String strName, CLClassifier ohType, java.lang.String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, java.lang.String strLower, java.lang.String strUpper, int idStereoPar)
-