A SubSystem is the topmost building block of the executable part of an system

/** Documentation */
SubSystemClass SubSystemName {
	ActorRef ...
	Binding ...
	LayerConnection ...

	LogicalThread threadName
	ActorInstanceMapping ...
}