|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PopulationLabel
This interface defines a class in an EMF model for PopulationLabel.
Field Summary | |
---|---|
static java.lang.String |
BIRD
Generic bird population. |
static java.lang.String |
BIRD_CHICKEN
Chicken population. |
static java.lang.String |
BIRD_DUCK
Duck population. |
static java.lang.String |
copyright
|
static java.lang.String |
HUMAN
Generic human population. |
static java.lang.String |
HUMAN_FEMALE_ADULT
Human adult female population. |
static java.lang.String |
HUMAN_FEMALE_CHILD
Human child female population. |
static java.lang.String |
HUMAN_MALE
Human male population. |
static java.lang.String |
HUMAN_MALE_ADULT
Human adult male population. |
static java.lang.String |
HUMAN_MALE_CHILD
Human child male population. |
static java.lang.String |
MOSQUITO
Generic mosquito population. |
static java.lang.String |
MOSQUITO_ANOPHELES
Anopheles mosquito population. |
static java.lang.String |
SWINE
Generic swine (pig) population. |
static org.eclipse.emf.common.util.URI |
URI_TYPE_POPULATION_LABEL
This is the type URI for population labels |
static java.lang.String |
URI_TYPE_POPULATION_LABEL_SEGMENT
This is the segment of the type URI that prefixes all other segments in a population label type URI. |
Fields inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
URI_TYPE_LABEL, URI_TYPE_LABEL_SEGMENT |
Method Summary | |
---|---|
PopulationLabelValue |
getCurrentPopulationValue()
|
java.lang.String |
getName()
|
double |
getPopulatedArea()
This value can be used to compute a more accurate population density for cases where the area of a node might be quite large while the actual distribution of population members is quite small. |
java.lang.String |
getPopulationIdentifier()
|
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setPopulatedArea(double value)
Sets the value of the ' Populated Area ' attribute. |
void |
setPopulationIdentifier(java.lang.String value)
Sets the value of the ' Population Identifier ' attribute. |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.NodeLabel |
---|
getNode, setNode |
Methods inherited from interface org.eclipse.ohf.stem.core.graph.Label |
---|
getCurrentValue, getIdentifiable, getURIOfIdentifiableToBeLabeled, setCurrentValue, setIdentifiable, setURIOfIdentifiableToBeLabeled |
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 |
---|
static final java.lang.String copyright
static final java.lang.String URI_TYPE_POPULATION_LABEL_SEGMENT
static final org.eclipse.emf.common.util.URI URI_TYPE_POPULATION_LABEL
static final java.lang.String HUMAN
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String HUMAN_MALE
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String HUMAN_MALE_ADULT
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String HUMAN_MALE_CHILD
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String HUMAN_FEMALE_ADULT
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String HUMAN_FEMALE_CHILD
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String BIRD
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String BIRD_DUCK
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String BIRD_CHICKEN
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String SWINE
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String MOSQUITO
getPopulationIdentifier()
,
Constant Field Valuesstatic final java.lang.String MOSQUITO_ANOPHELES
getPopulationIdentifier()
,
Constant Field ValuesMethod Detail |
---|
java.lang.String getPopulationIdentifier()
void setPopulationIdentifier(java.lang.String value)
Population Identifier
' attribute.
value
- the new value of the 'Population Identifier' attribute.getPopulationIdentifier()
java.lang.String getName()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
PopulationLabelValue getCurrentPopulationValue()
double getPopulatedArea()
void setPopulatedArea(double value)
Populated Area
' attribute.
value
- the new value of the 'Populated Area' attribute.getPopulatedArea()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |