|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.ohf.stem.core.common.impl.IdentifiableImpl
org.eclipse.ohf.stem.core.model.impl.DecoratorImpl
org.eclipse.ohf.stem.core.model.impl.NodeDecoratorImpl
org.eclipse.ohf.stem.diseasemodels.standard.impl.InfectorImpl
public abstract class InfectorImpl
An implementation of the model object 'Infector'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
---|
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
ELAST_EOBJECT_FLAG |
Fields inherited from interface org.eclipse.ohf.stem.diseasemodels.standard.Infector |
---|
URI_TYPE_INFECTOR_SEGMENT |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Method Summary | |
---|---|
StandardDiseaseModel |
basicGetDiseaseModel()
|
void |
decorateGraph()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
void |
eUnset(int featureID)
|
StandardDiseaseModel |
getDiseaseModel()
|
java.lang.String |
getDiseaseName()
|
org.eclipse.emf.common.util.EList<DiseaseModelLabel> |
getLabelsToInfect()
|
java.lang.String |
getPopulationIdentifer()
|
java.lang.String |
getTargetISOKey()
|
org.eclipse.emf.common.util.URI |
getTargetURI()
|
void |
resetLabels()
|
void |
setDiseaseModel(StandardDiseaseModel newDiseaseModel)
|
void |
setDiseaseName(java.lang.String newDiseaseName)
|
void |
setPopulationIdentifer(java.lang.String newPopulationIdentifer)
|
void |
setTargetISOKey(java.lang.String newTargetISOKey)
|
void |
setTargetURI(org.eclipse.emf.common.util.URI newTargetURI)
|
java.lang.String |
toString()
|
void |
updateLabels(STEMTime time,
long timerPeriod)
|
Methods inherited from class org.eclipse.ohf.stem.core.model.impl.NodeDecoratorImpl |
---|
sane |
Methods inherited from class org.eclipse.ohf.stem.core.model.impl.DecoratorImpl |
---|
basicSetGraph, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getGraph, getLabelsToUpdate, setGraph |
Methods inherited from class org.eclipse.ohf.stem.core.common.impl.IdentifiableImpl |
---|
basicSetDublinCore, getDublinCore, getTypeURI, getURI, setDublinCore, setTypeURI, setURI |
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.ohf.stem.core.model.Decorator |
---|
getGraph, getLabelsToUpdate, setGraph |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Method Detail |
---|
public void decorateGraph()
DecoratorImpl
decorateGraph
in interface Decorator
decorateGraph
in class DecoratorImpl
org.eclipse.ohf.stem.core.model.impl.DecoratorImpl#decorateGraph(org.eclipse.ohf.stem.core.graph.Graph)
public void resetLabels()
DecoratorImpl
resetLabels
in interface Decorator
resetLabels
in class DecoratorImpl
org.eclipse.ohf.stem.core.model.impl.DecoratorImpl#resetLabels(org.eclipse.ohf.stem.core.graph.Graph)
public void updateLabels(STEMTime time, long timerPeriod)
DecoratorImpl
updateLabels
in interface Decorator
updateLabels
in class DecoratorImpl
time
- the time to be used when determining the changes to be made to
the Graphorg.eclipse.ohf.stem.core.model.impl.DecoratorImpl#updateLabels(org.eclipse.ohf.stem.core.graph.Graph,
org.eclipse.ohf.stem.core.model.STEMTime, long)
public StandardDiseaseModel getDiseaseModel()
getDiseaseModel
in interface Infector
public StandardDiseaseModel basicGetDiseaseModel()
public void setDiseaseModel(StandardDiseaseModel newDiseaseModel)
setDiseaseModel
in interface Infector
newDiseaseModel
- Infector.getDiseaseModel()
public java.lang.String getPopulationIdentifer()
getPopulationIdentifer
in interface Infector
public void setPopulationIdentifer(java.lang.String newPopulationIdentifer)
setPopulationIdentifer
in interface Infector
newPopulationIdentifer
- Infector.getPopulationIdentifer()
public org.eclipse.emf.common.util.URI getTargetURI()
getTargetURI
in interface Infector
public void setTargetURI(org.eclipse.emf.common.util.URI newTargetURI)
setTargetURI
in interface Infector
newTargetURI
- Infector.getTargetURI()
public java.lang.String getDiseaseName()
getDiseaseName
in interface Infector
public void setDiseaseName(java.lang.String newDiseaseName)
setDiseaseName
in interface Infector
newDiseaseName
- the new value of the 'Disease Name' attribute.Infector.getDiseaseName()
public java.lang.String getTargetISOKey()
getTargetISOKey
in interface Infector
Region
to be infected.public void setTargetISOKey(java.lang.String newTargetISOKey)
setTargetISOKey
in interface Infector
newTargetISOKey
- the new value of the 'Target ISO Key' attribute.getTargetURI()
public org.eclipse.emf.common.util.EList<DiseaseModelLabel> getLabelsToInfect()
getLabelsToInfect
in interface Infector
DiseaseLabel
s that this Infector
is responsible for "infecting".public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class DecoratorImpl
featureID
- resolve
- coreType
-
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class DecoratorImpl
featureID
- newValue
- public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class DecoratorImpl
featureID
- public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class DecoratorImpl
featureID
-
public java.lang.String toString()
toString
in class IdentifiableImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |