blob: d44878146c9c91aa35786603f64a9f0ba237550e [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004 IBM Corporation 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.notation;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Style</b></em>'.
* <p>
* The basic abstraction of a collection of appearance properties
* that are usually grouped together
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getStyle()
* @model interface="true" abstract="true"
* @generated
*/
/*
* @canBeSeenBy %partners
*/
public interface Style extends EObject{
// no APIs
} // Style