public interface AbstractPhysicalComponent extends SystemComponent, DeployableElement, DeploymentTarget
The following features are supported:
PaPackage.getAbstractPhysicalComponent()| Modifier and Type | Method and Description |
|---|---|
PhysicalComponentKind |
getKind()
Returns the value of the 'Kind' attribute.
|
PhysicalComponentNature |
getNature()
Returns the value of the 'Nature' attribute.
|
DeploymentAspect |
getOwnedDeploymentAspect()
Returns the value of the 'Owned Deployment Aspect' containment reference.
|
org.eclipse.emf.common.util.EList<AbstractDeploymentLink> |
getOwnedDeploymentLinks()
Returns the value of the 'Owned Deployment Links' containment reference list.
|
void |
setKind(PhysicalComponentKind value)
Sets the value of the '
Kind' attribute. |
void |
setNature(PhysicalComponentNature value)
Sets the value of the '
Nature' attribute. |
void |
setOwnedDeploymentAspect(DeploymentAspect value)
Sets the value of the '
Owned Deployment Aspect' containment reference. |
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, getWritegetInvolvingCapabilityRealizationInvolvementsgetInvolvingInvolvementsgetDeployingLinksgetDeploymentLinksPhysicalComponentKind getKind()
PhysicalComponentKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
PhysicalComponentKind,
setKind(PhysicalComponentKind),
PaPackage.getAbstractPhysicalComponent_Kind()void setKind(PhysicalComponentKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.PhysicalComponentKind,
getKind()PhysicalComponentNature getNature()
PhysicalComponentNature.
If the meaning of the 'Nature' attribute isn't clear, there really should be more of a description here...
PhysicalComponentNature,
setNature(PhysicalComponentNature),
PaPackage.getAbstractPhysicalComponent_Nature()void setNature(PhysicalComponentNature value)
Nature' attribute.
value - the new value of the 'Nature' attribute.PhysicalComponentNature,
getNature()org.eclipse.emf.common.util.EList<AbstractDeploymentLink> getOwnedDeploymentLinks()
AbstractDeploymentLink.
If the meaning of the 'Owned Deployment Links' containment reference list isn't clear, there really should be more of a description here...
PaPackage.getAbstractPhysicalComponent_OwnedDeploymentLinks()DeploymentAspect getOwnedDeploymentAspect()
If the meaning of the 'Owned Deployment Aspect' containment reference isn't clear, there really should be more of a description here...
setOwnedDeploymentAspect(DeploymentAspect),
PaPackage.getAbstractPhysicalComponent_OwnedDeploymentAspect()void setOwnedDeploymentAspect(DeploymentAspect value)
Owned Deployment Aspect' containment reference.
value - the new value of the 'Owned Deployment Aspect' containment reference.getOwnedDeploymentAspect()