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.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_DEPLOYMENT_ENVIRONMENTstatic java.lang.StringDEFAULT_DEPLOYMENT_GROUP -
Method Summary
Modifier and Type Method Description java.lang.StringgetEnvironment()ElementgetParent()Gets the parent deployment node.Methods inherited from class com.structurizr.model.Element
getDescription, getEfferentRelationshipsWith, getEfferentRelationshipWith, getEfferentRelationshipWith, getModel, getName, getRelationships, hasAfferentRelationships, hasEfferentRelationshipWith, hasEfferentRelationshipWith, setDescription, setModel, toString, uses, uses, usesMethods inherited from class com.structurizr.model.ModelItem
addPerspective, addProperty, addTags, getCanonicalName, getId, getOriginId, getPerspectives, getProperties, getRequiredTags, getTags, getTagsAsSet, getUrl, hasTag, removeTag, setUrl
-
Field Details
-
DEFAULT_DEPLOYMENT_ENVIRONMENT
public static final java.lang.String DEFAULT_DEPLOYMENT_ENVIRONMENT- See Also:
- Constant Field Values
-
DEFAULT_DEPLOYMENT_GROUP
public static final java.lang.String DEFAULT_DEPLOYMENT_GROUP- See Also:
- Constant Field Values
-
-
Method Details
-
getParent
Gets the parent deployment node. -
getEnvironment
public java.lang.String getEnvironment()
-