#C1

This is a description of the #C1 object

Example

C1: c4.#C1 & {
        Systems: [{id: "sample", label: "my sample"}]
}

Stuff

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

Last modified October 27, 2023: feat: Elastic Search is a DB (5262088)