Browsable Deployment Grammar

CC-BY

Grammar extracted by Vadim Zaytsev, see the Grammar Zoo entry for details: toy/petstore/deployment/extracted
Source used for this grammar: Brahim Loukil, Deployment 1.0, deployment.ecore, 2008

Summary

Syntax

Node ::=
	Device
Node ::=
	ExecutionEnvironment
Device ::=
	[nestedNode]::Node+ [name]::String
ExecutionEnvironment ::=
	[nestedNode]::Node+ [name]::String
Specification ::=
	[ownedNode]::Node+ [ownedCommunicationLink]::CommunicationLink+
CommunicationLink ::=
	[source]::Node [target]::Node [name]::String
String ::=
	string

GrammarLabMaintained by Dr. Vadim Zaytsev a.k.a. @grammarware. Last updated in September 2015. []