Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VIATRA/DeveloperMeetingMinutes/Meeting20130611"

(New page: * Presentation by György Gerencsér about his Query by Example project ** validation: is the generated pattern connected? *** auto-increment depth until pattern is connected? ** integrate...)
 
Line 27: Line 27:
 
*** find such simple NACs
 
*** find such simple NACs
 
*** etc.
 
*** etc.
* Dynamic EMF
+
* Timeline:
 +
** M4 deadline: 19th
 +
** release 26th
 +
* Xtext 2.4 migration status
 +
** works more or less, except for the builder
 +
** consult Itemis for help
 +
** how much testing is enough before the release? e.g. roll through all example projects?
 +
* Dynamic EMF: https://bugs.eclipse.org/bugs/show_bug.cgi?id=398874
 
** Main code + tests merged
 
** Main code + tests merged
 
** Old issue: https://github.com/ujhelyiz/EMF-IncQuery/issues/348
 
** Old issue: https://github.com/ujhelyiz/EMF-IncQuery/issues/348
** Glue to higher-level EIQ API
+
** Glue to higher-level EIQ API + offer option on GUI for Query Explorer
 +
*** is Tomi available to do this?
 +
* assign transitive closure path expansion ticket to Gábor

Revision as of 10:35, 11 June 2013

  • Presentation by György Gerencsér about his Query by Example project
    • validation: is the generated pattern connected?
      • auto-increment depth until pattern is connected?
    • integrate with: editor, query explorer, pattern visualizer
      • or: generate pattern model instead of code, and then serialize the stuff
    • more interactive UI so that we can experiment with disabling constraints, etc.
    • assign "selectivity" to constraints, how will the match set blow up if we leave it off? Detect unneccessary edges like this
    • QBE in other technologies:
      • DB
      • XML?
      • SparQL?
    • parameter reordering
      • initialize first according to selections
    • UI
      • right-click menu
      • shortcut key
      • ~ EMF model spy ?
      • somehow bind to an EMF-IncQuery project?
      • integrate with EIQ editor as view?
      • two-phase process: generate big pattern first, fine-tune in editor
      • create mockups and come back with them
    • multiple samples? negative samples?
      • simple NEG case: include as NAC those simple connecting edges that are permitted by the metamodel but not present
      • simple NEG case2: mark edge constraints (or groups) as NEG
    • options:
      • disable bidirectionality
      • find such simple NACs
      • etc.
  • Timeline:
    • M4 deadline: 19th
    • release 26th
  • Xtext 2.4 migration status
    • works more or less, except for the builder
    • consult Itemis for help
    • how much testing is enough before the release? e.g. roll through all example projects?
  • Dynamic EMF: https://bugs.eclipse.org/bugs/show_bug.cgi?id=398874
  • assign transitive closure path expansion ticket to Gábor

Back to the top