blob: 4150f4cec3e5b31a3aa940b2e22ba85d594e34e1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2008 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.pde.internal.ua.core.icheatsheet.comp;
import org.eclipse.pde.core.IModel;
import org.eclipse.pde.core.IModelChangeProvider;
/**
* ICompCSModel
*
*/
public interface ICompCSModel extends IModelChangeProvider, IModel {
/**
* @return
*/
ICompCS getCompCS();
/**
* @return
*/
ICompCSModelFactory getFactory();
}