public interface LogicalActor extends AbstractActor
The following features are supported:
LaPackage.getLogicalActor()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<LogicalFunction> |
getAllocatedLogicalFunctions()
Returns the value of the 'Allocated Logical Functions' reference list.
|
org.eclipse.emf.common.util.EList<SystemActorRealization> |
getOwnedSystemActorRealizations()
Returns the value of the 'Owned System Actor Realizations' containment reference list.
|
org.eclipse.emf.common.util.EList<ActorCapabilityRealizationInvolvement> |
getParticipationsInCapabilityRealizations()
Returns the value of the 'Participations In Capability Realizations' reference list.
|
org.eclipse.emf.common.util.EList<Actor> |
getRealizedSystemActors()
Returns the value of the 'Realized System Actors' reference list.
|
org.eclipse.emf.common.util.EList<PhysicalActor> |
getRealizingPhysicalActors()
Returns the value of the 'Realizing Physical Actors' reference list.
|
org.eclipse.emf.common.util.EList<SystemActorRealization> |
getSystemActorRealizations()
Returns the value of the 'System Actor Realizations' reference list.
|
getAllocatedComponents, 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, getWritegetInvolvingCapabilityRealizationInvolvementsgetInvolvingInvolvementsorg.eclipse.emf.common.util.EList<SystemActorRealization> getOwnedSystemActorRealizations()
SystemActorRealization.
If the meaning of the 'Owned System Actor Realizations' containment reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_OwnedSystemActorRealizations()org.eclipse.emf.common.util.EList<SystemActorRealization> getSystemActorRealizations()
SystemActorRealization.
If the meaning of the 'System Actor Realizations' reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_SystemActorRealizations()org.eclipse.emf.common.util.EList<ActorCapabilityRealizationInvolvement> getParticipationsInCapabilityRealizations()
ActorCapabilityRealizationInvolvement.
If the meaning of the 'Participations In Capability Realizations' reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_ParticipationsInCapabilityRealizations()org.eclipse.emf.common.util.EList<LogicalFunction> getAllocatedLogicalFunctions()
LogicalFunction.
It is bidirectional and its opposite is 'Allocator Logical Actors'.
If the meaning of the 'Allocated Logical Functions' reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_AllocatedLogicalFunctions(),
LogicalFunction.getAllocatorLogicalActors()org.eclipse.emf.common.util.EList<Actor> getRealizedSystemActors()
Actor.
It is bidirectional and its opposite is 'Realizing Logical Actors'.
If the meaning of the 'Realized System Actors' reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_RealizedSystemActors(),
Actor.getRealizingLogicalActors()org.eclipse.emf.common.util.EList<PhysicalActor> getRealizingPhysicalActors()
PhysicalActor.
It is bidirectional and its opposite is 'Realized Logical Actors'.
If the meaning of the 'Realizing Physical Actors' reference list isn't clear, there really should be more of a description here...
LaPackage.getLogicalActor_RealizingPhysicalActors(),
PhysicalActor.getRealizedLogicalActors()