A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
W
- waitFor(Status,long,TimeUnit) - function in it.unibo.alchemist.core.implementations.Engine
- waitFor(Status,long,TimeUnit) - function in it.unibo.alchemist.core.interfaces.Simulation
- Suspends the caller until the simulation reaches the selected Status or the timeout ends.
- wantsToEscape() - function in it.unibo.alchemist.model.cognitiveagents.CognitiveModel
- Whether or not this pedestrian intends to escape.
- wantsToEscape() - function in it.unibo.alchemist.model.cognitiveagents.ImpactModel
- Whether or not this pedestrian intends to escape.
- WantToEscape - class in it.unibo.alchemist.model.implementations.conditions
- The intention of the pedestrian to evacuate or not.
- WeibullDistributedWeibullTime - class in it.unibo.alchemist.model.implementations.timedistributions
- Weibull distributed events, with different (Weibull distributed) mean.
- WeibullTime - class in it.unibo.alchemist.model.implementations.timedistributions
- Weibull distributed events.
- Weighted - class in it.unibo.alchemist.model.implementations.actions.steeringstrategies
- A SteeringStrategy performing a weighted sum of steering actions (see computeNextPosition).
- WEST - enum entry in it.unibo.alchemist.boundary.interactions.Direction2D
- whenCreated(Function0) - function in tornadofx.ListKeybindsView
- whenCreated(Function0) - function in tornadofx.EditKeybindView
- whenDeleted(Function0) - function in tornadofx.ListKeybindsView
- whenDeleted(Function0) - function in tornadofx.EditKeybindView
- whenRefreshed(Function0) - function in tornadofx.ListKeybindsView
- whenRefreshed(Function0) - function in tornadofx.EditKeybindView
- whenSaved(Function0) - function in tornadofx.ListKeybindsView
- whenSaved(Function0) - function in tornadofx.EditKeybindView
- widthProperty() - function in javafx.scene.layout.FXStepMonitor
- widthProperty() - function in javafx.scene.layout.PlayPauseMonitor
- widthProperty() - function in javafx.scene.layout.FXTimeMonitor
- widthProperty() - function in javafx.scene.layout.NumericLabelMonitor
- widthProperty() - function in javafx.scene.layout.EffectGroupCell
- widthProperty() - function in javafx.scene.layout.EffectCell
- widthProperty() - function in javafx.scene.layout.AbstractEffectCell
- widthProperty() - function in javafx.scene.layout.CustomLeafletMapView
- widthProperty() - function in javafx.scene.layout.AbstractFXDisplay
- widthProperty() - function in javafx.scene.layout.FX2DDisplay
- widthProperty() - function in javafx.scene.layout.LeafletMapDisplay
- with(KeyCode) - function in it.unibo.alchemist.boundary.jfx.events.keyboard.ActionOnKey
- Returns a KeyboardTriggerAction initialized with this ActionOnKey and the given KeyCode.
- withFallback(Spec) - function in com.uchuhimo.konf.CognitiveSpec
- withFallback(Spec) - function in com.uchuhimo.konf.ComplianceSpec
- withFallback(Spec) - function in com.uchuhimo.konf.HelpAttitudeSpec
- withFallback(Spec) - function in com.uchuhimo.konf.HelpAttitudeSpec.AdultMale
- withFallback(Spec) - function in com.uchuhimo.konf.HelpAttitudeSpec.AdultFemale
- withFallback(Spec) - function in com.uchuhimo.konf.HelpAttitudeSpec.ElderlyMale
- withFallback(Spec) - function in com.uchuhimo.konf.HelpAttitudeSpec.ElderlyFemale
- withFallback(Spec) - function in com.uchuhimo.konf.SpeedSpec
- withPrefix(String) - function in com.uchuhimo.konf.CognitiveSpec
- withPrefix(String) - function in com.uchuhimo.konf.ComplianceSpec
- withPrefix(String) - function in com.uchuhimo.konf.HelpAttitudeSpec
- withPrefix(String) - function in com.uchuhimo.konf.HelpAttitudeSpec.AdultMale
- withPrefix(String) - function in com.uchuhimo.konf.HelpAttitudeSpec.AdultFemale
- withPrefix(String) - function in com.uchuhimo.konf.HelpAttitudeSpec.ElderlyMale
- withPrefix(String) - function in com.uchuhimo.konf.HelpAttitudeSpec.ElderlyFemale
- withPrefix(String) - function in com.uchuhimo.konf.SpeedSpec
- WorkerSet - class in it.unibo.alchemist.grid.cluster
- Set of remote nodes that can run simulations.
- WorkerSetImpl - class in it.unibo.alchemist.grid.cluster
- Implementation of WorkerSet which uses Apache Ignite.
- WorkingDirectory - class in it.unibo.alchemist.grid.util
- Class that manage a temp local working directory.
- Wormhole2D - class in it.unibo.alchemist.boundary.wormhole.interfaces
- A Wormhole (in this context) is an entity that "connects" two worlds: the "environment" and the "view".
- Wormhole2D.Mode - class in it.unibo.alchemist.boundary.wormhole.interfaces.Wormhole2D
- Wormhole mode.
- WormholeFX - class in it.unibo.alchemist.wormhole.implementation
- An implementation of AbstractWormhole2D for JavaFX.
- WormholeSwing - class in it.unibo.alchemist.boundary.wormhole.implementation
- An implementation of [AbstractWormhole2D] for Swing.
- wouldCreateCycle(Node,Node) - function in javafx.scene.CustomLeafletMapView
- wouldCreateCycle(Node,Node) - function in javafx.scene.AbstractFXDisplay
- wouldCreateCycle(Node,Node) - function in javafx.scene.FX2DDisplay
- wouldCreateCycle(Node,Node) - function in javafx.scene.LeafletMapDisplay
- wrap(Supplier) - function in it.unibo.alchemist.boundary.interfaces.DrawCommand
- Wrapper method that wraps this DrawCommand into another that checks if should execute or not the accept method.
- wrap(double) - function in it.unibo.alchemist.expressions.implementations.ExpressionFactory
- Given a double, creates a NumTreeNode and wraps it into a ListTreeNode.
- wrap(HashString) - function in it.unibo.alchemist.expressions.implementations.ExpressionFactory
- Given a HashString, creates the corresponding ITreeNode and wraps it into a ListTreeNode.
- wrap(Iterable) - function in it.unibo.alchemist.expressions.implementations.ExpressionFactory
- Wraps a collection of ITreeNode into a new List IExpression.
- wrap(ITreeNode) - function in it.unibo.alchemist.expressions.implementations.ExpressionFactory
- Given a node, wraps it into a ListTreeNode.
- wrapAndAdd(Supplier,DrawCommand) - function in it.unibo.alchemist.boundary.gui.CommandQueueBuilder
- Wraps a
DrawCommandaround to the queue to be executed on the JavaFX thread. - wrapper(Function0) - function in tornadofx.ListKeybindsView
- wrapper(Function0) - function in tornadofx.EditKeybindView
- wrapTextProperty() - function in javafx.scene.control.FXStepMonitor
- wrapTextProperty() - function in javafx.scene.control.PlayPauseMonitor
- wrapTextProperty() - function in javafx.scene.control.FXTimeMonitor
- wrapTextProperty() - function in javafx.scene.control.NumericLabelMonitor
- wrapTextProperty() - function in javafx.scene.control.EffectGroupCell
- wrapTextProperty() - function in javafx.scene.control.EffectCell
- wrapTextProperty() - function in javafx.scene.control.AbstractEffectCell
- write(Writer) - function in javax.swing.text.NumericTextField
- writeColor(ObjectOutputStream,Color) - function in it.unibo.alchemist.boundary.gui.effects.json.ColorSerializationAdapter
- Generalized way to serialize JavaFX Color on a stream.
- writeFiles(Map) - function in it.unibo.alchemist.grid.util.WorkingDirectory
- Write multiple files inside the directory.