public interface PhysicalActor extends AbstractPhysicalComponent, AbstractActor
The following features are supported:
PaPackage.getPhysicalActor()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<PhysicalFunction> |
getAllocatedPhysicalFunctions()
Returns the value of the 'Allocated Physical Functions' reference list.
|
org.eclipse.emf.common.util.EList<PhysicalComponent> |
getDeployedPhysicalComponents()
Returns the value of the 'Deployed Physical Components' reference list.
|
org.eclipse.emf.common.util.EList<LogicalActorRealization> |
getLogicalActorRealizations()
Returns the value of the 'Logical Actor Realizations' reference list.
|
org.eclipse.emf.common.util.EList<LogicalActorRealization> |
getOwnedLogicalActorRealizations()
Returns the value of the 'Owned Logical Actor Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<LogicalActor> |
getRealizedLogicalActors()
Returns the value of the 'Realized Logical Actors' reference list.
|
getKind, getNature, getOwnedDeploymentAspect, getOwnedDeploymentLinks, setKind, setNature, setOwnedDeploymentAspectgetDataType, 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, getWritegetInvolvingCapabilityRealizationInvolvementsgetInvolvingInvolvementsgetDeployingLinksgetDeploymentLinksorg.eclipse.emf.common.util.EList<LogicalActorRealization> getOwnedLogicalActorRealizations()
LogicalActorRealization.
If the meaning of the 'Owned Logical Actor Realizations' containment reference list isn't clear, there really should be more of a description here...
PaPackage.getPhysicalActor_OwnedLogicalActorRealizations()org.eclipse.emf.common.util.EList<LogicalActorRealization> getLogicalActorRealizations()
LogicalActorRealization.
If the meaning of the 'Logical Actor Realizations' reference list isn't clear, there really should be more of a description here...
PaPackage.getPhysicalActor_LogicalActorRealizations()org.eclipse.emf.common.util.EList<PhysicalFunction> getAllocatedPhysicalFunctions()
PhysicalFunction.
It is bidirectional and its opposite is 'Allocator Physical Actors'.
If the meaning of the 'Allocated Physical Functions' reference list isn't clear, there really should be more of a description here...
PaPackage.getPhysicalActor_AllocatedPhysicalFunctions(),
PhysicalFunction.getAllocatorPhysicalActors()org.eclipse.emf.common.util.EList<LogicalActor> getRealizedLogicalActors()
LogicalActor.
It is bidirectional and its opposite is 'Realizing Physical Actors'.
If the meaning of the 'Realized Logical Actors' reference list isn't clear, there really should be more of a description here...
PaPackage.getPhysicalActor_RealizedLogicalActors(),
LogicalActor.getRealizingPhysicalActors()org.eclipse.emf.common.util.EList<PhysicalComponent> getDeployedPhysicalComponents()
PhysicalComponent.
If the meaning of the 'Deployed Physical Components' reference list isn't clear, there really should be more of a description here...
PaPackage.getPhysicalActor_DeployedPhysicalComponents()