Class ARG_BPDiaAddCollaborationViewNode
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2bpdia.ARG_BPDiaAddCollaborationViewNode
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_BPDiaAddCollaborationViewNode extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description booleanareProcessesExpandedIf true, the processes inside the participants are displayed as expanded nodebooleanisExpandedIf true, the node should be displayed as expanded nodeBPCollaborationohCollaborationThe collaboration to be added to the diagramjava.awt.PointpositionPosition of the nodejava.awt.PointsizeSize of the node
-
Constructor Summary
Constructors Constructor Description ARG_BPDiaAddCollaborationViewNode()ARG_BPDiaAddCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)
-
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
-
ohCollaboration
public BPCollaboration ohCollaboration
The collaboration 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 node should be displayed as expanded node
-
areProcessesExpanded
public boolean areProcessesExpanded
If true, the processes inside the participants are displayed as expanded node
-
-
Constructor Detail
-
ARG_BPDiaAddCollaborationViewNode
public ARG_BPDiaAddCollaborationViewNode()
-
ARG_BPDiaAddCollaborationViewNode
public ARG_BPDiaAddCollaborationViewNode(BPCollaboration ohCollaboration, java.awt.Point position, java.awt.Point size, boolean isExpanded, boolean areProcessesExpanded)
-
-
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
-
-