blob: 5fdd4742f0f9594d9e1e1ce0064df4498abf0b3b [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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