Package de.mid.innovator.srv2api.icw2ac
Class ARG_ACObjectFlowPins
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2ac.ARG_ACObjectFlowPins
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ACObjectFlowPins extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAbleArgument to the command to create the missing pins required to be able to create an object flow.
-
-
Field Summary
Fields Modifier and Type Field Description ACActivityNodeohSourceThe source elementACActivityNodeohTargetThe target element
-
Constructor Summary
Constructors Constructor Description ARG_ACObjectFlowPins()ARG_ACObjectFlowPins(ACActivityNode ohSource, ACActivityNode ohTarget)
-
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
-
ohSource
public ACActivityNode ohSource
The source element
-
ohTarget
public ACActivityNode ohTarget
The target element
-
-
Constructor Detail
-
ARG_ACObjectFlowPins
public ARG_ACObjectFlowPins()
-
ARG_ACObjectFlowPins
public ARG_ACObjectFlowPins(ACActivityNode ohSource, ACActivityNode ohTarget)
-
-
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
-
-