blob: 442410dfaa05aec42e4ac6b9ed6e51eb2b930d60 [file] [log] [blame]
/**
* Copyright (c) 2007, 2013 THALES GLOBAL SERVICES.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Obeo - initial API and implementation
*
*/
package org.eclipse.sirius.diagram;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Graphical Filter</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> A filter that allow to graphically filter the owner
* DDiagramElement. <!-- end-model-doc -->
*
*
* @see org.eclipse.sirius.diagram.DiagramPackage#getGraphicalFilter()
* @model interface="true" abstract="true"
* @generated
*/
public interface GraphicalFilter extends EObject {
} // GraphicalFilter