Skip to content

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.

Dictionary

Repository The storage for released, binary projects.

Workspace Eclipse workspace including all the projects and their internal structure.

Naming conventions

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

repository model

Clone this wiki locally