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 Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIf true, the processes inside the participants are displayed as expanded nodebooleanIf true, the node should be displayed as expanded nodeThe collaboration to be added to the diagramPosition of the nodeSize of the node -
Constructor Summary
ConstructorsConstructorDescriptionARG_BPDiaAddCollaborationViewNode(BPCollaboration ohCollaboration, Point position, Point size, boolean isExpanded, boolean areProcessesExpanded) -
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
-
ohCollaboration
The collaboration to be added to the diagram -
position
Position of the node -
size
Size of the node -
isExpanded
public boolean isExpandedIf true, the node should be displayed as expanded node -
areProcessesExpanded
public boolean areProcessesExpandedIf true, the processes inside the participants are displayed as expanded node
-
-
Constructor Details
-
ARG_BPDiaAddCollaborationViewNode
public ARG_BPDiaAddCollaborationViewNode() -
ARG_BPDiaAddCollaborationViewNode
public ARG_BPDiaAddCollaborationViewNode(BPCollaboration ohCollaboration, Point position, Point size, boolean isExpanded, boolean areProcessesExpanded)
-
-
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
-