Skip to main content
  • Log in
  • Manage Cookies
projects.eclipse.org
Download
  • Projects
  • Working Groups
  • Members
  • Community
    • Marketplace
    • Events
    • Planet Eclipse
    • Newsletter
    • Videos
    • Blogs
  • Participate
    • Report a Bug
    • Forums
    • Mailing Lists
    • Wiki
    • IRC
    • Research
  • Eclipse IDE
    • Download
    • Learn More
    • Documentation
    • Getting Started / Support
    • How to Contribute
    • IDE and Tools
    • Newcomer Forum
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
  1. Home
  2. Projects
  3. Eclipse Modeling Project
  4. Eclipse Modeling Framework...
  5. EMF Query2
×

Warning message

This project is archived. Some links on this page may not work.

EMF Query2

Primary tabs

  • Overview(active tab)
  • Downloads
  • Who's Involved
  • Developer Resources
  • Governance
  • Contact Us

The Query2 component facilitates the process of search and retrieval of emf model elements in a structured format with an additional advantage that resource loading is minimized during execution.

Query2 uses an in-built index mechanism to speed up the queries. The indexes are build before query execution and used during query execution. The indexes can be re-used by multiple query executions. For majority of queries, the resources are not needed to be loaded, and hence it provide incredible improvements in terms of memory consumption.

Query2 supports multiple ways to specify queries.

  1. User can use APIs for the basic EObject based Condition objects that are used to formulate queries for EMF models.
  2. User can specify queries in SQL like syntax. e.g from Manuscript as a select a.pages where a.title = "Learning Query2"

 

Licenses: 
Eclipse Public License 1.0
Latest Releases: 

From June 27th, 2012 to June 27th, 2012

NameDateReview
0.7.02012-06-27
Archived - EMF Query2

Project Links

  • Website
  • Wiki

Related Projects

Project Hierarchy:

  • Eclipse Modeling Project
  • Eclipse Modeling Framework - Container Project
  • EMF Query2

Eclipse Foundation

  • About Us
  • Contact Us
  • Donate
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors

Legal

  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top