public interface ExtEnvironmentContinuous extends ExtEnvironmentInteractive, ExtEnvironmentWithMetrics, ExtEnvironmentWithLayout, ExtWithSpaceType
P_AGENT_INTERACTIVE_DELEGATE, P_AGENT_WITH_SPATIAL_METRICS_DELEGATE, P_AGENT_WITH_SPECIFIC_SPACE, P_AGENT_WITH_SPECIFIC_SPACE_DELEGATE, P_ENTITY_DELEGATE, P_ENV_WITH_SPECIFIC_SPACE, P_ROOT, P_SPACE, P_USER_EXT
Modifier and Type | Method and Description |
---|---|
Point |
randomPointOfSpace()
Returns the random location inside within the space bounds of this environment
|
void |
setupSpace(double width,
double height)
Sets the space to the given dimensions.
|
void |
setupSpace(double width,
double height,
double zHeight)
Sets the space to the given dimensions.
|
double |
spaceHeight()
Returns the height of environment space.
|
double |
spaceWidth()
Returns the width of environment space.
|
double |
spaceZHeight()
Returns the height of environment space along Z-axis.
|
connectAllInRange_xjal, getNetworkConnectionRange, setNetworkAllInRange
applyLayout, getLayoutType, setLayoutType
agents, applyNetwork, applyNetwork, areStepsEnabled, deliverToAllAgentsInside, deliverToRandomAgentInside, disableSteps, enableSteps, getNetworkConnectionsPerAgent, getNetworkNeighborLinkProbability, getNetworkScaleFreeM, getNetworkType, getSpaceType, randomAgentExcept, randomAgentExcept, randomAgentInside, randomAgentInside, register_xjal, register_xjal, setNetworkRandom, setNetworkRingLattice, setNetworkScaleFree, setNetworkSmallWorld, setNetworkType_xjal, setNetworkUserDefined, size, toStringNetwork_xjal, toStringSpace_xjal, unregister_xjal
getAgent, next_xjal, onDestroy, onExtensionRemoved, priority, setNext_xjal, supportsInterface_xjal
void setupSpace(double width, double height)
width
- the width of the spaceheight
- the height of the spacevoid setupSpace(double width, double height, double zHeight)
width
- the width of the spaceheight
- the height of the spacezHeight
- the height of the space along Z-axisdouble spaceWidth()
double spaceHeight()
double spaceZHeight()
Point randomPointOfSpace()
Copyright © AnyLogic North America, LLC. All Rights Reserved.