Class ARG_XBPDiaTaskNodeRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPresElementRep
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPresContentRep
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPRDiaNodeRep
-
- 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
Fields Modifier and Type Field Description boolean
hasCompensationMarker
flag for compensation markerboolean
hasLoopMarker
flag for loop markerboolean
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 completeboolean
isOwnedProcessViewCorrect
flag if the owned process view content is still correct compared to the master contentboolean
isOwnedProcessViewMaster
flag if the owned process view - if there is one - is the master view for the model elementK_BPDIA_ACTNODE_MULTIINSTANCE_MARKER
kmultiinstanceMarker
multiinstance markerK_BP_GLOBAL_TASK_TYPE
ktypeGlobalTaskNode
type of called global task nodeK_BP_TASKNODE_TYPE
ktypeTaskNode
type of the task nodejava.lang.Class<? extends ELObject>
kVOclCalledElement
VOcl of called element, if ktypeTaskNode is CallActivityjava.util.List<K_BP_TASK_IMPLEMENTATION>
seqValidImpl
list of valid implementation valuesjava.util.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, pDefaultSize, pPos, pSize, valEmbeddedClient
-
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPresContentRep
iPresentationLevel, isCalloutAble, isInvalidPresentation, isNewElement, isUpdateAble, pPosText, pSizeText
-
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPresElementRep
cntConfigured, cntModified, hasAccess, hasAnnotation, hasAttachment, hasStatus, idModel, idPicture, idStereoModel, iOpacity, isAdminPkg, isArtifactOpenAble, isAttachmentAble, isConstraintAble, isDefaultReferenceAble, isDeleteAble, isDuplicateAble, isNoteAble, isSelectAble, isSubtractAble, isTextAble, isTransformAble, isUnresolved, kContAsgnPres, kLockStatus, kVOclModel, kVOclPres, ohPres, ohStereo, seqColorRep, seqContent, seqImageRep, seqModel, seqSyncElem, seqText, seqUUIDModel, strHashCode, strStereo, strUUIDPres, valDefaultImageRep, valImageRep
-
-
Constructor Summary
Constructors Constructor Description ARG_XBPDiaTaskNodeRep()
ARG_XBPDiaTaskNodeRep(PRPresElement ohPres, java.util.List<MEModelElement> seqModel, java.lang.Class<? extends ELObject> kVOclPres, java.lang.Class<? extends ELObject> kVOclModel, java.lang.String strUUIDPres, java.util.List<java.lang.String> seqUUIDModel, java.lang.String strHashCode, MMStereotype ohStereo, java.lang.String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, java.util.List<ARG_XImageRep> seqImageRep, java.util.List<ARG_XColorKindRep> seqColorRep, java.util.List<ARG_XTextRep> seqText, java.util.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, boolean isUnresolved, int iOpacity, java.util.List<ADClientAble> seqSyncElem, java.awt.Point pPosText, java.awt.Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, java.awt.Point pPos, java.awt.Point pSize, java.awt.Point pDefaultSize, 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, java.lang.Class<? extends ELObject> kVOclCalledElement, K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode, boolean isCallPossibleAsSubProcess, java.util.List<K_BP_TASKNODE_TYPE> seqValidType, java.util.List<K_BP_TASK_IMPLEMENTATION> seqValidImpl, boolean isOwnedProcessViewMaster, boolean isOwnedProcessViewCorrect, boolean isOwnedProcessViewCompletelyMaintained)
-
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
-
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 java.lang.Class<? extends ELObject> kVOclCalledElement
VOcl of called element, if ktypeTaskNode is CallActivity
-
ktypeGlobalTaskNode
public K_BP_GLOBAL_TASK_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 java.util.List<K_BP_TASKNODE_TYPE> seqValidType
list of valid task types
-
seqValidImpl
public java.util.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 Detail
-
ARG_XBPDiaTaskNodeRep
public ARG_XBPDiaTaskNodeRep()
-
ARG_XBPDiaTaskNodeRep
public ARG_XBPDiaTaskNodeRep(PRPresElement ohPres, java.util.List<MEModelElement> seqModel, java.lang.Class<? extends ELObject> kVOclPres, java.lang.Class<? extends ELObject> kVOclModel, java.lang.String strUUIDPres, java.util.List<java.lang.String> seqUUIDModel, java.lang.String strHashCode, MMStereotype ohStereo, java.lang.String strStereo, int idStereoModel, int idModel, int idPicture, K_CONTASGN kContAsgnPres, ARG_XImageRep valDefaultImageRep, ARG_XImageRep valImageRep, java.util.List<ARG_XImageRep> seqImageRep, java.util.List<ARG_XColorKindRep> seqColorRep, java.util.List<ARG_XTextRep> seqText, java.util.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, boolean isUnresolved, int iOpacity, java.util.List<ADClientAble> seqSyncElem, java.awt.Point pPosText, java.awt.Point pSizeText, boolean isUpdateAble, boolean isNewElement, boolean isCalloutAble, boolean isInvalidPresentation, int iPresentationLevel, java.awt.Point pPos, java.awt.Point pSize, java.awt.Point pDefaultSize, 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, java.lang.Class<? extends ELObject> kVOclCalledElement, K_BP_GLOBAL_TASK_TYPE ktypeGlobalTaskNode, boolean isCallPossibleAsSubProcess, java.util.List<K_BP_TASKNODE_TYPE> seqValidType, java.util.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 interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
marshal
in classARG_XPRDiaNodeRep
-
unmarshal
public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
- Specified by:
unmarshal
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
unmarshal
in classARG_XPRDiaNodeRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
- Specified by:
resolveReferences
in interfacede.mid.innovator.srv2api.impl.MarshallAble
- Overrides:
resolveReferences
in classARG_XPRDiaNodeRep
-
-