Skip to content
Mike Minutillo edited this page Jul 19, 2014 · 1 revision

Model Context

When the parser is in Model Context you may execute the following:

internal system <system name>
external system <system name>
system <system name>

Adds a new software system to the model with the provided name. All indented lines that follow are applied to the System Context. You may specify a location (internal/external). If you don't then Internal is implied.

internal person <name>
external person <name>
person <name>

Adds a new person to the model with the provided name. All indented lines that follow are applied to the Person Context. You may specify a location (internal/external). If you don't then Internal is implied.

container <tag>

Adds a container to the model. This container is not yet associated with a system. All indented lines that follow are applied to the Container Context. This context allows you to associate with the system.

component

Adds a component to the model. This component is not yet associated with a container. All indented lines that follow are applied to the Component Context. This context allows you to associate with the container.

view context <system>

Adds a system context view to the model. This view will contain all systems and persons. All indented lines that follow are applied to the View Context.

view containers <system>

Adds a system containers view to the model. This view will contain all systems and persons. It will also include all of the containers that are a part of the system being diagrammed. All indented lines that follow are applied to the View Context.

view components <container>

Adds a components view to the model for the specified container. This view will contain all systems and containers. It will also contain all of the components of the container being diagrammed. All indented lines that follow are applied to the View Context.

Clone this wiki locally