Uses of Interface
de.mid.innovator.srv2api.icw2class.CLParameter
Packages that use CLParameter
Package
Description
Activity modeling emphasizes the sequence and conditions for coordinating
lower-level behaviors, rather than which classifiers own those behaviors.
Diagrams and graphical representations for elements of the icw2ac package.
The Common Behaviors package specifies the core concepts required for dynamic
elements and provides the infrastructure to support more detailed definitions of
behavior.
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 CLParameterModifier and TypeMethodDescriptionACParamNode.getParameter()The parameter the object node accepts and provides values for.ANPin.getParameter(Class<? extends ELObject> kind, int mode) Finds theCLParameterthat corresponds to theANPin.Methods in de.mid.innovator.srv2api.icw2ac with parameters of type CLParameterModifier and TypeMethodDescriptionACActivity.getParamNodeOfParam(CLParameter refObj) ACActivity.getParamNodeOfParam(MMStereotype stereotype, CLParameter refObj) 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 CLParameterConstructors in de.mid.innovator.srv2api.icw2acdia with parameters of type CLParameterModifierConstructorDescriptionARG_XACDiaObjNodeRep(PRPresElement ohPres, List<MEModelElement> seqModel, Class<? extends ELObject> kVOclPres, Class<? extends ELObject> kVOclModel, String strUUIDPres, List<String> seqUUIDModel, String strHashCode, String strHashCodeCalc, MMStereotype ohStereo, String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, List<ARG_XImageRep> seqImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, 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, List<ADClientAble> seqSyncElem, Point pPosText, Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, K_HOR_ALIGN kTextHorAlign, K_VER_ALIGN kTextVerAlign, Point pPos, Point pSize, 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, ARG_XPresElementRep valConnected, 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 CLParameterModifier and TypeMethodDescriptionBEBehavior.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 CLParameterMethods in de.mid.innovator.srv2api.icw2class that return CLParameterModifier and TypeMethodDescriptionstatic CLParameterCLParameterHelper.create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohContainer) Create a new Parameter with template and container.static CLParameterCLParameterHelper.create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohContainer) Create a new Parameter with stereotype and container.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 CLParameterModifier and TypeMethodDescriptionCLParameterAble.getFormalParameter(K_CONTROL_OPTION... behaviourFlags) The ordered set of formal parameters of this element.CLParameterAble.getFormalParameter(MMStereotype stereotype, K_CONTROL_OPTION... behaviourFlags) The method calls getFormalParameter and filters its return values according to the given stereotype value.CLParameterAble.getOwnedParam(K_CONTROL_OPTION... behaviourFlags) Specifies the parameters owned by this element.CLBehavioralFeature.getOwnedParameter(K_CONTROL_OPTION... behaviourFlags) Specifies the ordered set of formal parameters owned by this behavioral feature.CLParameterSet.getParameter()AllCLParameterassigned to thisCLParameterSet.CLClassifier.getTypedParameter()All parameters typed by this classifier.Method parameters in de.mid.innovator.srv2api.icw2class with type arguments of type CLParameterModifier and TypeMethodDescriptionstatic voidCLParameterHelper.setDefaultValueAsString(SrvContext srvCtx, List<? extends CLParameter> sel, String item) Sets the default value of this element.voidCLParameterSet.setParameter(List<? extends CLParameter> values) Set the value of Foreign Key Parameter.Constructors in de.mid.innovator.srv2api.icw2class with parameters of type CLParameterModifierConstructorDescriptionARG_CLParameterDeclaration(CLParameter ohPar, String strName, CLClassifier ohType, String strType, ARG_TemplateBoundElement valTmpl, K_PARAM_DIRKIND kDir, String strLower, String strUpper, int idStereoPar)