de.mid.innovator.srv2api.icw2ac
Interface ANAddStructuralFeatureValue
- All Superinterfaces:
- ACActivityNode, ACExecutableNode, ADClientAble, ADFindAble, ADHistoryAble, ADM2AttrModifyAble, ANAction, ANStructuralFeature, ANWriteStructuralFeature, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELNamedElement, ELNamespaceAble, ELNamespaceAsgnAble, ELObject, ELRedefAble, ELUUIDAble, ELValueContainerAble, MECommentAble, MEConstraintAble, MEModelElement, MENamedElement, MENamespaceAsgnAble, MEStereotypeAble, MMAttachmentAble, MMCommentContainerAble, MMLabelAble, MMLabelTextAttachmentAble, MMStereotypeAble, MMTextAble
public interface ANAddStructuralFeatureValue
- extends ANWriteStructuralFeature
Structural features are potentially multi-valued and ordered; this means that the action supports specification of insertion points for new
values. It also supports the removal of existing values of the structural feature before the new value is added.
The object to access is specified dynamically by referring to an input pin which the object will be placed on at runtime. The
type of the value of this pin is the classifier that owns the specified structural feature and the value's multiplicity is 1..1.
- See Also:
ANAddStructuralFeatureValueHelper
|
Method Summary |
ANInputPin |
getInsertAt()
Returns the ANInputPin that gives the position where a new value should be inserted or moves an existing value in ordered structural features. |
boolean |
isReplaceAll()
False specifies whether existing values of the structural feature of the object should be removed before adding the new value. |
void |
maintain()
Maintains the insertAt input pin according to the 'is ordered' property of the ELStructFeature. |
void |
setReplaceAll(boolean value)
Set the value of Attribut IsReplaceAll. |
| Methods inherited from interface de.mid.innovator.srv2api.icw2ac.ANAction |
getControlPin, getControlPin, getExecution, getFinishEvent, getFinishEvent, getInput, getInteraction, getLocalPostcondition, getLocalPrecondition, getObjectPin, getObjectPin, getOutput, getOwnerPin, getStartEvent, getStartEvent, isMaintainAble |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAble |
getElementImport, getImportedElement, getImportedElement, getImportedPackage, getImportedPackage, getMember, getMember, getMemberByPattern, getMemberByPattern, getOwnedConstraint, getOwnedMember, getOwnedMemberByPath, getOwnedMemberByPattern, getOwnedMemberByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPattern, getOwnedMemberTransitiveByPatternIgnoreCase, getOwnedMemberTransitiveByPatternIgnoreCase, getPackageImport |
| Methods inherited from interface de.mid.innovator.srv2api.icw2ac.ACActivityNode |
getActivity, getIncoming, getInGroup, getInGroup, getInGroupExplicit, getInGroupImplicit, getNodeCoord, getOutgoing, isInInterruptibleRegion, replaceInGroupExplicit, setInGroupExplicit, setInGroupImplicit, setNodeCoord |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEStereotypeAble |
getClientMappingDependency, getOutgoingConceptRealization, getProxyAsgProperty, getRealizedConcept, getRealizedConcept, getRepresentingArtifact, getRequirementOfStakeholder, getRequirementOfStakeholderOwner, isMapped, replaceRealizedConcepts, setMapped, setRealizedConcept, setRequirementOfStakeholder |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMStereotypeAble |
assignStereotypeDlg, cloneElement, getAttrCnstrEffective, getCreateTemplate, getDisplayType, getOwnedFormat, getOwnedStereotypePropertyValSpec, getPropBoolValue, getPropLongValue, getPropStringValue, getPropValueList, getStereoPropValueByPattern, getStereoPropValueByPattern, getStereotype, getStereotypeName, getStereotypeProperty, getStereotypePropertyInfo, getStereotypePropertyNameValue, isCloneAbleElement, modifyStereotypePropertyValuesByName, setStereotype, setStereotypePropertyInfo |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2model.MEModelElement |
buildProxyConnection, getActivityPartition, getConsider, getContentStereotypeByClass, getCreateTemplateByClass, getElementColor, getFirstValidContentStereotype, getIgnore, getKnownTypeSystems, getMEModelName, getModelElement, getModelElement, getPresContext, getPresContext, getPresetMapping, getPRPresContent, setElementColor |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement |
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMTextAble |
getFlowExpandedValue, getModifyFlowDocuments, getModifyTextValues, getModifyTextValuesDlgInit, getOwnedTextValue, getOwnedTextValueByPattern, getTextExpandedValue, getTextStringValue, getURIList, modifyFlowDocuments, modifyTextValuesDlg |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLabelAble |
getLabel, getLabelBoolValue, getLabelColor, getLabelInfo, getLabelLongValue, getLabelNameValue, getLabelStringValue, getLabelValueByPattern, getLabelValueByPattern, getLabelValueList, getOwnedLabelValSpec, hasLabel, modifyLabelValuesByName, setLabelInfo |
getInsertAt
ANInputPin getInsertAt()
throws InoNetException,
SrvErrorException
- Returns the
ANInputPin that gives the position where a new value should be inserted or moves an existing value in ordered structural features. This pin is omitted for unordered structural features.
- Throws:
InoNetException
SrvErrorException
isReplaceAll
boolean isReplaceAll()
throws InoNetException,
SrvErrorException
- False specifies whether existing values of the structural feature of the object should be removed before adding the new value.
- Throws:
InoNetException
SrvErrorException
maintain
void maintain()
throws InoNetException,
SrvErrorException
- Maintains the insertAt input pin according to the 'is ordered' property of the
ELStructFeature.
The ELType of the value input pin is also maintained according to the CLClassifier the ELStructFeature of the ANAction is placed in.
- Throws:
InoNetException
SrvErrorException
setReplaceAll
void setReplaceAll(boolean value)
throws InoNetException,
SrvErrorException
- Set the value of Attribut IsReplaceAll.
- Parameters:
value - The value to be set.
- Throws:
InoNetException
SrvErrorException