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 boolean
isExpanded
If true, the choreography should be displayed as expanded nodeBPChoreography
ohChoreography
The choreography to be added to the diagramjava.awt.Point
position
Position of the nodejava.awt.Point
size
Size 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 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
-
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:
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
-
-