org.eclipse.ohf.stem.diseasemodels.standard
Interface StandardDiseaseModelState

All Superinterfaces:
DiseaseModelState, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Subinterfaces:
SIDiseaseModelState
All Known Implementing Classes:
SIDiseaseModelStateImpl, StandardDiseaseModelStateImpl

public interface StandardDiseaseModelState
extends DiseaseModelState

This interface defines a class in an EMF model that contains state information for a standard STEM disease model's computations from one simulation cycle to another.


Method Summary
 double getAreaRatio()
           
 void setAreaRatio(double value)
          Sets the value of the 'Area Ratio' attribute.
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.DiseaseModelState
getLabel, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.SanityChecker
sane
 

Method Detail

getAreaRatio

double getAreaRatio()
Returns:
the ratio between the total area of all Nodes processed by the StandardDiseaseModel and the area of the Node that the DiseaseModelLabel is associated with.

setAreaRatio

void setAreaRatio(double value)
Sets the value of the 'Area Ratio' attribute.

Parameters:
value - the new value of the 'Area Ratio' attribute.
See Also:
getAreaRatio()