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
E
- E() - function in it.unibo.alchemist.expressions.parser.Exp
- EAST - enum entry in it.unibo.alchemist.boundary.interactions.Direction2D
- edges() - function in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.AbstractConvexPolygon
- edges() - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.AwtMutableConvexPolygon
- edges() - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.ExtendableConvexPolygonInEnvironment
- edges() - function in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.ConvexPolygon
- edges() - function in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.MutableConvexPolygon
- edges() - function in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.ExtendableConvexPolygon
- edgeSet() - function in org.jgrapht.BaseNavigationGraph
- edgeSet() - function in org.jgrapht.DirectedNavigationGraph
- edgeSet() - function in org.jgrapht.UndirectedNavigationGraph
- edgeSet() - function in org.jgrapht.NavigationGraph
- edgesOf(N) - function in org.jgrapht.BaseNavigationGraph
- edgesOf(N) - function in org.jgrapht.DirectedNavigationGraph
- edgesOf(N) - function in org.jgrapht.UndirectedNavigationGraph
- edgesOf(N) - function in org.jgrapht.NavigationGraph
- EDIT - enum entry in it.unibo.alchemist.input.ActionFromKey
- editableProperty() - function in javafx.scene.control.EffectGroupCell
- editableProperty() - function in javafx.scene.control.EffectCell
- editableProperty() - function in javafx.scene.control.AbstractEffectCell
- editingProperty() - function in javafx.scene.control.EffectGroupCell
- editingProperty() - function in javafx.scene.control.EffectCell
- editingProperty() - function in javafx.scene.control.AbstractEffectCell
- EditKeybindView - class in it.unibo.alchemist.boundary
- The view through which keybinds can be edited.
- Effect - class in it.unibo.alchemist.boundary.gui.effects
- EffectBarController - class in it.unibo.alchemist.boundary.gui.controller
- This class models a JavaFX controller for EffectBar.fxml.
- EffectBuilder - class in it.unibo.alchemist.boundary.gui.effects
- EffectBuilderFX - class in it.unibo.alchemist.boundary.gui.effects
- Class that lets the user choose the effect from all it can find.
- EffectCell - class in it.unibo.alchemist.boundary.gui.view.cells
- This ListView cell implements the AbstractEffectCell for containing an EffectFX.
- EffectFactory - class in it.unibo.alchemist.boundary.gui.effects
- effectFromFile(File) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get an Effect from the specified file.
- effectFromResources(String) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get an Effect from the specified resource file.
- EffectFX - class in it.unibo.alchemist.boundary.gui.effects
- Graphical visualization of something happening in the environment.
- EffectGroup - class in it.unibo.alchemist.boundary.gui.effects
- Models a group of effects.
- EffectGroupAdapter - class in it.unibo.alchemist.boundary.gui.effects.json
- This class should be registered in a com.google.gson.GsonBuilder to serialize and deserialize a EffectGroup compatible class.
- EffectGroupCell - class in it.unibo.alchemist.boundary.gui.view.cells
- This ListView cell implements the AbstractEffectCell for containing an EffectGroup.
- effectGroupsFromFile(File) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get a list of EffectGroup from the specified file.
- effectGroupsFromResources(String) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get a list of EffectGroup from the specified resource file.
- effectGroupsToFile(File,List) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Write the given list of EffectGroups to the destination file.
- effectiveNodeOrientationProperty() - function in javafx.scene.FXStepMonitor
- effectiveNodeOrientationProperty() - function in javafx.scene.PlayPauseMonitor
- effectiveNodeOrientationProperty() - function in javafx.scene.FXTimeMonitor
- effectiveNodeOrientationProperty() - function in javafx.scene.NumericLabelMonitor
- effectiveNodeOrientationProperty() - function in javafx.scene.EffectGroupCell
- effectiveNodeOrientationProperty() - function in javafx.scene.EffectCell
- effectiveNodeOrientationProperty() - function in javafx.scene.AbstractEffectCell
- effectiveNodeOrientationProperty() - function in javafx.scene.CustomLeafletMapView
- effectiveNodeOrientationProperty() - function in javafx.scene.AbstractFXDisplay
- effectiveNodeOrientationProperty() - function in javafx.scene.FX2DDisplay
- effectiveNodeOrientationProperty() - function in javafx.scene.LeafletMapDisplay
- effectNameProperty() - function in it.unibo.alchemist.boundary.gui.controller.EffectPropertiesController
- The JavaFX Property that wraps the effectname.
- EffectPropertiesController - class in it.unibo.alchemist.boundary.gui.controller
- This class models a JavaFX controller for EffectProperties.fxml.
- effectProperty() - function in javafx.scene.FXStepMonitor
- effectProperty() - function in javafx.scene.PlayPauseMonitor
- effectProperty() - function in javafx.scene.FXTimeMonitor
- effectProperty() - function in javafx.scene.NumericLabelMonitor
- effectProperty() - function in javafx.scene.EffectGroupCell
- effectProperty() - function in javafx.scene.EffectCell
- effectProperty() - function in javafx.scene.AbstractEffectCell
- effectProperty() - function in javafx.scene.CustomLeafletMapView
- effectProperty() - function in javafx.scene.AbstractFXDisplay
- effectProperty() - function in javafx.scene.FX2DDisplay
- effectProperty() - function in javafx.scene.LeafletMapDisplay
- EffectSerializationFactory - class in it.unibo.alchemist.boundary.gui.effects
- Serialize Alchemist effects from/to file in human readable format.
- EffectSerializer - class in it.unibo.alchemist.boundary.gui.effects.json
- Serialize Alchemist effect groups from/to file in human readable format (JSON).
- effectsFromFile(File) - function in it.unibo.alchemist.boundary.gui.effects.EffectSerializationFactory
- Get a list of effects from the specified file.
- effectsFromFile(File) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get an EffectGroup from the specified file.
- effectsFromResources(String) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Get an EffectGroup from the specified resource file.
- EffectsGroupBarController - class in it.unibo.alchemist.boundary.gui.controller
- This class models a JavaFX controller for EffectsGroupBar.fxml.
- EffectStack - class in it.unibo.alchemist.boundary.gui.effects
- The class models a group of effects, stored as a stack.
- effectsToFile(File,List) - function in it.unibo.alchemist.boundary.gui.effects.EffectSerializationFactory
- Write the given effects to the destination file.
- effectsToFile(File,EffectGroup) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Write the given EffectGroup to the destination file.
- effectToFile(File,Effect) - function in it.unibo.alchemist.boundary.gui.effects.EffectSerializationFactory
- Write the given effect to the destination file.
- effectToFile(File,EffectFX) - function in it.unibo.alchemist.boundary.gui.effects.json.EffectSerializer
- Write the given EffectFX to the destination file.
- ELDERLY - enum entry in it.unibo.alchemist.model.cognitiveagents.impact.individual.Age
- element() - function in it.unibo.alchemist.boundary.gui.effects.EffectStack
- element() - function in java.util.EffectGroup
- Ellipse - class in it.unibo.alchemist.model.implementations.geometry.euclidean2d
- Adapter of java.awt.geom.Ellipse2D to Euclidean2DConvexShape.
- ellipsisStringProperty() - function in javafx.scene.control.FXStepMonitor
- ellipsisStringProperty() - function in javafx.scene.control.PlayPauseMonitor
- ellipsisStringProperty() - function in javafx.scene.control.FXTimeMonitor
- ellipsisStringProperty() - function in javafx.scene.control.NumericLabelMonitor
- ellipsisStringProperty() - function in javafx.scene.control.EffectGroupCell
- ellipsisStringProperty() - function in javafx.scene.control.EffectCell
- ellipsisStringProperty() - function in javafx.scene.control.AbstractEffectCell
- EMPTY - enum entry in it.unibo.alchemist.expressions.implementations.ListComparator
The list is empty.
- emptyProperty() - function in javafx.scene.control.EffectGroupCell
- emptyProperty() - function in javafx.scene.control.EffectCell
- emptyProperty() - function in javafx.scene.control.AbstractEffectCell
- enable() - function in java.awt.EffectBuilder
- enable() - function in javax.swing.JEffectsTab
- enable() - function in javax.swing.JEffectRepresentation
- enable() - function in java.awt.AlchemistSwingUI
- enable() - function in javax.swing.StatusBar
- enable() - function in javax.swing.ReactivityPanel
- enable() - function in javax.swing.FileMenu
- enable() - function in javax.swing.SimControlPanel
- enable() - function in javax.swing.SimControlButton
- enable() - function in javax.swing.AbstractMenu
- enable() - function in javax.swing.NumericTextField
- enable() - function in javax.swing.TimeStepMonitor
- enable() - function in javax.swing.NodeTracker
- enable() - function in javax.swing.MapDisplay
- enable() - function in javax.swing.Generic2DDisplay
- enable() - function in javax.swing.MoleculeInjectorGUI
- enable() - function in javax.swing.JOutputMonitorRepresentation
- enable() - function in javax.swing.JTape
- enable() - function in javax.swing.JTapeTab
- enable() - function in javax.swing.JTapeSection
- enable() - function in javax.swing.JTapeMainFeature
- enable() - function in javax.swing.JTapeFeatureStack
- enable() - function in javax.swing.JTapeGroup
- enable_tracing() - function in it.unibo.alchemist.expressions.parser.Exp
- Enable tracing.
- enableBenchmark() - function in it.unibo.alchemist.model.interfaces.BenchmarkableEnvironment
- Call this method to tell this environment that it should record its performances.
- enableBenchmark() - function in it.unibo.alchemist.model.interfaces.MapEnvironment
- enableBenchmark() - function in it.unibo.alchemist.model.implementations.environments.OSMEnvironment
- enableInputMethods(boolean) - function in java.awt.EffectBuilder
- enableInputMethods(boolean) - function in java.awt.JEffectsTab
- enableInputMethods(boolean) - function in java.awt.JEffectRepresentation
- enableInputMethods(boolean) - function in java.awt.AlchemistSwingUI
- enableInputMethods(boolean) - function in java.awt.StatusBar
- enableInputMethods(boolean) - function in java.awt.ReactivityPanel
- enableInputMethods(boolean) - function in java.awt.FileMenu
- enableInputMethods(boolean) - function in java.awt.SimControlPanel
- enableInputMethods(boolean) - function in java.awt.SimControlButton
- enableInputMethods(boolean) - function in java.awt.AbstractMenu
- enableInputMethods(boolean) - function in java.awt.NumericTextField
- enableInputMethods(boolean) - function in java.awt.TimeStepMonitor
- enableInputMethods(boolean) - function in java.awt.NodeTracker
- enableInputMethods(boolean) - function in java.awt.MapDisplay
- enableInputMethods(boolean) - function in java.awt.Generic2DDisplay
- enableInputMethods(boolean) - function in java.awt.MoleculeInjectorGUI
- enableInputMethods(boolean) - function in java.awt.JOutputMonitorRepresentation
- enableInputMethods(boolean) - function in java.awt.JTape
- enableInputMethods(boolean) - function in java.awt.JTapeTab
- enableInputMethods(boolean) - function in java.awt.JTapeSection
- enableInputMethods(boolean) - function in java.awt.JTapeMainFeature
- enableInputMethods(boolean) - function in java.awt.JTapeFeatureStack
- enableInputMethods(boolean) - function in java.awt.JTapeGroup
- Engine - class in it.unibo.alchemist.core.implementations
- This class implements a simulation.
- ENTERED - enum entry in it.unibo.alchemist.boundary.jfx.events.mouse.ActionOnMouse
- Environment - class in it.unibo.alchemist.model.interfaces
- Interface for an environment.
- Environment2DWithObstacles - class in it.unibo.alchemist.model.interfaces.environments
- A bidimensional EnvironmentWithObstacles.
- EnvironmentAndExports - class in it.unibo.alchemist.loader
- Pair-like implementation of InitializedEnvironment.
- EnvironmentNode - class in it.unibo.alchemist.model.interfaces
- EnvironmentNodeImpl - class in it.unibo.alchemist.model.implementations.nodes
- EnvironmentSupportingDeformableCells - class in it.unibo.alchemist.model.interfaces
- Environment supporting deformable cells.
- EnvironmentWithGraph - class in it.unibo.alchemist.model.interfaces.environments
- An EnvironmentWithObstacles providing a NavigationGraph.
- EnvironmentWithObstacles - class in it.unibo.alchemist.model.interfaces
- An environment with Obstacles.
- envPointFromView(PointAdapter) - function in it.unibo.alchemist.boundary.wormhole.implementation.LeafletMapWormhole
- envPointFromView(PointAdapter) - function in it.unibo.alchemist.boundary.wormhole.implementation.WormholeFX
- EnvPresent - class in it.unibo.alchemist.model.implementations.conditions
- equals(Object) - function in it.unibo.alchemist.model.implementations.actions.RunProtelisProgram
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.CircleNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.AbstractNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.IntNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.CircularDeformableCellImpl
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.EnvironmentNodeImpl
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.IntegerNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.CellNodeImpl
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.DoubleNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.ProtelisNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.nodes.LsaNode
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.BlendedSteering
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.CognitiveBehavior
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.NavigationPrioritisedSteering
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.PrioritySteering
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.SteeringBehavior
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.Event
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.AbstractReaction
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.ChemicalReaction
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.BiochemicalReaction
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.SAPEREReaction
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.SAPEREGradient
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.BlendedSteeringWithPhysics
- equals(Object) - function in it.unibo.alchemist.model.implementations.reactions.NavigationPrioritisedSteeringWithPhysics
- equals(Object) - function in it.unibo.alchemist.model.interfaces.ILsaMolecule
- equals(Object) - function in it.unibo.alchemist.model.implementations.positions.Euclidean2DPosition
- equals(Object) - function in it.unibo.alchemist.model.implementations.positions.AbstractEuclideanPosition
- equals(Object) - function in it.unibo.alchemist.model.implementations.positions.AbstractPosition
- equals(Object) - function in it.unibo.alchemist.model.implementations.positions.LatLongPosition
- equals(Object) - function in it.unibo.alchemist.model.implementations.positions.GPSPointImpl
- equals(Object) - function in java.awt.geom.RectObstacle2D
- equals(Object) - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.AwtMutableConvexPolygon
- equals(Object) - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.SlopeInterceptLine2D
- Checks if other is a Line2D and if it coincidesWith this one.
- equals(Object) - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.navigator.ExtendableConvexPolygonInEnvironment
- equals(Object) - function in it.unibo.alchemist.wormhole.implementation.adapter.NodeViewPort
- .
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.AbstractEffect
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.EffectStack
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawDot
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawColoredDot
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawColoredDot
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.EffectGroup
- Compares the EffectGroups.
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawLinks
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.Effect
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawBidimensionalGaussianLayersIsolines
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawLayersIsolines
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.AbstractDrawLayers
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawBidimensionalGaussianLayersGradient
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawLayersValues
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawCognitiveMap
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawPedestrianPath
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawNavigationGraph
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawSmartcam
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawOnce
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawLayers
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawLayersGradient
- equals(Object) - function in it.unibo.alchemist.boundary.gui.effects.DrawShape
- equals(Object) - function in it.unibo.alchemist.boundary.gui.view.properties.SerializableStringProperty
- equals(Object) - function in it.unibo.alchemist.boundary.gui.view.properties.RangedIntegerProperty
- equals(Object) - function in it.unibo.alchemist.boundary.gui.view.properties.SerializableEnumProperty
- equals(Object) - function in it.unibo.alchemist.boundary.gui.view.properties.SerializableBooleanProperty
- equals(Object) - function in it.unibo.alchemist.boundary.gui.view.properties.RangedDoubleProperty
- equals(Object) - function in it.unibo.alchemist.grid.simulation.RemoteResultImpl
- equals(Object) - function in it.unibo.alchemist.grid.config.SimulationConfig
- equals(Object) - function in it.unibo.alchemist.grid.config.SimulationConfigImpl
- equals(Object) - function in it.unibo.alchemist.model.implementations.times.DoubleTime
- equals(Object) - function in it.unibo.alchemist.model.implementations.routes.PolygonalChain
- equals(Object) - function in it.unibo.alchemist.model.implementations.routes.GPSTraceImpl
- equals(Object) - function in it.unibo.alchemist.model.implementations.molecules.SimpleMolecule
- equals(Object) - function in it.unibo.alchemist.model.implementations.molecules.Junction
- equals(Object) - function in it.unibo.alchemist.model.implementations.molecules.Biomolecule
- equals(Object) - function in it.unibo.alchemist.model.implementations.molecules.LsaMolecule
- equals(Object) - function in it.unibo.alchemist.model.implementations.neighborhoods.SimpleNeighborhood
- equals(Object) - function in it.unibo.alchemist.protelis.AlchemistExecutionContext
- equals(Object) - function in it.unibo.alchemist.model.implementations.concentrations.Local
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.ListComparatorTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.UIDNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.VarTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.ComparatorTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.OperatorTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.ConstTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.ATreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.NumTreeNode
- equals(Object) - function in it.unibo.alchemist.expressions.implementations.ListTreeNode
- equals(Object) - function in it.unibo.alchemist.model.smartcam.VisibleNodeImpl
- equals(Object) - function in it.unibo.alchemist.boundary.gui.monitors.ClassItem
- equals(Object) - function in it.unibo.alchemist.boundary.wormhole.implementation.PointAdapter
- equals(Object) - function in it.unibo.alchemist.boundary.wormhole.implementation.adapter.ComponentViewPort
- equalsToString(String) - function in it.unibo.alchemist.boundary.gui.SimControlCommand
- Compares this enum to a String.
- EQUIRECTANGULAR - enum entry in it.unibo.alchemist.model.implementations.positions.LatLongPosition.DistanceFormula
- escapeIntention() - function in it.unibo.alchemist.model.cognitiveagents.CognitiveModel
- Value representing the intention to escape.
- escapeIntention() - function in it.unibo.alchemist.model.cognitiveagents.impact.ImpactModel
- Value representing the intention to escape.
- Euclidean2DEnvironment - class in it.unibo.alchemist.model.interfaces.environments
- A bidimensional euclidean space with any concentration type T.
- Euclidean2DEnvironment.Companion - class in it.unibo.alchemist.model.interfaces.environments.Euclidean2DEnvironment
- Euclidean2DEnvironmentWithGraph - class in it.unibo.alchemist.model.interfaces.environments
- An euclidean bidimensional EnvironmentWithGraph.
- Euclidean2DEnvironmentWithObstacles - class in it.unibo.alchemist.model.interfaces.environments
- An Environment2DWithObstacles using Euclidean2DPositions.
- Euclidean2DPassage - class in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.graph
- Defines a passage between two ConvexPolygons in an euclidean bidimensional space.
- Euclidean2DPosition - class in it.unibo.alchemist.model.implementations.positions
- Euclidean2DShapeFactory - class in it.unibo.alchemist.model.interfaces.geometry.euclidean2d
- Defines a factory of GeometricShape for a bidimensional euclidean space.
- Euclidean2DTransformation - class in it.unibo.alchemist.model.interfaces.geometry.euclidean2d
- Defines the possible transformations for a it.unibo.alchemist.model.interfaces.geometry.GeometricShape in a bidimensional euclidean space.
- EuclideanEnvironment - class in it.unibo.alchemist.model.interfaces
- An Euclidean space, where Positions P are valid Vectors, supporting any concentration type T.
- EuclideanPhysics2DEnvironmentWithGraph - class in it.unibo.alchemist.model.interfaces.environments
- An Euclidean2DEnvironmentWithGraph supporting physics.
- EuclideanPhysics2DEnvironmentWithObstacles - class in it.unibo.alchemist.model.interfaces.environments
- An Euclidean2DEnvironmentWithObstacles supporting physics.
- EuclideanSimulationKt - class in it.unibo.alchemist.testsupport
- evaluate(DoubleArray,Integer,Integer) - function in it.unibo.alchemist.loader.export.statistic.CountDistinct
- evaluate() - function in org.apache.commons.math3.stat.descriptive.CountDistinct
- evaluate(DoubleArray) - function in org.apache.commons.math3.stat.descriptive.CountDistinct
- evaluation(Map) - function in it.unibo.alchemist.expressions.interfaces.ITree
- This evaluates the expression.
- evaluation(Map) - function in it.unibo.alchemist.expressions.implementations.AST
- This evaluates the expression.
- Event - class in it.unibo.alchemist.model.implementations.reactions
- This reaction completely ignores the propensity conditioning of the conditions, and tries to run every time the TimeDistribution wants to.
- EventDispatcher - class in it.unibo.alchemist.boundary.jfx.events.generic
- An event dispatcher.
- eventDispatcherProperty() - function in javafx.scene.FXStepMonitor
- eventDispatcherProperty() - function in javafx.scene.PlayPauseMonitor
- eventDispatcherProperty() - function in javafx.scene.FXTimeMonitor
- eventDispatcherProperty() - function in javafx.scene.NumericLabelMonitor
- eventDispatcherProperty() - function in javafx.scene.EffectGroupCell
- eventDispatcherProperty() - function in javafx.scene.EffectCell
- eventDispatcherProperty() - function in javafx.scene.AbstractEffectCell
- eventDispatcherProperty() - function in javafx.scene.CustomLeafletMapView
- eventDispatcherProperty() - function in javafx.scene.AbstractFXDisplay
- eventDispatcherProperty() - function in javafx.scene.FX2DDisplay
- eventDispatcherProperty() - function in javafx.scene.LeafletMapDisplay
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractGroupSteeringAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractLayerAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractNavigationAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractSteeringAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractSteeringActionWithTarget
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentArrive
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentAvoidLayer
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentCohesion
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentCombineSteering
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentExplore
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentFlee
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentFollowLayer
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentFollowRoute
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentFollowScalarField
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentGoalOrientedExplore
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentNavigationAction2D
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentObstacleAvoidance
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentPursue
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentReachDestination
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentReachKnownDestination
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentSeek
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentSeek2D
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentSeparation
- execute() - function in it.unibo.alchemist.model.implementations.actions.CognitiveAgentWander
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractEuclideanConfigurableMoveNode
- execute() - function in it.unibo.alchemist.model.implementations.actions.ConstantDistanceRandomWalk
- execute() - function in it.unibo.alchemist.model.implementations.actions.FollowAtDistance
- execute() - function in it.unibo.alchemist.model.implementations.actions.GenericRandomWalker
- execute() - function in it.unibo.alchemist.model.implementations.actions.HeadTowardRandomDirection
- Changes the heading of the node randomly.
- execute() - function in it.unibo.alchemist.model.implementations.actions.HeadTowardTarget
- Sets the heading of the node according to the target molecule.
- execute() - function in it.unibo.alchemist.model.implementations.actions.LevyWalk
- execute() - function in it.unibo.alchemist.model.implementations.actions.Spin
- Spins the node around itself.
- execute() - function in it.unibo.alchemist.model.implementations.actions.RemoveNode
- execute() - function in it.unibo.alchemist.model.implementations.actions.BrownianMove
- Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
- execute() - function in it.unibo.alchemist.model.interfaces.BrownianMove
- execute() - function in it.unibo.alchemist.model.interfaces.AbstractAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.MoveForwardAndTeleport
- Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
- execute() - function in it.unibo.alchemist.model.interfaces.MoveForwardAndTeleport
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractConfigurableMoveNode
- Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
- execute() - function in it.unibo.alchemist.model.interfaces.AbstractConfigurableMoveNode
- execute() - function in it.unibo.alchemist.model.implementations.actions.MoveToTarget
- Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
- execute() - function in it.unibo.alchemist.model.interfaces.MoveToTarget
- execute() - function in it.unibo.alchemist.model.interfaces.AbstractLocalAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractMoveNode
- Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
- execute() - function in it.unibo.alchemist.model.implementations.actions.SetLocalMoleculeConcentration
- execute() - function in it.unibo.alchemist.model.interfaces.AbstractActionOnSingleMolecule
- execute() - function in it.unibo.alchemist.model.implementations.actions.ToggleMolecule
- Toggles concentration.
- execute() - function in it.unibo.alchemist.model.implementations.actions.ToggleMoleculeRandomly
- Rolls the dice and toggles the molecule.
- execute() - function in it.unibo.alchemist.model.implementations.actions.AbstractNeighborAction
- Execute the action on a random neighbor if the node has a neighborhood.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.AbstractNeighborAction
- Execute the action on the given target node.
- execute() - function in it.unibo.alchemist.model.interfaces.AbstractRandomizableAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.CellMove
- execute() - function in it.unibo.alchemist.model.implementations.actions.AddJunctionInCell
- If no target node is given DO NOTHING.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.AddJunctionInCell
- Create the junction that links the node where this action is executed and the target node.
- execute() - function in it.unibo.alchemist.model.interfaces.AddJunctionInCell
- execute() - function in it.unibo.alchemist.model.implementations.actions.CellTensionPolarization
- execute() - function in it.unibo.alchemist.model.implementations.actions.ChangeBiomolConcentrationInCell
- execute() - function in it.unibo.alchemist.model.implementations.actions.RemoveJunctionInNeighbor
- If no target node is given DO NOTHING.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.RemoveJunctionInNeighbor
- Execute the action on the given target node.
- execute() - function in it.unibo.alchemist.model.interfaces.RemoveJunctionInNeighbor
- execute() - function in it.unibo.alchemist.model.implementations.actions.ChemotacticPolarization
- execute() - function in it.unibo.alchemist.model.implementations.actions.ChangeBiomolConcentrationInEnv
- execute() - function in it.unibo.alchemist.model.implementations.actions.AddJunctionInNeighbor
- If no target node is given DO NOTHING.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.AddJunctionInNeighbor
- Create the junction that links the target node and the node when this action is executed.
- execute() - function in it.unibo.alchemist.model.interfaces.AddJunctionInNeighbor
- execute() - function in it.unibo.alchemist.model.implementations.actions.RandomPolarization
- execute() - function in it.unibo.alchemist.model.implementations.actions.ChangeBiomolConcentrationInNeighbor
- Execute the action on a random neighbor if the node has a neighborhood.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.ChangeBiomolConcentrationInNeighbor
- Execute the action on the given target node.
- execute() - function in it.unibo.alchemist.model.interfaces.ChangeBiomolConcentrationInNeighbor
- execute() - function in it.unibo.alchemist.model.implementations.actions.RemoveJunctionInCell
- If no target node is given DO NOTHING.
- execute(Node) - function in it.unibo.alchemist.model.implementations.actions.RemoveJunctionInCell
- Removes the junction that links the node where this action is executed and the target node.
- execute() - function in it.unibo.alchemist.model.interfaces.RemoveJunctionInCell
- execute() - function in it.unibo.alchemist.model.implementations.actions.SendToNeighbor
- execute() - function in it.unibo.alchemist.model.implementations.actions.RunProtelisProgram
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaCountNeighborsAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaAscendingGradientDist
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaAllNeighborsAction
- execute() - function in it.unibo.alchemist.model.interfaces.LsaAllNeighborsAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.SAPEREWalker
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaStandardAction
- execute() - function in it.unibo.alchemist.model.interfaces.SAPEREMoveNodeAgent
- execute() - function in it.unibo.alchemist.model.interfaces.LsaAbstractAction
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaChangeArgument
- execute() - function in it.unibo.alchemist.model.implementations.actions.SAPEREMoveLSAToAgent
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaAscendingAgent
- execute() - function in it.unibo.alchemist.model.implementations.actions.SAPEREWalkerRiseGradient
- execute() - function in it.unibo.alchemist.model.interfaces.SAPERELocalAgent
- execute() - function in it.unibo.alchemist.model.implementations.actions.SAPEREChemotaxis
- execute() - function in it.unibo.alchemist.model.implementations.actions.LsaRandomNeighborAction
- execute() - function in it.unibo.alchemist.model.interfaces.LsaRandomNeighborAction
- execute() - function in it.unibo.alchemist.model.interfaces.SAPEREAgent
- execute() - function in it.unibo.alchemist.model.interfaces.SAPERENeighborAgent
- execute() - function in it.unibo.alchemist.model.implementations.actions.ReproduceGPSTrace
- execute() - function in it.unibo.alchemist.model.implementations.actions.GPSTraceWalker
- execute() - function in it.unibo.alchemist.model.implementations.actions.MoveOnMap
- execute() - function in it.unibo.alchemist.model.implementations.actions.TargetMapWalker
- execute() - function in it.unibo.alchemist.model.implementations.actions.MoveOnMapWithGPS
- execute() - function in it.unibo.alchemist.model.implementations.actions.RandomTargetInPolygonOnMap
- execute() - function in it.unibo.alchemist.model.implementations.actions.CameraInjectVisibleNodeClosestToDistance
- execute() - function in it.unibo.alchemist.model.implementations.actions.CameraSee
- execute() - function in it.unibo.alchemist.model.implementations.reactions.BlendedSteering
- execute() - function in it.unibo.alchemist.model.implementations.reactions.CognitiveBehavior
- execute() - function in it.unibo.alchemist.model.implementations.reactions.NavigationPrioritisedSteering
- execute() - function in it.unibo.alchemist.model.implementations.reactions.PrioritySteering
- execute() - function in it.unibo.alchemist.model.implementations.reactions.SteeringBehavior
- execute() - function in it.unibo.alchemist.model.implementations.reactions.Event
- The default execution iterates all the actions in order and executes them.
- execute() - function in it.unibo.alchemist.model.interfaces.Event
- execute() - function in it.unibo.alchemist.model.implementations.reactions.AbstractReaction
- The default execution iterates all the actions in order and executes them.
- execute() - function in it.unibo.alchemist.model.implementations.reactions.ChemicalReaction
- The default execution iterates all the actions in order and executes them.
- execute() - function in it.unibo.alchemist.model.interfaces.ChemicalReaction
- execute() - function in it.unibo.alchemist.model.implementations.reactions.BiochemicalReaction
- execute() - function in it.unibo.alchemist.model.implementations.reactions.SAPEREReaction
- execute() - function in it.unibo.alchemist.model.implementations.reactions.SAPEREGradient
- execute() - function in it.unibo.alchemist.model.implementations.reactions.BlendedSteeringWithPhysics
- execute() - function in it.unibo.alchemist.model.implementations.reactions.NavigationPrioritisedSteeringWithPhysics
- execute() - function in it.unibo.alchemist.model.interfaces.GroupSteeringAction
- execute() - function in it.unibo.alchemist.model.interfaces.NavigationAction
- execute() - function in it.unibo.alchemist.model.interfaces.SteeringAction
- execute() - function in it.unibo.alchemist.model.interfaces.SteeringActionWithTarget
- execute() - function in it.unibo.alchemist.model.interfaces.ILsaAction
- execute() - function in it.unibo.alchemist.model.interfaces.Action
- Effectively executes this action.
- execute() - function in it.unibo.alchemist.model.interfaces.Reaction
- Executes the reactions.
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.FXStepMonitor
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.PlayPauseMonitor
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.FXTimeMonitor
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.NumericLabelMonitor
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.EffectGroupCell
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.EffectCell
- executeAccessibleAction(AccessibleAction,Array) - function in javafx.scene.control.AbstractEffectCell
- executeAccessibleAction(AccessibleAction,Object) - function in javafx.scene.CustomLeafletMapView
- executeAccessibleAction(AccessibleAction,Object) - function in javafx.scene.AbstractFXDisplay
- executeAccessibleAction(AccessibleAction,Object) - function in javafx.scene.FX2DDisplay
- executeAccessibleAction(AccessibleAction,Object) - function in javafx.scene.LeafletMapDisplay
- ExecutionTime - class in it.unibo.alchemist.loader.export.extractors
- An extractor which provides informations about the running time of the simulation.
- ExecutionTime.Companion - class in it.unibo.alchemist.loader.export.extractors.ExecutionTime
- EXITED - enum entry in it.unibo.alchemist.boundary.jfx.events.mouse.ActionOnMouse
- Exp - class in it.unibo.alchemist.expressions.parser
- ExpConstants - class in it.unibo.alchemist.expressions.parser
- Token literal values and constants.
- Exploring - class in it.unibo.alchemist.model.implementations.actions.navigationstrategies
- A NavigationStrategy allowing to explore the environment.
- Exploring.Companion - class in it.unibo.alchemist.model.implementations.actions.navigationstrategies.Exploring
- ExponentialSmoothing - class in it.unibo.alchemist.model.implementations.actions.steeringstrategies
- Exponential smoothing is a trivial way of smoothing signals.
- ExponentialTime - class in it.unibo.alchemist.model.implementations.timedistributions
- Markovian events.
- ExponentialZoomManager - class in it.unibo.alchemist.boundary.wormhole.implementation
- An
ExpZoomManagerconverts the sliding of any physical/virtual device/control into a zoom rate through an exponential function (in this way I am sure to not see negative values ;-). - exportData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.exporters.AbstractExporter
- Delegates the concrete implementation of this method to his subclasses.
- exportData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.exporters.CSVExporter
- Delegates the concrete implementation of this method to his subclasses.
- exportData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.exporters.MongoDBExporter
- Delegates the concrete implementation of this method to his subclasses.
- Exporter - class in it.unibo.alchemist.loader.export
- A generic exporter for the simulation.
- Expr() - function in it.unibo.alchemist.expressions.parser.Exp
- Expression - class in it.unibo.alchemist.expressions.implementations
- ExpressionFactory - class in it.unibo.alchemist.expressions.implementations
- This utility class provides methods to ease the building and usage of IExpression without parsing.
- ExpTokenManager - class in it.unibo.alchemist.expressions.parser
- Token Manager.
- extend(Double) - function in it.unibo.alchemist.model.implementations.geometry.euclidean2d.navigator.ExtendableConvexPolygonInEnvironment
- Extends the polygon in each direction of a quantity equal to step.
- extend(Double) - function in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.navigator.ExtendableConvexPolygon
- Extends the polygon in each direction: each edge is given a chance to advance.
- ExtendableConvexPolygon - class in it.unibo.alchemist.model.interfaces.geometry.euclidean2d.navigator
- A sophisticated MutableConvexPolygon.
- ExtendableConvexPolygonInEnvironment - class in it.unibo.alchemist.model.implementations.geometry.euclidean2d.navigator
- An ExtendableConvexPolygon located inside an environment with obstacles.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.Extractor
- Extracts properties from an environment.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.extractors.ExecutionTime
- Extracts properties from an environment.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.extractors.MeanSquaredError
- Extracts properties from an environment.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.extractors.MoleculeReader
- Extracts properties from an environment.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.extractors.NumberOfNodes
- Extracts properties from an environment.
- extractData(Environment,Reaction,Time,Long) - function in it.unibo.alchemist.loader.export.extractors.Time
- Extracts properties from an environment.
- Extractor - class in it.unibo.alchemist.loader.export
- An object that is able to extract numeric informations from an Alchemist {@link Environment}, given the current {@link it.unibo.alchemist.core.interfaces.Simulation} {@link Time}, the last {@link Reaction} executed and the current simulation step.