Class DeploymentElement

All Implemented Interfaces:
PropertyHolder
Direct Known Subclasses:
DeploymentNode, InfrastructureNode, StaticStructureElementInstance

public abstract class DeploymentElement extends Element
This is the superclass for model elements that describe deployment nodes, infrastructure nodes, and container instances.
  • Field Details

  • Method Details

    • getParent

      public final Element getParent()
      Gets the parent deployment node.
      Specified by:
      getParent in class Element
      Returns:
      the parent DeploymentNode, or null if there is no parent
    • getEnvironment

      public String getEnvironment()