blob: c325724cc35696db936ea9ed351fdb3651c5737c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 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.stem.diseasemodels.standard;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Stochastic Poisson SEIR Disease Model</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.diseasemodels.standard.StandardPackage#getStochasticPoissonSEIRDiseaseModel()
* @model
* @generated
*/
public interface StochasticPoissonSEIRDiseaseModel extends SEIR {
} // StochasticPoissonSEIRDiseaseModel