public interface ComponentInstance extends AbstractPhysicalInstance, DeployableElement, DeploymentTarget
The following features are supported:
DeploymentPackage.getComponentInstance()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractPhysicalInstance> |
getOwnedAbstractPhysicalInstances()
Returns the value of the 'Owned Abstract Physical Instances' containment reference list.
|
org.eclipse.emf.common.util.EList<InstanceDeploymentLink> |
getOwnedInstanceDeploymentLinks()
Returns the value of the 'Owned Instance Deployment Links' containment reference list.
|
org.eclipse.emf.common.util.EList<PortInstance> |
getPortInstances()
Returns the value of the 'Port Instances' reference list.
|
AbstractPhysicalComponent |
getType()
Returns the value of the 'Type' reference.
|
void |
setType(AbstractPhysicalComponent value)
Sets the value of the '
Type' reference. |
getDeployingLinksgetDeploymentLinksgetName, setNamegetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<PortInstance> getPortInstances()
PortInstance.
If the meaning of the 'Port Instances' reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getComponentInstance_PortInstances()org.eclipse.emf.common.util.EList<AbstractPhysicalInstance> getOwnedAbstractPhysicalInstances()
AbstractPhysicalInstance.
If the meaning of the 'Owned Abstract Physical Instances' containment reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getComponentInstance_OwnedAbstractPhysicalInstances()org.eclipse.emf.common.util.EList<InstanceDeploymentLink> getOwnedInstanceDeploymentLinks()
InstanceDeploymentLink.
If the meaning of the 'Owned Instance Deployment Links' containment reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getComponentInstance_OwnedInstanceDeploymentLinks()AbstractPhysicalComponent getType()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
setType(AbstractPhysicalComponent),
DeploymentPackage.getComponentInstance_Type()void setType(AbstractPhysicalComponent value)
Type' reference.
value - the new value of the 'Type' reference.getType()