Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- SAAPUMINEN - Enum constant in enum class simu.model.EventType
- SAFKAAMINEN - Enum constant in enum class simu.model.EventType
- sample() - Method in class eduni.distributions.Bernoulli
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Beta
-
Generate a new random number.
- sample() - Method in class eduni.distributions.BetaPrime
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Binomial
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Cauchy
-
Generate a new random number.
- sample() - Method in class eduni.distributions.ChiSquare
-
Generate a new random number.
- sample() - Method in interface eduni.distributions.ContinuousGenerator
- sample() - Method in interface eduni.distributions.DiscreteGenerator
- sample() - Method in class eduni.distributions.Erlang
-
Generate a new random number.
- sample() - Method in class eduni.distributions.FDistribution
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Gamma
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Geometric
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Invgamma
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Logistic
-
Generate a new random number.
- sample() - Method in class eduni.distributions.LogNormal
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Negexp
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Normal
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Pareto
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Pascal
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Poisson
-
Generate a new random number.
- sample() - Method in class eduni.distributions.RandomGenerator
- sample() - Method in class eduni.distributions.SeedGenerator
- sample() - Method in class eduni.distributions.Tstudent
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Uniform
-
Generate a new random number.
- sample() - Method in class eduni.distributions.Weibull
-
Generate a new random number.
- Seedable - Interface in eduni.distributions
-
represents classes which has a seed
- SeedGenerator - Class in eduni.distributions
-
A SeedGenerator is a DiscreteGenerator which produces well-spaced seeds according to its spacing attribute.
- SeedGenerator() - Constructor for class eduni.distributions.SeedGenerator
- SeedGenerator(long, int) - Constructor for class eduni.distributions.SeedGenerator
- ServicePoint - Class in simu.model
-
The ServicePoint class represents a service point in the simulation.
- ServicePoint(ContinuousGenerator, EventList, EventType) - Constructor for class simu.model.ServicePoint
-
Constructs a ServicePoint with the specified generator and event list.
- setArrivalTime(double) - Method in class simu.model.Customer
-
Sets the arrival time of the customer.
- setDelay(long) - Method in class simu.framework.Engine
-
Sets the delay between simulation steps.
- setDelay(long) - Method in interface simu.framework.IEngine
-
Sets the delay between simulation steps.
- setDepartTime(double) - Method in class simu.model.Customer
-
Sets the departure time of the customer.
- setEndTime(double) - Method in class controller.ControllerForFxml
-
Sets the end time of the simulation.
- setEndTime(double) - Method in interface view.ISimulatorUI
-
Sets the simulation end time.
- setEngine(IEngine) - Method in class controller.AboutController
-
Sets the simulation engine.
- setEngine(IEngine) - Method in class controller.SettingsController
-
Sets the engine for the controller.
- setGroupId(int) - Method in class simu.model.Customer
-
Sets the group id of the customer.
- setGroupSize(int) - Method in class controller.SettingsController
-
Sets the maximum group size to the given value.
- setHasOrdered(boolean) - Method in class simu.model.Customer
-
Sets whether the customer has ordered.
- setId(int) - Method in class simu.model.MenuItem
-
Sets the ID of the menu item.
- setIVisualization(IVisualization) - Method in class controller.ControllerForFxml
-
Sets the visualization interface.
- setLeaving(boolean) - Method in class simu.model.Customer
-
Sets whether the customer is leaving.
- setMainController(ControllerForFxml) - Method in class controller.AboutController
-
Sets the main controller.
- setMainController(ControllerForFxml) - Method in class controller.SettingsController
-
Sets the main controller for the controller.
- setName(String) - Method in class simu.model.MenuItem
-
Sets the name of the menu item.
- setPrepTimeMinutes(int) - Method in class simu.model.MenuItem
-
Sets the preparation time of the menu item.
- setSeated(boolean) - Method in class simu.model.Customer
-
Sets whether the customer is seated.
- setSeed(long) - Method in class eduni.distributions.Generator
- setSeed(long) - Method in class eduni.distributions.RandomGenerator
- setSeed(long) - Method in interface eduni.distributions.Seedable
-
Set the random number generator's seed.
- setSeed(long) - Method in class eduni.distributions.SeedGenerator
- setSimulationTime(double) - Method in class simu.framework.Engine
-
Sets the simulation time of the engine.
- setSimulationTime(double) - Method in interface simu.framework.IEngine
-
Sets the simulation time of the engine.
- setTableAmount(int) - Method in class controller.SettingsController
- setTableSize(int) - Method in class controller.SettingsController
- setTime(double) - Method in class simu.framework.Clock
-
Sets the current time of the Clock.
- setTime(double) - Method in class simu.framework.Event
-
Sets the time at which the event occurs.
- SettingsController - Class in controller
-
Controller class for handling the settings UI interactions.
- SettingsController() - Constructor for class controller.SettingsController
- setTraceLevel(Trace.Level) - Static method in class simu.framework.Trace
-
Sets the trace level.
- setType(IEventType) - Method in class simu.framework.Event
-
Sets the type of the event.
- setUi(ISimulatorUI) - Method in class controller.ControllerForFxml
-
Sets the simulator UI interface.
- shape_a - Variable in class eduni.distributions.Beta
- shape_b - Variable in class eduni.distributions.Beta
- showEndTime(double) - Method in class controller.ControllerForFxml
-
Shows the end time of the simulation.
- showEndTime(double) - Method in interface controller.IControllerForM
-
Shows the end time of the simulation.
- simu.Dao - package simu.Dao
- simu.datasource - package simu.datasource
- simu.framework - package simu.framework
- simu.model - package simu.model
- SimulatorView - Class in view
-
The SimulatorView class represents the view of the simulator.
- SimulatorView() - Constructor for class view.SimulatorView
- slowDown() - Method in class controller.ControllerForFxml
-
Slows down the simulation.
- slowDown() - Method in interface controller.IControllerForV
-
Slows down the simulation.
- speedUp() - Method in class controller.ControllerForFxml
-
Speeds up the simulation.
- speedUp() - Method in interface controller.IControllerForV
-
Speeds up the simulation.
- start(Stage) - Method in class view.SimulatorView
-
Starts the simulator.
- startSimulation() - Method in class controller.ControllerForFxml
-
Starts the simulation with the specified time and delay.
- startSimulation() - Method in interface controller.IControllerForV
-
Starts the simulation.
- std_dev - Variable in class eduni.distributions.Normal
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form