System Area

A generic grouping mechanism for Information System. A system could be belongs to multiple System Area’s each representing different grouping perspective.

System Dependency

System dependency refers to the relationship between different systems or components within a larger system. It shows which components rely on others to function properly, and how changes to one component can affect the others.

For example, if an application depends on a database to store and retrieve data, then a change to the database (such as an upgrade or maintenance) could affect the application’s performance. Similarly, if a server depends on a network to communicate with other servers or clients, then a network outage could disrupt the server’s ability to function.

Understanding system dependency is important for ensuring the reliability and stability of a system, and for planning upgrades or modifications. By identifying which components are critical and which are less important, organizations can prioritize their resources and investments accordingly.

Concept Generalization

A property from a subclass to a superclass possibly via a SpecializationAspect. A subclass is a subset of a superclass possibly overlapping other subclasses.

Concept Association

A property that characterizes a concept that is always bidirectional by definition.

Concept Aggregation

An aggregation may share its parts with other aggregates. A composition does not share its parts with other aggregates. Composition is a special case of aggregate. A concept aggregation is a special case of ConceptAssociation.

Concept

A notion or an idea that is defined in terms of properties to other concepts.

Computer Service

A service provided by software which is accessible for the users. A service is used when it is the purpose or gain of the software that is important and not the software itself.
Using ComputerServices makes it easy to change for example email software throughout the infrastructure.

Computer Category

Use ComputerCategory to improve the overview. It is possible to use the ComputerCategory both as a framing object on a diagram and as an object containing links in a standard list view.
To use the object as a graphical framing object place it on an InfraStructureDiagram and place Computer objects inside the frame.
To use the object in a non-graphical manner, open the object and insert links to Computer objects in the Computers field.

Computer

A symbol used to represent a computer, either stand-alone or in a network . If you want to differentiate between the logical computer and the physical hardware device, create a HardwareComponent for the physical computer as well.