Class ARG_XBPDiaTaskNodeRep

All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_XBPDiaTaskNodeRep extends ARG_XPRDiaNodeRep implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ktypeTaskNode

      public K_BP_TASKNODE_TYPE ktypeTaskNode
      type of the task node
    • hasLoopMarker

      public boolean hasLoopMarker
      flag for loop marker
    • kmultiinstanceMarker

      public K_BPDIA_ACTNODE_MULTIINSTANCE_MARKER kmultiinstanceMarker
      multiinstance marker
    • hasCompensationMarker

      public boolean hasCompensationMarker
      flag for compensation marker
    • kVOclCalledElement

      public Class<? extends ELObject> kVOclCalledElement
      VOcl of called element, if ktypeTaskNode is CallActivity
    • ktypeGlobalTaskNode

      public K_BP_TASKNODE_TYPE ktypeGlobalTaskNode
      type of called global task node
    • isCallPossibleAsSubProcess

      public boolean isCallPossibleAsSubProcess
      true if a process is called which is not used by a other elements and hence could be refactored as a subprobess AND if the process does not contain lanes.
    • seqValidType

      public List<K_BP_TASKNODE_TYPE> seqValidType
      list of valid task types
    • seqValidImpl

      public List<K_BP_TASK_IMPLEMENTATION> seqValidImpl
      list of valid implementation values
    • isOwnedProcessViewMaster

      public boolean isOwnedProcessViewMaster
      flag if the owned process view - if there is one - is the master view for the model element
    • isOwnedProcessViewCorrect

      public boolean isOwnedProcessViewCorrect
      flag if the owned process view content is still correct compared to the master content
    • isOwnedProcessViewCompletelyMaintained

      public boolean isOwnedProcessViewCompletelyMaintained
      flag if the owned process view is complete
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
      Overrides:
      marshal in class ARG_XPRDiaNodeRep
    • unmarshal

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

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