Class ARG_XPRDiaEdgeRep

    • Field Detail

      • seqStep

        public java.util.List<java.awt.Point> seqStep
        points of the edge path
      • valSource

        public ARG_XPresElementRep valSource
        element connected on the source side - SharedArg
      • valTarget

        public ARG_XPresElementRep valTarget
        element connected on the target side - SharedArg
      • pPosSourceText

        public java.awt.Point pPosSourceText
        text position on the source side
      • pSizeSourceText

        public java.awt.Point pSizeSourceText
        text size on the source side
      • pPosTargetText

        public java.awt.Point pPosTargetText
        text position on the target side
      • pSizeTargetText

        public java.awt.Point pSizeTargetText
        text size on the target side
      • isSrcReconnectAble

        public boolean isSrcReconnectAble
        isTrue, if this edge may be reconnected on source side - NoHash
      • isTrgReconnectAble

        public boolean isTrgReconnectAble
        isTrue, if this edge may be reconnected on target side - NoHash
      • hasSrcTip

        public boolean hasSrcTip
        isTrue, if this edge has a tip on source side
      • hasTrgTip

        public boolean hasTrgTip
        isTrue, if this edge has a tip on target side
      • isNotDefaultPositioned

        public boolean isNotDefaultPositioned
        TRUE if the edge is not positioned automatically. So the default FALSE means that the edge is positioned automatically.
      • isTextNotDefaultPositioned

        public boolean isTextNotDefaultPositioned
        TRUE if the text at the edge is not positioned automatically. So the default FALSE means that the text is positioned automatically.
      • isSourceTextNotDefaultPositioned

        public boolean isSourceTextNotDefaultPositioned
        TRUE if the source text at the edge is not positioned automatically. So the default FALSE means that the text is positioned automatically.
      • isTargetTextNotDefaultPositioned

        public boolean isTargetTextNotDefaultPositioned
        TRUE if the target text at the edge is not positioned automatically. So the default FALSE means that the text is positioned automatically.
      • kTypeEdge

        public K_PREDGETYPE kTypeEdge
        Type of the edge. Values are Polygon, HotVer and others.
      • isHidden

        public boolean isHidden
        TRUE if the edge shall be hidden if the diagram is presented just for display and not for modification.
      • iSourceTextPresentationLevel

        public int iSourceTextPresentationLevel
        presentation level of the text on source side of this element
      • iTargetTextPresentationLevel

        public int iTargetTextPresentationLevel
        presentation level of the text on target side of this element
    • Constructor Detail

      • ARG_XPRDiaEdgeRep

        public ARG_XPRDiaEdgeRep()
      • ARG_XPRDiaEdgeRep

        public ARG_XPRDiaEdgeRep​(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.util.List<java.awt.Point> seqStep,
                                 ARG_XPresElementRep valSource,
                                 ARG_XPresElementRep valTarget,
                                 java.awt.Point pPosSourceText,
                                 java.awt.Point pSizeSourceText,
                                 java.awt.Point pPosTargetText,
                                 java.awt.Point pSizeTargetText,
                                 boolean isSrcReconnectAble,
                                 boolean isTrgReconnectAble,
                                 boolean hasSrcTip,
                                 boolean hasTrgTip,
                                 boolean isNotDefaultPositioned,
                                 boolean isTextNotDefaultPositioned,
                                 boolean isSourceTextNotDefaultPositioned,
                                 boolean isTargetTextNotDefaultPositioned,
                                 K_PREDGETYPE kTypeEdge,
                                 boolean isHidden,
                                 int iSourceTextPresentationLevel,
                                 int iTargetTextPresentationLevel)
    • Method Detail

      • marshal

        public void marshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
        Overrides:
        marshal in class ARG_XPresContentRep
      • unmarshal

        public void unmarshal​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                              SrvContext srvctx)
        Specified by:
        unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
        Overrides:
        unmarshal in class ARG_XPresContentRep
      • resolveReferences

        public void resolveReferences​(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
        Specified by:
        resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble
        Overrides:
        resolveReferences in class ARG_XPresContentRep