blob: b835d2e56a82c95612e3c67ef3709a578f19e5cd [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2008 E.D.Willink and others.
* 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: FoldingBehavior.java,v 1.1 2008/08/08 16:39:54 ewillink Exp $
*/
package org.eclipse.qvt.declarative.editor;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Folding Behavior</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.editor.EditorPackage#getFoldingBehavior()
* @model
* @generated
*/
public interface FoldingBehavior extends Behavior {
} // FoldingBehavior