Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
M
managed
- Variable in class yass.state.
StateManager
The components whose state is managed by this StateManager
manager
- Variable in class yass.modularforwarding.scoring.
ScoreGenerator
The score manager instance with which this score generator is associated
maxBoostedProbability
- Variable in class yass.gossip.
BoostDistanceFromSourceGossipPacketConsumer
The greatest possible rebroadcast probability when maximum probability boost is observed
maxBoostedProbability
- Variable in class yass.gossip.
BoostDistanceToDestinationGossipPacketConsumer
The greatest possible rebroadcast probability when maximum probability boost is observed
maxBoostedProbability
- Variable in class yass.gossip.
BoostHopsTraversedGossipPacketConsumer
The greatest possible rebroadcast probability when maximum probability boost is observed
maxBoostedProbability
- Variable in class yass.gossip.
BoostTimeFromCreationGossipPacketConsumer
The greatest possible rebroadcast probability when maximum probability boost is observed
maxConcurrentSimulations
- Variable in class yass.experiment.
ExperimentManager
Upper bound on permitted concurrent simulation instances
maxDistance
- Variable in class yass.radio.
DistanceRelationshipChecker
Maximum distance separating two nodes within which a relationship exists
maximum
- Variable in class yass.analysis.
Statistics
The maximum
maximumEffectiveAngle
- Variable in class yass.modularforwarding.scoring.
GlobalAngleScoreGenerator
The largest angle within which angle-score observes a cosine relationship, measured in radians
maximumEffectiveAngle
- Variable in class yass.modularforwarding.scoring.
LocalAngleScoreGenerator
The largest angle within which angle-score observes a cosine relationship, measured in radians
maximumEffectiveDistance
- Variable in class yass.modularforwarding.scoring.
DistanceFromSourceScoreGenerator
Maximum distance required for score-distance scaling to be effective, in metres
maximumEffectiveDistance
- Variable in class yass.modularforwarding.scoring.
DistanceToDestinationScoreGenerator
Maximum distance required for score-distance scaling to be effective, in metres
maximumEffectiveHops
- Variable in class yass.modularforwarding.scoring.
HopcountTraversedScoreGenerator
The maximum number of hops under which the linear hopcount-score scaling is defined
maximumEffectiveHops
- Variable in class yass.modularforwarding.scoring.
HopcountTtlScoreGenerator
The maximum number of hops under which the linear hopcount-score scaling is defined
maximumEffectiveTime
- Variable in class yass.modularforwarding.scoring.
TimeElapsedScoreGenerator
Maximum time required for time-score scaling to be effective, in seconds
maximumEffectiveTime
- Variable in class yass.modularforwarding.scoring.
TimeRemainingScoreGenerator
Maximum time required for time-score scaling to be effective, in seconds
maximumPeriod
- Variable in class yass.backoff.
RandomBackoffManager
Maximum permitted backoff period
maximumScore
- Variable in class yass.modularforwarding.scoring.
RandomScoreGenerator
The maximum score which may be produced
maxPayloadSize
- Variable in class yass.traffic.producer.
RatePacketProducer
Maximum payload size, in bits
maxPayloadSize
- Variable in class yass.traffic.producer.
SporadicPacketProducer
Maximum size of produced packet payload, in bits
maxScheduleSize
- Variable in class yass.igf.
IgfPacketSchedulerConfig
Maximum number of packets which can be held in the waiting-packet buffer
maxScheduleSize
- Variable in class yass.packet.schedule.
PacketScheduler
Maximum permitted schedule size
maxTransmitPower
- Variable in class yass.radio.
RadioModule
Maximum possible transmission power, in Watts
mean
- Variable in class yass.analysis.
Statistics
The mean
median
- Variable in class yass.analysis.
Statistics
The median
minimum
- Variable in class yass.analysis.
Statistics
The minimum
minimumEffectiveAngle
- Variable in class yass.modularforwarding.scoring.
GlobalAngleScoreGenerator
The smallest angle within which angle-score observes a cosine relationship, measured in radians
minimumEffectiveAngle
- Variable in class yass.modularforwarding.scoring.
LocalAngleScoreGenerator
The smallest angle within which angle-score observes a cosine relationship, measured in radians
minimumEffectiveDistance
- Variable in class yass.modularforwarding.scoring.
DistanceFromSourceScoreGenerator
Minimum distance required for score-distance scaling to be effective, in metres
minimumEffectiveDistance
- Variable in class yass.modularforwarding.scoring.
DistanceToDestinationScoreGenerator
Minimum distance required for score-distance scaling to be effective, in metres
minimumEffectiveHops
- Variable in class yass.modularforwarding.scoring.
HopcountTraversedScoreGenerator
The minimum number of hops under which the linear hopcount-score scaling is defined
minimumEffectiveHops
- Variable in class yass.modularforwarding.scoring.
HopcountTtlScoreGenerator
The minimum number of hops under which the linear hopcount-score scaling is defined
minimumEffectiveTime
- Variable in class yass.modularforwarding.scoring.
TimeElapsedScoreGenerator
Minimum time required for time-score scaling to be effective, in seconds
minimumEffectiveTime
- Variable in class yass.modularforwarding.scoring.
TimeRemainingScoreGenerator
Minimum time required for time-score scaling to be effective, in seconds
minimumPeriod
- Variable in class yass.backoff.
RandomBackoffManager
Minimum permitted backoff period
minimumScore
- Variable in class yass.modularforwarding.scoring.
RandomScoreGenerator
The minimum score which may be produced
minPayloadSize
- Variable in class yass.traffic.producer.
RatePacketProducer
Minimum payload size, in bits
minPayloadSize
- Variable in class yass.traffic.producer.
SporadicPacketProducer
Minimum size of produced packet payload, in bits
minReceivePower
- Variable in class yass.radio.
RadioModule
Minimum effective received power for successful reception, in Watts
MISSING_DOUBLE_RESULT
- Static variable in class yass.util.
Constants
Used to signify that a double-precision float result is missing where Java does not allow a null value to be specified
MISSING_INTEGER_RESULT
- Static variable in class yass.util.
Constants
Used to signify that an integer result is missing where Java does not allow a null value to be specified
MISSING_SHORT_RESULT
- Static variable in class yass.util.
Constants
Used to signify that an short result is missing where Java does not allow a null value to be specified
mode
- Variable in class yass.gossip.
BoostDistanceFromSourceGossipPacketConsumer
The currently selected metric-boost relationship model
mode
- Variable in class yass.gossip.
BoostDistanceToDestinationGossipPacketConsumer
The currently selected metric-boost relationship model
mode
- Variable in class yass.gossip.
BoostHopsTraversedGossipPacketConsumer
The currently selected metric-boost relationship model
mode
- Variable in class yass.gossip.
BoostTimeFromCreationGossipPacketConsumer
The currently selected metric-boost relationship model
ModularGossipPacketConsumer
- Class in
yass.modularforwarding.gossip
Retransmits received packets to neighbours of the receiving node, with a probability determined by remaining distance to destination.
ModularGossipPacketConsumer(Node, double, double, ScoreManager)
- Constructor for class yass.modularforwarding.gossip.
ModularGossipPacketConsumer
Constructs a new instance of
IggDistanceGossipPacketConsumer
mostRecentAnalysisIterationCount
- Variable in class yass.experiment.
SimulatorContainerThread
Simulation iteration count at the most recent time analysis
MySqlDatabase
- Class in
yass.database
An implementation of a simulation database using the MySql DBMS for lower-level data storage
MySqlDatabase(String, String, String, String, int, boolean, Set<Class>)
- Constructor for class yass.database.
MySqlDatabase
Creates a new instance of
MySqlDatabase
MySqlDatabase(String, String, String, String, int, boolean)
- Constructor for class yass.database.
MySqlDatabase
Creates a new instance of
MySqlDatabase
using a typical set of managed event classes.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z