Class ARG_GetPossiblePathsIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_GetPossiblePathsIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_GetPossiblePathsIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintmaximum number of steps in a pathstereotype, where the path endsstereotype, where the path startslist to restrict the element types in a path -
Constructor Summary
ConstructorsConstructorDescriptionARG_GetPossiblePathsIn(MMStereotype ohStart, MMStereotype ohEnd, int maxHop, List<Class<? extends ELObject>> seqType) -
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
-
ohStart
stereotype, where the path starts -
ohEnd
stereotype, where the path ends -
maxHop
public int maxHopmaximum number of steps in a path -
seqType
list to restrict the element types in a path
-
-
Constructor Details
-
ARG_GetPossiblePathsIn
public ARG_GetPossiblePathsIn() -
ARG_GetPossiblePathsIn
public ARG_GetPossiblePathsIn(MMStereotype ohStart, MMStereotype ohEnd, int maxHop, List<Class<? extends ELObject>> seqType)
-
-
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
-