Package com.structurizr.model
Class SoftwareSystemInstance
java.lang.Object
com.structurizr.model.ModelItem
com.structurizr.model.Element
com.structurizr.model.DeploymentElement
com.structurizr.model.StaticStructureElementInstance
com.structurizr.model.SoftwareSystemInstance
- All Implemented Interfaces:
PropertyHolder
Represents a deployment instance of a
SoftwareSystem, which can be added to a DeploymentNode.-
Field Summary
Fields inherited from class com.structurizr.model.DeploymentElement
DEFAULT_DEPLOYMENT_ENVIRONMENT, DEFAULT_DEPLOYMENT_GROUP -
Method Summary
Modifier and TypeMethodDescriptionGets the ID of the software system that this object represents a deployment instance of.Methods inherited from class com.structurizr.model.StaticStructureElementInstance
addHealthCheck, addHealthCheck, getDefaultTags, getDeploymentGroups, getHealthChecks, getInstanceId, getName, removeTag, setName, uses, uses, usesMethods inherited from class com.structurizr.model.DeploymentElement
getEnvironment, getParentMethods inherited from class com.structurizr.model.Element
getDescription, getEfferentRelationshipsWith, getEfferentRelationshipWith, getEfferentRelationshipWith, getModel, getRelationships, hasAfferentRelationships, hasEfferentRelationshipWith, hasEfferentRelationshipWith, setDescription, setModel, toString, uses, uses, usesMethods inherited from class com.structurizr.model.ModelItem
addPerspective, addProperty, addTags, getId, getPerspectives, getProperties, getTags, getTagsAsSet, getUrl, hasTag, setUrl
-
Method Details
-
getSoftwareSystem
-
getElement
- Specified by:
getElementin classStaticStructureElementInstance
-
getSoftwareSystemId
Gets the ID of the software system that this object represents a deployment instance of.- Returns:
- the software system ID, as a String
-
getCanonicalName
- Specified by:
getCanonicalNamein classModelItem
-