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 java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isCreate
isTrue, if the element is createdboolean
isOffsetPosition
True if the position is an offset to be added to the parent's positionELContainerAble
ohContainer
The diagram or the parent nodeMEStereotypeAble
ohElement
Element which shall realize a concept to be added hereK_ORIENTATION
orientation
Orientation of the new nodejava.awt.Point
position
Position of the new nodejava.awt.Point
size
Size of the new node
-
Constructor Summary
Constructors Constructor Description ARG_GCDiaCreateAddConceptForRealizingElement()
ARG_GCDiaCreateAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, java.awt.Point position, boolean isOffsetPosition, java.awt.Point size, K_ORIENTATION orientation, boolean isCreate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
void
unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
-
-
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 interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-