Class ARG_XBPDiaDataAssocEdgeRep
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPresElementRep
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPresContentRep
-
- de.mid.innovator.srv2api.icw2pres.ARG_XPRDiaEdgeRep
-
- de.mid.innovator.srv2api.icw2bpdia.ARG_XBPDiaDataAssocEdgeRep
-
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XBPDiaDataAssocEdgeRep extends ARG_XPRDiaEdgeRep implements de.mid.innovator.srv2api.impl.MarshallAble
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hasCompatibleSourceTargetStructure
True if there are structured business objects at both sides and if the target structure is considered to be compatible to the source structure and vice versa.boolean
hasSameSourceTargetDef
True if the source and the target item aware elements have the same business object assigned.boolean
hasSameSourceTargetStructure
True if the source and the target item aware elements have both a business object and of those two business objects have the same structure.boolean
hasStructureOfExternalElement
True if the element being considered external to this data IO association has a business object with a structure assigned.boolean
isMissingIOStructure
True if there is no structure at the IO element, which is either a data input or a data output at the owner of the data IO association.boolean
isPossibleStructurePartAssign
True if command to assign an object with a partial structure to one of the ends shall be active-
Fields inherited from class de.mid.innovator.srv2api.icw2pres.ARG_XPRDiaEdgeRep
hasSrcTip, hasTrgTip, isHidden, isNotDefaultPositioned, iSourceTextPresentationLevel, isSourceTextNotDefaultPositioned, isSrcReconnectAble, isTargetTextNotDefaultPositioned, isTextNotDefaultPositioned, isTrgReconnectAble, iTargetTextPresentationLevel, kTypeEdge, pPosSourceText, pPosTargetText, pSizeSourceText, pSizeTargetText, seqStep, valSource, valTarget
-
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_XBPDiaDataAssocEdgeRep()
ARG_XBPDiaDataAssocEdgeRep(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.util.List<java.awt.Point> seqStep, ARG_XPresElementRep valSource, ARG_XPresElementRep valTarget, java.awt.Point pPosSourceText, java.awt.Point pSizeSourceText, java.awt.Point pPosTargetText, java.awt.Point pSizeTargetText, boolean isSrcReconnectAble, boolean isTrgReconnectAble, boolean hasSrcTip, boolean hasTrgTip, boolean isNotDefaultPositioned, boolean isTextNotDefaultPositioned, boolean isSourceTextNotDefaultPositioned, boolean isTargetTextNotDefaultPositioned, K_PREDGETYPE kTypeEdge, boolean isHidden, int iSourceTextPresentationLevel, int iTargetTextPresentationLevel, boolean isMissingIOStructure, boolean hasStructureOfExternalElement, boolean isPossibleStructurePartAssign, boolean hasSameSourceTargetDef, boolean hasSameSourceTargetStructure, boolean hasCompatibleSourceTargetStructure)
-
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
-
isMissingIOStructure
public boolean isMissingIOStructure
True if there is no structure at the IO element, which is either a data input or a data output at the owner of the data IO association.
-
hasStructureOfExternalElement
public boolean hasStructureOfExternalElement
True if the element being considered external to this data IO association has a business object with a structure assigned.
-
isPossibleStructurePartAssign
public boolean isPossibleStructurePartAssign
True if command to assign an object with a partial structure to one of the ends shall be active
-
hasSameSourceTargetDef
public boolean hasSameSourceTargetDef
True if the source and the target item aware elements have the same business object assigned.
-
hasSameSourceTargetStructure
public boolean hasSameSourceTargetStructure
True if the source and the target item aware elements have both a business object and of those two business objects have the same structure.
-
hasCompatibleSourceTargetStructure
public boolean hasCompatibleSourceTargetStructure
True if there are structured business objects at both sides and if the target structure is considered to be compatible to the source structure and vice versa.
-
-
Constructor Detail
-
ARG_XBPDiaDataAssocEdgeRep
public ARG_XBPDiaDataAssocEdgeRep()
-
ARG_XBPDiaDataAssocEdgeRep
public ARG_XBPDiaDataAssocEdgeRep(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.util.List<java.awt.Point> seqStep, ARG_XPresElementRep valSource, ARG_XPresElementRep valTarget, java.awt.Point pPosSourceText, java.awt.Point pSizeSourceText, java.awt.Point pPosTargetText, java.awt.Point pSizeTargetText, boolean isSrcReconnectAble, boolean isTrgReconnectAble, boolean hasSrcTip, boolean hasTrgTip, boolean isNotDefaultPositioned, boolean isTextNotDefaultPositioned, boolean isSourceTextNotDefaultPositioned, boolean isTargetTextNotDefaultPositioned, K_PREDGETYPE kTypeEdge, boolean isHidden, int iSourceTextPresentationLevel, int iTargetTextPresentationLevel, boolean isMissingIOStructure, boolean hasStructureOfExternalElement, boolean isPossibleStructurePartAssign, boolean hasSameSourceTargetDef, boolean hasSameSourceTargetStructure, boolean hasCompatibleSourceTargetStructure)
-
-
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_XPRDiaEdgeRep
-
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_XPRDiaEdgeRep
-
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_XPRDiaEdgeRep
-
-