Class ARG_MEDependencyAssignmentInfoInput
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2model.ARG_MEDependencyAssignmentInfoInput
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEDependencyAssignmentInfoInput extends java.lang.Object implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description MMStereotype
ohDepStereotype
Stereotype of Dependency, optionalELContainerAble
ohTransitiveParent
transitive parent element of calculated element, optionaljava.util.List<ELElement>
seqSource
Source elementsjava.util.List<ELElement>
seqTarget
Target elements
-
Constructor Summary
Constructors Constructor Description ARG_MEDependencyAssignmentInfoInput()
ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
-
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
-
seqSource
public java.util.List<ELElement> seqSource
Source elements
-
seqTarget
public java.util.List<ELElement> seqTarget
Target elements
-
ohDepStereotype
public MMStereotype ohDepStereotype
Stereotype of Dependency, optional
-
ohTransitiveParent
public ELContainerAble ohTransitiveParent
transitive parent element of calculated element, optional
-
-
Constructor Detail
-
ARG_MEDependencyAssignmentInfoInput
public ARG_MEDependencyAssignmentInfoInput()
-
ARG_MEDependencyAssignmentInfoInput
public ARG_MEDependencyAssignmentInfoInput(java.util.List<ELElement> seqSource, java.util.List<ELElement> seqTarget, MMStereotype ohDepStereotype, ELContainerAble ohTransitiveParent)
-
-
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
-
-