Class ARG_BPDiaAddChoreographyViewNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bpdia.ARG_BPDiaAddChoreographyViewNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BPDiaAddChoreographyViewNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanisExpandedIf true, the choreography should be displayed as expanded nodeBPChoreographyohChoreographyThe choreography to be added to the diagramjava.awt.PointpositionPosition of the nodejava.awt.PointsizeSize of the node
-
Constructor Summary
Constructors Constructor Description ARG_BPDiaAddChoreographyViewNode()ARG_BPDiaAddChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)
-
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
-
ohChoreography
public BPChoreography ohChoreography
The choreography to be added to the diagram
-
position
public java.awt.Point position
Position of the node
-
size
public java.awt.Point size
Size of the node
-
isExpanded
public boolean isExpanded
If true, the choreography should be displayed as expanded node
-
-
Constructor Detail
-
ARG_BPDiaAddChoreographyViewNode
public ARG_BPDiaAddChoreographyViewNode()
-
ARG_BPDiaAddChoreographyViewNode
public ARG_BPDiaAddChoreographyViewNode(BPChoreography ohChoreography, java.awt.Point position, java.awt.Point size, boolean isExpanded)
-
-
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
-
-