- java.lang.Object
- com.anylogic.engine.markup.density_map.AbstractDensityMapDataStorage
- com.anylogic.engine.markup.density_map.DensityMapNetworkDataStorage
- All Implemented Interfaces:
DensityMapDataStorage,Serializable
@AnyLogicInternalAPI public class DensityMapNetworkDataStorage extends AbstractDensityMapDataStorage
- See Also:
- Serialized Form
| Constructor | Description |
|---|---|
DensityMapNetworkDataStorage |
| Modifier and Type | Method | Description |
|---|---|---|
void | clearDensity | |
boolean | contains | |
Set<Map.Entry<DensityMapCompatibleNetworkElement, | entrySet() | |
double | getCompleteValue | |
double | getCurrentDensity | |
double | getValue | |
double | getWindowValue | |
void | initializeDensity | |
void | setDensity |
public DensityMapNetworkDataStorage(Agent owner, Set<DensityMapCompatibleNetwork> networks, DensityMapDisplayedValue vType, DensityMapAttenuationType aType, double window, double t0)
public boolean contains(DensityMapCompatibleNetworkElement element)
public void setDensity(DensityMapCompatibleNetworkElement networkElement, double newValue)
public double getValue(DensityMapCompatibleNetworkElement networkElement)
public double getCurrentDensity(DensityMapCompatibleNetworkElement networkElement)
public void initializeDensity(DensityMapCompatibleNetworkElement element, double initialDensity)
public double getWindowValue(DensityMapCompatibleNetworkElement networkElement, DensityMapDisplayedValue val)
public double getCompleteValue(DensityMapCompatibleNetworkElement networkElement, DensityMapDisplayedValue val)
public void clearDensity(DensityMapCompatibleNetworkElement networkElement)
public Set<Map.Entry<DensityMapCompatibleNetworkElement,DensityMapData>> entrySet()