#C1
This is a description of the #C1 object
Example
C1: c4.#C1 & {
Systems: [{id: "sample", label: "my sample"}]
}
Definition
_#def
_#def: {
title?: string
elementTags: #FoundElementTags & {
#in: Systems
}
relationTags: {
a: {
if relations != _|_ // explicit error (_|_ literal) in source
{
#FoundRelationTags & {
#in: relations
}
}
}
b: #FoundRelationTags & {
#in: Systems
}
}
Technologies: #FoundTechs & {
#in: Systems
}
Persons?: [...#Person]
Systems: [...#System]
SystemsExt?: [...#System]
Container?: [...#Container]
relations?: [...#Relation]
layout: *"top-down" | "left-right" | "landscape"
hideStereotype: bool | *true
}
Usage