blob: 8a5c1da30ba0c4db0bd0774b2931733079e10816 [file] [log] [blame]
/*
* Copyright (c) 2003, 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 - initial API and implementation
*
* $Id: ParameterableClassifier.java,v 1.5 2005/05/18 16:38:30 khussey Exp $
*/
package org.eclipse.uml2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Parameterable Classifier</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.uml2.UML2Package#getParameterableClassifier()
* @model abstract="true"
* @generated
*/
public interface ParameterableClassifier extends Classifier{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) IBM Corporation and others."; //$NON-NLS-1$
} // ParameterableClassifier