-
Notifications
You must be signed in to change notification settings - Fork 0
Dictionary and Naming Conventions
donat edited this page Aug 31, 2012
·
6 revisions
We have to declare an exact notion for the dependency resolution context in order to have a straightforward explanation for every domain-specific terms.
Repository The storage for released, binary projects.
Workspace Eclipse workspace including all the projects and their internal structure.
common naming
- base project name: hu.bme.incquery.deps
- project structure: domain, view, viewer, core
- ecore model names: wsmode, repomodel
domain project
- project folder: incquery-deps-domain[-edit|-editor]
- project name: incquery-deps-domain[-edit|-editor]
- plugin id: hu.bme.incquery.deps.domain[.edit|.editor]
- metamodel: wsmodel
- metamodel uri: http://inf.mit.bme.hu/donat/incquery-deps/wsmodel
- (edit and editor project with the same schema)
core project
- project folder: incquery-deps-core
- project name: incquery-deps-core
- plugin id: bme.incquery.deps.core
- metamodel: wsmodel
- metamodel uri: http://inf.mit.bme.hu/donat/incquery-deps/wsmodel
repository model
- metamondel: repomodel
- metamodel uri: uri: http://inf.mit.bme.hu/donat/incquery-deps/repomodel