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

EMF/Query/JunoReview

< EMF

This page provides the required docuware for the EMF Query 1.6.0 Release Review, as part of the upcoming Juno Simultaneous Release.

Overview

The EMF Query project facilitates the process of search and retrieval of model elements of interest in a flexible yet controlled and structured manner. Provides API support for the basic EObject based Condition objects that are used to formulate queries for EMF models.

The query component provides the following classes/interfaces to support queries.

  • The IEObjectSource interface provides the search scope elements to be used in a query.
  • The SELECT class implements a template-function that does the iteration over model elements and applies the search condition on each; it collects the resulting elements into a QueryResultSet object and returns it to the caller.
  • The FROM class represents the elements to search. It is responsible of providing an appropriate iterator for the elements in the search space.
  • The WHERE class applies the search conditions over the elements in the search set.
  • The UPDATE class passes the elements who satisfy the search condition to a caller-supplied modification function. It collects the modified elements into a QueryResultSet object and returns it to the caller.
  • The QueryResultSet class represents the set of elements returned by a given query.
  • The EObjectCondition class is the abstract parent of all conditions that deal with model-elements (i.e., EObjects). It incorporates the services of a PruneHandler in order to answers whether or not to prune the element tree at a specific element and thus ignore its children.
  • The ConditionPolicy class is used to allow the user to decide how to apply a given condition on a collection of a model-element EAttributes or EReferences values. Supports both the: exists (ANY) and for-all (ALL) semantics.
  • The EObjectStructuralFeatureValueCondition class is the parent class for conditions that are responsible for checking the values held in model-elements attributes or references.

Features

New in this release

No significant events have occurred with the Juno release. EMF Query is undergoing it's participation in the Eclipse Simultaneous release as it has for each and every release. This is the seventh yearly June release of EMF Query.

Accordance with project plan themes and priorities

See the EMF Query project plan at http://www.eclipse.org/projects/project-plan.php?projectid=modeling.emf.query

APIs

APIs have not changed this release.

  • The project lead certifies that the requirements for Eclipse Quality APIs have been met for this release.
  • Metamodel definitions and corresponding implementations are considered APIs.
  • API Tooling has been employed.

Architecture

  • No change.

Tool Usability

  • Tools haven't changed.

End-of-Life

Nothing has been deprecated.

Bugzilla

There was minimal activity in Bugzilla during the the Juno release.

Standards

Not applicable.

UI Usability

Nothing has changed.

Schedule

EMF Query is a “+1” component in the simultaneous release.

M1     08/16/2011
M2     09/27/2011
M3     11/08/2011
M4     12/13/2011
M5     01/31/2012     
M6     03/14/2012      API freeze
M7     05/02/2012      Feature Freeze
RC1    05/16/2012     
RC2    05/23/2012     
RC3    05/30/2012     
RC4    06/06/2012
Juno   06/22/2012

Communities

  • Interaction in Bugzilla
  • Activity on the EMF newsgroup
  • Collaboration with other projects at Eclipse

Commiter Changes

Commiter Changes

No committers changes on EMF Query for Juno. Anthony Hunter is the lead of the the EMF Query component and currently the only active committer on EMF Query.

IP Issues

The EMF Query component leadership verifies that:

  • the about files and use licenses are in place as per the Guidelines to Legal Documentation.
  • all contributions (code, documentation, images, etc) have been committed by individuals who are either Members of the Foundation, or have signed the appropriate Committer Agreement. In either case, these are individuals who have signed, and are abiding by, the Eclipse IP Policy.
  • all significant contributions have been reviewed by the Foundation's legal staff.
  • all non-Committer code contributions, including third-party libraries, have been documented in the release and reviewed by the Foundation's legal staff.
  • all Contribution Questionnaires have been completed.
  • the "provider" field of each plug-in is set to "Eclipse Modeling Project“.
  • the "copyright" field of each feature is set to the copyright owner (the Eclipse Foundation is rarely the copyright owner).
  • any third-party logos or trademarks included in the distribution (icons, help file logos, etc) have been licensed under the EPL.
  • any fonts or similar third-party images included in the distribution (e.g. in PDF or EPS files) have been licensed under the EPL.

The EMF Query Project IP log in located at http://www.eclipse.org/projects/ip_log.php?projectid=modeling.emf.query

Project Plan

The current project plan is available from http://www.eclipse.org/projects/project-plan.php?projectid=modeling.emf.query

Draft development plan for next release is not yet available.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.