Class ARG_XBPDiaProcessViewNodeRep
- 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_XBPDiaViewNodeRep
-
- de.mid.innovator.srv2api.icw2bpdia.ARG_XBPDiaProcessViewNodeRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XBPDiaProcessViewNodeRep extends ARG_XBPDiaViewNodeRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
isHiddenConditionalFlow
flag for hiding all conditional sequence flow elementsboolean
isHiddenLaneSet
flag for hiding all lanesboolean
isHiddenObjectFlow
flag for hiding the object flow informationboolean
isHiddenSequenceFlow
flag for hiding all sequence flow elementsboolean
isInMasterDia
flag is true if the view is the top-level view inside the master diagram-
Fields inherited from class de.mid.innovator.srv2api.icw2bpdia.ARG_XBPDiaViewNodeRep
isComplete, isCorrect, isInSync, isMaster, pathForDisplay, seqIcon, seqName, seqPath
-
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_XBPDiaProcessViewNodeRep()
ARG_XBPDiaProcessViewNodeRep(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, boolean isMaster, boolean isComplete, boolean isCorrect, BPPath pathForDisplay, java.util.List<BPPath> seqPath, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqIcon, boolean isInSync, boolean isHiddenObjectFlow, boolean isHiddenSequenceFlow, boolean isHiddenConditionalFlow, boolean isHiddenLaneSet, boolean isInMasterDia)
-
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
-
isHiddenObjectFlow
public boolean isHiddenObjectFlow
flag for hiding the object flow information
-
isHiddenSequenceFlow
public boolean isHiddenSequenceFlow
flag for hiding all sequence flow elements
-
isHiddenConditionalFlow
public boolean isHiddenConditionalFlow
flag for hiding all conditional sequence flow elements
-
isHiddenLaneSet
public boolean isHiddenLaneSet
flag for hiding all lanes
-
isInMasterDia
public boolean isInMasterDia
flag is true if the view is the top-level view inside the master diagram
-
-
Constructor Detail
-
ARG_XBPDiaProcessViewNodeRep
public ARG_XBPDiaProcessViewNodeRep()
-
ARG_XBPDiaProcessViewNodeRep
public ARG_XBPDiaProcessViewNodeRep(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, boolean isMaster, boolean isComplete, boolean isCorrect, BPPath pathForDisplay, java.util.List<BPPath> seqPath, java.util.List<java.lang.String> seqName, java.util.List<java.lang.String> seqIcon, boolean isInSync, boolean isHiddenObjectFlow, boolean isHiddenSequenceFlow, boolean isHiddenConditionalFlow, boolean isHiddenLaneSet, boolean isInMasterDia)
-
-
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_XBPDiaViewNodeRep
-
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_XBPDiaViewNodeRep
-
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_XBPDiaViewNodeRep
-
-