Package com.structurizr.model
Class DeploymentElement
java.lang.Object
com.structurizr.model.ModelItem
com.structurizr.model.Element
com.structurizr.model.DeploymentElement
- 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.
-
Method Summary
Modifier and Type Method Description java.lang.String
getEnvironment()
Element
getParent()
Gets the parent deployment node.Methods inherited from class com.structurizr.model.Element
getCanonicalName, getDescription, getEfferentRelationshipsWith, getEfferentRelationshipWith, getEfferentRelationshipWith, getModel, getName, getRelationships, hasAfferentRelationships, hasEfferentRelationshipWith, hasEfferentRelationshipWith, setDescription, setModel, toString
Methods inherited from class com.structurizr.model.ModelItem
addPerspective, addProperty, addTags, getId, getOriginId, getPerspectives, getProperties, getRequiredTags, getTags, getTagsAsSet, getUrl, hasTag, removeTag, setUrl
-
Method Details
-
getParent
Gets the parent deployment node. -
getEnvironment
public java.lang.String getEnvironment()
-