Interface DeploymentTarget

All Superinterfaces:
BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
Device, EnumerationLiteral, ExecutionEnvironment, ExtensionEnd, InstanceSpecification, Node, Port, Property

public interface DeploymentTarget extends NamedElement
A representation of the model object 'Deployment Target'.

A deployment target is the location for a deployed artifact.

The following features are supported:

See Also:
Model:
abstract="true" annotation="MOF package='deployments.mdnodes'"
Generated:
  • Method Details

    • getDeployment

      Collection<Deployment> getDeployment()
      Returns the value of the 'Deployment' containment reference list. The list contents are of type Deployment. It is bidirectional and its opposite is 'Location'. The set of Deployments for a DeploymentTarget.
      Returns:
      the value of the 'Deployment' containment reference list.
      See Also:
      Model:
      opposite="location" containment="true" resolveProxies="true" ordered="false"
      Generated:
    • getDeployedElement

      Collection<PackageableElement> getDeployedElement()
      Returns the value of the 'Deployed Element' reference list. The list contents are of type PackageableElement. It is bidirectional and its opposite is '
      invalid reference
      deployment Target Of Deployed Element
      '. The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget.
      Returns:
      the value of the 'Deployed Element' reference list.
      See Also:
      Model:
      opposite="_deploymentTargetOfDeployedElement" transient="true" changeable="false" volatile="true" derived="true" ordered="false"
      Generated:
    • hasDeployment

      boolean hasDeployment() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasDeployedElement

      boolean hasDeployedElement() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: