Class ARG_GCDiaCreateAddConceptForRealizingElement

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_GCDiaCreateAddConceptForRealizingElement
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Detail

      • ohElement

        public MEStereotypeAble ohElement
        Element which shall realize a concept to be added here
      • ohContainer

        public ELContainerAble ohContainer
        The diagram or the parent node
      • position

        public java.awt.Point position
        Position of the new node
      • isOffsetPosition

        public boolean isOffsetPosition
        True if the position is an offset to be added to the parent's position
      • size

        public java.awt.Point size
        Size of the new node
      • orientation

        public K_ORIENTATION orientation
        Orientation of the new node
      • isCreate

        public boolean isCreate
        isTrue, if the element is created
    • Constructor Detail

      • ARG_GCDiaCreateAddConceptForRealizingElement

        public ARG_GCDiaCreateAddConceptForRealizingElement()
      • ARG_GCDiaCreateAddConceptForRealizingElement

        public ARG_GCDiaCreateAddConceptForRealizingElement​(MEStereotypeAble ohElement,
                                                            ELContainerAble ohContainer,
                                                            java.awt.Point position,
                                                            boolean isOffsetPosition,
                                                            java.awt.Point size,
                                                            K_ORIENTATION orientation,
                                                            boolean isCreate)
    • Method Detail

      • marshal

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

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

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