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 booleanisCreateisTrue, if the element is createdbooleanisOffsetPositionTrue if the position is an offset to be added to the parent's positionELContainerAbleohContainerThe diagram or the parent nodeMEStereotypeAbleohElementElement which shall realize a concept to be added hereK_ORIENTATIONorientationOrientation of the new nodejava.awt.PointpositionPosition of the new nodejava.awt.PointsizeSize 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 voidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)voidunmarshal(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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
-