Class ARG_GCDiaCreateAddConceptForRealizingElement

java.lang.Object
de.mid.innovator.srv2api.icw2gcdia.ARG_GCDiaCreateAddConceptForRealizingElement
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_GCDiaCreateAddConceptForRealizingElement extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • 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 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 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 Details

    • ARG_GCDiaCreateAddConceptForRealizingElement

      public ARG_GCDiaCreateAddConceptForRealizingElement()
    • ARG_GCDiaCreateAddConceptForRealizingElement

      public ARG_GCDiaCreateAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, Point position, boolean isOffsetPosition, Point size, K_ORIENTATION orientation, boolean isCreate)
  • Method Details

    • 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