blob: b5d63d93cae4eb19790f4a4569069f97fe4bde21 [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;
/**
* <!-- begin-user-doc --> A representation of the model object '
* <em><b>Folding Point Filter</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> Graphical filter specifying that the owner element
* has been folded explictly. It should itself be visible, but other elements
* accesible from it through folded edges should not be. <!-- end-model-doc -->
*
*
* @see org.eclipse.sirius.diagram.DiagramPackage#getFoldingPointFilter()
* @model
* @generated
*/
public interface FoldingPointFilter extends GraphicalFilter {
} // FoldingPointFilter