-
Notifications
You must be signed in to change notification settings - Fork 4
ContainerContext
Mike Minutillo edited this page Jul 19, 2014
·
1 revision
At the container context level you can apply all of the commands at the Element Context level as well as the following:
tech <technology>
Set the technology of the current container to that provided.
component <tag>
Adds a new component with the provided name to the current container. All indented lines that follow are applied at the Component Context level.
system <tag>
Sets the system for the current container. Note that this will overwrite the system if it is already set (even if this container is indented under a different system!). Due to the nature of the way this works, the system must have been previously defined before getting to this.