Skip to content

memo_viewpoints_logical_logical_viewpoint

SysML API

Public namespace memo::viewpoints::logical
Declared package memo_viewpoints_logical_logical_viewpoint
Source src/viewpoints/logical/logical_viewpoint.sysml

Namespace hierarchy

memomemo::viewpointsmemo::viewpoints::logical

Packages

Package
memo_viewpoints_logical_logical_viewpoint

Imports

Visibility Target
private ScalarValues::*
private memo_viewpoints_definitions::*
private memo_core_enumerations::*

Declarations

Name SysML kind Description Specializes

Source

viewpoints/logical/logical_viewpoint.sysml
package memo_viewpoints_logical_logical_viewpoint {
    private import ScalarValues::*;

    private import memo_viewpoints_definitions::*;
    private import memo_core_enumerations::*;

    viewpoint logicalArchitectureViewpoint : MemoViewpoint {
        attribute :>> id = "VP-LOG";
        attribute :>> name = "LogicalArchitectureViewpoint";
        attribute :>> shortDescription = "Shows logical decomposition and interfaces.";
        attribute :>> description = "Default viewpoint derived from the logical architecture layer for subsystem structure, responsibilities, and major interactions, independent of physical realization.";
        attribute :>> purpose = "Describe the system's logical decomposition.";
        attribute :>> audience = (AudienceKind::systemArchitect);
        attribute :>> stage = WorkflowStageKind::architecture;
        attribute :>> abstractionLevel = "logical";
        attribute :>> outputKind = (ViewOutputKind::diagram);
        attribute :>> presentationKind = (PresentationKind::blockDiagram);
        attribute :>> concernKinds = (ConcernKind::safety, ConcernKind::performance);
        attribute :>> includedLayers = ("logical_structure", "interfaces");
        attribute :>> explorerLane = "architecture";
        attribute :>> explorerOrder = 3;
        attribute :>> allowedElementKinds = ("LogicalComponent", "Interface");
        attribute :>> userExtensible = true;
    }
}