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 Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if the element is createdbooleanTrue if the position is an offset to be added to the parent's positionThe diagram or the parent nodeElement which shall realize a concept to be added hereOrientation of the new nodePosition of the new nodeSize of the new node -
Constructor Summary
ConstructorsConstructorDescriptionARG_GCDiaCreateAddConceptForRealizingElement(MEStereotypeAble ohElement, ELContainerAble ohContainer, Point position, boolean isOffsetPosition, Point size, K_ORIENTATION orientation, boolean isCreate) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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 Details
-
ohElement
Element which shall realize a concept to be added here -
ohContainer
The diagram or the parent node -
position
Position of the new node -
isOffsetPosition
public boolean isOffsetPositionTrue if the position is an offset to be added to the parent's position -
size
Size of the new node -
orientation
Orientation of the new node -
isCreate
public boolean isCreateisTrue, 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:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- 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
-