org.eclipse.ohf.stem.core.graph
Interface LabelValue

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Subinterfaces:
AreaLabelValue, CommonBorderRelationshipLabelValue, DiseaseModelLabelValue, PhysicalRelationshipLabelValue, PopulationLabelValue, RelativePhysicalRelationshipLabelValue, SEIRLabelValue, SILabelValue, SIRLabelValue, StandardDiseaseModelLabelValue, TestIntegerLabelValue, TransportRelationshipLabelValue
All Known Implementing Classes:
AreaLabelValueImpl, CommonBorderRelationshipLabelValueImpl, DiseaseModelLabelValueImpl, LabelValueImpl, PhysicalRelationshipLabelValueImpl, PopulationLabelValueImpl, RelativePhysicalRelationshipLabelValueImpl, SEIRLabelValueImpl, SILabelValueImpl, SIRLabelValueImpl, StandardDiseaseModelLabelValueImpl, TestIntegerLabelValueImpl, TransportRelationshipLabelValueImpl

public interface LabelValue
extends org.eclipse.emf.ecore.EObject, SanityChecker

A LabelValue stores the attributes of a Label.

See Also:
Label, DynamicLabel, DynamicNodeLabel

Method Summary
 void reset()
           
 
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

reset

void reset()