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 Details

    • ohStart

      public MMStereotype ohStart
      stereotype, where the path starts
    • ohEnd

      public MMStereotype ohEnd
      stereotype, where the path ends
    • maxHop

      public int maxHop
      maximum number of steps in a path
    • seqType

      public List<Class<? extends ELObject>> 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:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble