public DeploymentViewImpl CreateDeploymentView(SoftwareSystemImpl system, string key, string description) { return(new DeploymentViewImpl( _createdWorkspace.Views.CreateDeploymentView( system.link, key, description ) )); }
public SystemViewImpl CreateSystemContextView(SoftwareSystemImpl system, string key, string description) { return(new SystemViewImpl( _createdWorkspace.Views.CreateSystemContextView( system.link, key, description ) )); }
public RelationshipImpl UseSystem(SoftwareSystemImpl system, string description) { return(new RelationshipImpl( person.Uses(system.link, description) )); }