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

All Superinterfaces:
Decorator, org.eclipse.emf.ecore.EObject, Identifiable, Infector, NodeDecorator, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Subinterfaces:
SIInfector
All Known Implementing Classes:
SIInfectorImpl, StandardInfectorImpl

public interface StandardInfector
extends Infector

This interface defines a class in an EMF model for the initialization of an infectious population in a Standard disease model. The infector removes population members from the Susceptible state to the Infectious state.


Field Summary
static java.lang.String URI_TYPE_STANDARD_INFECTOR_SEGMENT
          This is the segment of the type URI that prefixes all other segments in a standard infector type URI.
 
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.Infector
URI_TYPE_INFECTOR_SEGMENT
 
Method Summary
 
Methods inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.Infector
getDiseaseModel, getDiseaseName, getLabelsToInfect, getPopulationIdentifer, getTargetISOKey, getTargetURI, setDiseaseModel, setDiseaseName, setPopulationIdentifer, setTargetISOKey, setTargetURI
 
Methods inherited from interface org.eclipse.ohf.stem.core.model.Decorator
decorateGraph, getGraph, getLabelsToUpdate, resetLabels, setGraph, updateLabels
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.Identifiable
getDublinCore, getTypeURI, getURI, sane, setDublinCore, setTypeURI, setURI
 
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
 

Field Detail

URI_TYPE_STANDARD_INFECTOR_SEGMENT

static final java.lang.String URI_TYPE_STANDARD_INFECTOR_SEGMENT
This is the segment of the type URI that prefixes all other segments in a standard infector type URI.

See Also:
Constant Field Values