de.mid.innovator.srv2api.icw2bpdia
Class ARG_XBPDiaTaskNodeRep

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2pres.ARG_XPresElementRep
      extended by de.mid.innovator.srv2api.icw2pres.ARG_XPresContentRep
          extended by de.mid.innovator.srv2api.icw2pres.ARG_XPRDiaNodeRep
              extended by de.mid.innovator.srv2api.icw2bpdia.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 Summary
 boolean hasCompensationMarker
          flag for compensation marker
 boolean hasLoopMarker
          flag for loop marker
 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.
 boolean isOwnedProcessViewCompletelyMaintained
          flag if the owned process view is complete
 boolean isOwnedProcessViewCorrect
          flag if the owned process view content is still correct compared to the master content
 boolean isOwnedProcessViewMaster
          flag if the owned process view - if there is one - is the master view for the model element
 K_BPDIA_ACTNODE_MULTIINSTANCE_MARKER kmultiinstanceMarker
          multiinstance marker
 K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode
          type of called global task node
 K_BP_TASKNODE_TYPE ktypeTaskNode
          type of the task node
 Class<? extends ELObject> kVOclCalledElement
          VOcl of called element, if ktypeTaskNode is CallActivity
 List<K_BP_TASK_IMPLEMENTATION> seqValidImpl
          list of valid implementation values
 List<K_BP_TASKNODE_TYPE> seqValidType
          list of valid task types
 
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPRDiaNodeRep
asIcon, asText, calcDefaultPos, hasEmbeddedContent, isBorderSelectAble, isEmbedAble, isExpandAble, isExpanded, isHidden, isHorSizeAble, isVerSizeAble, kAlignText, kNodeHeightSpec, kOnFramePositionSpec, kOrientation, kTextPositionSpec, pPos, pSize, valEmbeddedClient
 
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPresContentRep
isCalloutAble, isNewElement, isTextMoveAble, isUpdateAble, pPosText, pSizeText
 
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPresElementRep
cntConfigured, cntModified, hasAccess, hasAnnotation, hasAttachment, hasStatus, idModel, idPicture, idStereoModel, isAdminPkg, isArtifactOpenAble, isAttachmentAble, isConstraintAble, isDefaultReferenceAble, isDeleteAble, isDuplicateAble, isNoteAble, isSelectAble, isSubtractAble, isTextAble, isTransformAble, kContAsgnPres, kLockStatus, kVOclModel, kVOclPres, ohPres, ohStereo, seqColorRep, seqContent, seqImageRep, seqModel, seqText, strHashCode, strStereo, valDefaultImageRep, valImageRep
 
Constructor Summary
ARG_XBPDiaTaskNodeRep()
           
ARG_XBPDiaTaskNodeRep(PRPresElement ohPres, List<MEModelElement> seqModel, Class<? extends ELObject> kVOclPres, Class<? extends ELObject> kVOclModel, String strHashCode, MMStereotype ohStereo, String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, List<ARG_XImageRep> seqImageRep, List<ARG_XColorKindRep> seqColorRep, List<ARG_XTextRep> seqText, List<ARG_XPresElementRep> seqContent, boolean hasStatus, boolean hasAccess, K_LOCKSTATUS kLockStatus, boolean isTextAble, int cntConfigured, int cntModified, boolean isDeleteAble, boolean isSubtractAble, boolean isTransformAble, boolean isNoteAble, boolean isConstraintAble, boolean isAttachmentAble, boolean hasAttachment, boolean isDefaultReferenceAble, boolean isAdminPkg, boolean isArtifactOpenAble, boolean isSelectAble, boolean hasAnnotation, boolean isDuplicateAble, Point pPosText, Point pSizeText, boolean isTextMoveAble, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, Point pPos, Point pSize, boolean calcDefaultPos, boolean asText, boolean isExpandAble, boolean isHorSizeAble, boolean isVerSizeAble, boolean isBorderSelectAble, boolean asIcon, K_ALIGN kAlignText, K_ORIENTATION kOrientation, K_PRESSPEC_TEXT_POSITION kTextPositionSpec, K_PRESSPEC_NODE_HEIGHT kNodeHeightSpec, K_PRESSPEC_ONFRAME_POSITION kOnFramePositionSpec, boolean isExpanded, boolean isHidden, boolean isEmbedAble, boolean hasEmbeddedContent, ARG_XClientOut valEmbeddedClient, K_BP_TASKNODE_TYPE ktypeTaskNode, boolean hasLoopMarker, K_BPDIA_ACTNODE_MULTIINSTANCE_MARKER kmultiinstanceMarker, boolean hasCompensationMarker, Class<? extends ELObject> kVOclCalledElement, K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode, boolean isCallPossibleAsSubProcess, List<K_BP_TASKNODE_TYPE> seqValidType, List<K_BP_TASK_IMPLEMENTATION> seqValidImpl, boolean isOwnedProcessViewMaster, boolean isOwnedProcessViewCorrect, boolean isOwnedProcessViewCompletelyMaintained)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasCompensationMarker

public boolean hasCompensationMarker
flag for compensation marker


hasLoopMarker

public boolean hasLoopMarker
flag for loop marker


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.


isOwnedProcessViewCompletelyMaintained

public boolean isOwnedProcessViewCompletelyMaintained
flag if the owned process view is complete


isOwnedProcessViewCorrect

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


isOwnedProcessViewMaster

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


kmultiinstanceMarker

public K_BPDIA_ACTNODE_MULTIINSTANCE_MARKER kmultiinstanceMarker
multiinstance marker


ktypeGlobalTaskNode

public K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode
type of called global task node


ktypeTaskNode

public K_BP_TASKNODE_TYPE ktypeTaskNode
type of the task node


kVOclCalledElement

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


seqValidImpl

public List<K_BP_TASK_IMPLEMENTATION> seqValidImpl
list of valid implementation values


seqValidType

public List<K_BP_TASKNODE_TYPE> seqValidType
list of valid task types

Constructor Detail

ARG_XBPDiaTaskNodeRep

public ARG_XBPDiaTaskNodeRep()

ARG_XBPDiaTaskNodeRep

public ARG_XBPDiaTaskNodeRep(PRPresElement ohPres,
                             List<MEModelElement> seqModel,
                             Class<? extends ELObject> kVOclPres,
                             Class<? extends ELObject> kVOclModel,
                             String strHashCode,
                             MMStereotype ohStereo,
                             String strStereo,
                             int idStereoModel,
                             int idModel,
                             int idPicture,
                             K_CONTASGN kContAsgnPres,
                             ARG_XImageRep valDefaultImageRep,
                             ARG_XImageRep valImageRep,
                             List<ARG_XImageRep> seqImageRep,
                             List<ARG_XColorKindRep> seqColorRep,
                             List<ARG_XTextRep> seqText,
                             List<ARG_XPresElementRep> seqContent,
                             boolean hasStatus,
                             boolean hasAccess,
                             K_LOCKSTATUS kLockStatus,
                             boolean isTextAble,
                             int cntConfigured,
                             int cntModified,
                             boolean isDeleteAble,
                             boolean isSubtractAble,
                             boolean isTransformAble,
                             boolean isNoteAble,
                             boolean isConstraintAble,
                             boolean isAttachmentAble,
                             boolean hasAttachment,
                             boolean isDefaultReferenceAble,
                             boolean isAdminPkg,
                             boolean isArtifactOpenAble,
                             boolean isSelectAble,
                             boolean hasAnnotation,
                             boolean isDuplicateAble,
                             Point pPosText,
                             Point pSizeText,
                             boolean isTextMoveAble,
                             boolean isUpdateAble,
                             boolean isNewElement,
                             boolean isCalloutAble,
                             Point pPos,
                             Point pSize,
                             boolean calcDefaultPos,
                             boolean asText,
                             boolean isExpandAble,
                             boolean isHorSizeAble,
                             boolean isVerSizeAble,
                             boolean isBorderSelectAble,
                             boolean asIcon,
                             K_ALIGN kAlignText,
                             K_ORIENTATION kOrientation,
                             K_PRESSPEC_TEXT_POSITION kTextPositionSpec,
                             K_PRESSPEC_NODE_HEIGHT kNodeHeightSpec,
                             K_PRESSPEC_ONFRAME_POSITION kOnFramePositionSpec,
                             boolean isExpanded,
                             boolean isHidden,
                             boolean isEmbedAble,
                             boolean hasEmbeddedContent,
                             ARG_XClientOut valEmbeddedClient,
                             K_BP_TASKNODE_TYPE ktypeTaskNode,
                             boolean hasLoopMarker,
                             K_BPDIA_ACTNODE_MULTIINSTANCE_MARKER kmultiinstanceMarker,
                             boolean hasCompensationMarker,
                             Class<? extends ELObject> kVOclCalledElement,
                             K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode,
                             boolean isCallPossibleAsSubProcess,
                             List<K_BP_TASKNODE_TYPE> seqValidType,
                             List<K_BP_TASK_IMPLEMENTATION> seqValidImpl,
                             boolean isOwnedProcessViewMaster,
                             boolean isOwnedProcessViewCorrect,
                             boolean isOwnedProcessViewCompletelyMaintained)
Method Detail

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

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

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