Difference between revisions of "Tutorials"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
Tutorial 1: [[Development Environment Setup Guide]] | Tutorial 1: [[Development Environment Setup Guide]] | ||
* Install Eclipse | * Install Eclipse | ||
− | * Setup Ontology Compiler | + | * How to: Setup Ontology Compiler, Setup Target Platform |
− | |||
Tutorial 2: [[Tutorial: Ontology Development|Ontology Development]] | Tutorial 2: [[Tutorial: Ontology Development|Ontology Development]] | ||
* Example: Movie Database Ontology | * Example: Movie Database Ontology | ||
− | * How to: create ontology plugin, create and compile ontology | + | * How to: create an ontology plugin, create and compile ontology |
* Add reference data as .pgraph (a link) | * Add reference data as .pgraph (a link) | ||
Tutorial 3: [[Tutorial: Feature Development|Feature Development]] | Tutorial 3: [[Tutorial: Feature Development|Feature Development]] | ||
+ | * How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature | ||
* Example: Film Production Feature, Film Production Model | * Example: Film Production Feature, Film Production Model | ||
− | |||
− | |||
Tutorial 4: [[Tutorial: Model Development|Model Development]] | Tutorial 4: [[Tutorial: Model Development|Model Development]] | ||
− | * | + | * How to setup: A project type, a model, UI Contributions (Tree, context menu, icons) |
− | * | + | * Example: Film Production Project, Casting model, Scheduling model, |
Tutorial 5: [[Tutorial: Diagram Development|Diagram Development]] | Tutorial 5: [[Tutorial: Diagram Development|Diagram Development]] | ||
Line 23: | Line 21: | ||
Tutorial 6: [[Tutorial: Database Development|Database Development]] | Tutorial 6: [[Tutorial: Database Development|Database Development]] | ||
− | * | + | * How to do: Read transaction, Write trans action |
− | * | + | * Database trivia, UI |
+ | * Also: [[Tutorial: Quickstart|Quickstart]] |
Revision as of 13:42, 6 October 2010
Tutorial 1: Development Environment Setup Guide
- Install Eclipse
- How to: Setup Ontology Compiler, Setup Target Platform
Tutorial 2: Ontology Development
- Example: Movie Database Ontology
- How to: create an ontology plugin, create and compile ontology
- Add reference data as .pgraph (a link)
Tutorial 3: Feature Development
- How to setup: Project ontology, ProjectFeature Extension, Perspective, Buckminster build script, an eclipse feature
- Example: Film Production Feature, Film Production Model
Tutorial 4: Model Development
- How to setup: A project type, a model, UI Contributions (Tree, context menu, icons)
- Example: Film Production Project, Casting model, Scheduling model,
Tutorial 5: Diagram Development
- Example: Desining a Castinging Diagram for Film Production
- How to setup: scene graph, diagram/model-syncronization
Tutorial 6: Database Development
- How to do: Read transaction, Write trans action
- Database trivia, UI
- Also: Quickstart