blob: 969bc9f1e230a002058ce4cb90a68458f5d48cf1 [file] [log] [blame]
// PercolationDiseaseModel.java
package org.eclipse.stem.diseasemodels.experimental;
/*******************************************************************************
* Copyright (c) 2007 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
*******************************************************************************/
import org.eclipse.stem.diseasemodels.standard.StochasticSEIRDiseaseModel;
/**
* This interface is an EMF Model.
*
* @model
*/
public interface PercolationDiseaseModel extends StochasticSEIRDiseaseModel {
// Nothing
} // PercolationDiseaseModel