public interface ConfigurationItem extends SystemComponent
The following features are supported:
EpbsPackage.getConfigurationItem()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractPhysicalArtifact> |
getAllocatedPhysicalArtifacts()
Returns the value of the 'Allocated Physical Artifacts' reference list.
|
java.lang.String |
getItemIdentifier()
Returns the value of the 'Item Identifier' attribute.
|
ConfigurationItemKind |
getKind()
Returns the value of the 'Kind' attribute.
|
org.eclipse.emf.common.util.EList<ConfigurationItemPkg> |
getOwnedConfigurationItemPkgs()
Returns the value of the 'Owned Configuration Item Pkgs' containment reference list.
|
org.eclipse.emf.common.util.EList<ConfigurationItem> |
getOwnedConfigurationItems()
Returns the value of the 'Owned Configuration Items' containment reference list.
|
org.eclipse.emf.common.util.EList<PhysicalArtifactRealization> |
getOwnedPhysicalArtifactRealizations()
Returns the value of the 'Owned Physical Artifact Realizations' containment reference list.
|
void |
setItemIdentifier(java.lang.String value)
Sets the value of the '
Item Identifier' attribute. |
void |
setKind(ConfigurationItemKind value)
Sets the value of the '
Kind' attribute. |
getDataType, getParticipationsInCapabilityRealizations, isDataComponent, setDataComponentgetAllocatedComponents, getAllocatingComponents, getContainedComponentPorts, getContainedParts, getContainedPhysicalPorts, getImplementedInterfaceLinks, getImplementedInterfaces, getOwnedInterfaceImplementations, getOwnedInterfaceUses, getOwnedPhysicalLinkCategories, getOwnedPhysicalLinks, getOwnedPhysicalPath, getProvidedInterfaces, getProvisionedComponentAllocations, getProvisioningComponentAllocations, getRequiredInterfaces, getUsedInterfaceLinks, getUsedInterfacesgetOwnedAbstractCapabilityPkg, getOwnedDataPkg, getOwnedInterfacePkg, getOwnedStateMachines, setOwnedAbstractCapabilityPkg, setOwnedDataPkg, setOwnedInterfacePkggetAllocatedFunctions, getFunctionalAllocations, getInExchangeLinks, getOutExchangeLinks, getOwnedComponentExchangeCategories, getOwnedComponentExchanges, getOwnedFunctionalAllocationgetOwnedPartitions, getRepresentingPartitions, isDecomposedgetContainedProperties, getOwnedFeaturesgetOwnedGeneralizations, getSub, getSubGeneralizations, getSuper, getSuperGeneralizations, isAbstract, setAbstractgetTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetAllocatedInterfaces, getOwnedInterfaceAllocations, getProvisionedInterfaceAllocationsgetAccess, getAcquire, getCall, getConsume, getExecute, getOwnedCommunicationLinks, getProduce, getReceive, getSend, getTransmit, getWritegetInvolvingCapabilityRealizationInvolvementsgetInvolvingInvolvementsjava.lang.String getItemIdentifier()
If the meaning of the 'Item Identifier' attribute isn't clear, there really should be more of a description here...
setItemIdentifier(String),
EpbsPackage.getConfigurationItem_ItemIdentifier()void setItemIdentifier(java.lang.String value)
Item Identifier' attribute.
value - the new value of the 'Item Identifier' attribute.getItemIdentifier()ConfigurationItemKind getKind()
"Unset".
The literals are from the enumeration ConfigurationItemKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
ConfigurationItemKind,
setKind(ConfigurationItemKind),
EpbsPackage.getConfigurationItem_Kind()void setKind(ConfigurationItemKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.ConfigurationItemKind,
getKind()org.eclipse.emf.common.util.EList<ConfigurationItem> getOwnedConfigurationItems()
ConfigurationItem.
If the meaning of the 'Owned Configuration Items' containment reference list isn't clear, there really should be more of a description here...
EpbsPackage.getConfigurationItem_OwnedConfigurationItems()org.eclipse.emf.common.util.EList<ConfigurationItemPkg> getOwnedConfigurationItemPkgs()
ConfigurationItemPkg.
If the meaning of the 'Owned Configuration Item Pkgs' containment reference list isn't clear, there really should be more of a description here...
EpbsPackage.getConfigurationItem_OwnedConfigurationItemPkgs()org.eclipse.emf.common.util.EList<PhysicalArtifactRealization> getOwnedPhysicalArtifactRealizations()
PhysicalArtifactRealization.
If the meaning of the 'Owned Physical Artifact Realizations' containment reference list isn't clear, there really should be more of a description here...
EpbsPackage.getConfigurationItem_OwnedPhysicalArtifactRealizations()org.eclipse.emf.common.util.EList<AbstractPhysicalArtifact> getAllocatedPhysicalArtifacts()
AbstractPhysicalArtifact.
It is bidirectional and its opposite is 'Allocator Configuration Items'.
If the meaning of the 'Allocated Physical Artifacts' reference list isn't clear, there really should be more of a description here...
EpbsPackage.getConfigurationItem_AllocatedPhysicalArtifacts(),
AbstractPhysicalArtifact.getAllocatorConfigurationItems()