blob: 005fa007eb79b4bf471acd6bf05fb85e9e2a0daa [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 Filter</b></em>'. <!-- end-user-doc -->
*
* <!-- begin-model-doc --> Graphical filter specifying that the owner element
* has been folded indirectly because it is accessible from a folded folding
* point through folable edges. <!-- end-model-doc -->
*
*
* @see org.eclipse.sirius.diagram.DiagramPackage#getFoldingFilter()
* @model
* @generated
*/
public interface FoldingFilter extends GraphicalFilter {
} // FoldingFilter