Interface DeploymentTarget

    • Method Detail

      • getDeployment

        java.util.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:
        UMLPackage.getDeploymentTarget_Deployment(), Deployment.getLocation()
        Model:
        opposite="location" containment="true" resolveProxies="true" ordered="false"
        Generated:
      • getDeployedElement

        java.util.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 '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:
        UMLPackage.getDeploymentTarget_DeployedElement(), com.nomagic.uml2.ext.magicdraw.classes.mdkernel.PackageableElement#get_deploymentTargetOfDeployedElement
        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: