blob: a47fdf7ac09b05780e63e1fed3892b898b1569c7 [file] [log] [blame]
package org.eclipse.stem.core.graph;
/*******************************************************************************
* Copyright (c) 2011 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
*******************************************************************************/
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Simple Graph Partitioner</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.core.graph.GraphPackage#getSimpleGraphPartitioner()
* @model
* @generated
*/
public interface SimpleGraphPartitioner extends GraphPartitioner {
} // SimpleGraphPartitioner