Uses of Interface
jasima.core.util.observer.Notifier
-
-
Uses of Notifier in jasima.core.experiment
Classes in jasima.core.experiment that implement Notifier Modifier and Type Class Description classAbstractMultiConfExperimentBase class for experiments that execute variations of abaseExperimentby changing its properties.classAbstractMultiExperimentParent class of an experiment which runs a number of child experiments.classExperimentAn Experiment is something that produces results depending on various parameters.classFullFactorialExperimentSystematically tests all possible combinations of various discrete factors and their values on a base experiment.classMultipleConfigurationExperimentRuns variations of a certain base experiment specified by a list of configurations.classMultipleReplicationExperimentRuns an arbitrarybaseExperimentmultiple times (determined bymaxReplications).classOCBAExperimentPurpose of this class is to find the best configuration/parameterization of a base experiment (subject to random effects) using the Optimal Computing Budget Allocation (OCBA) method.classRandomFractionalExperimentAllows to run a certain maximum number of experiments chosen randomly. -
Uses of Notifier in jasima.core.simulation
Subinterfaces of Notifier in jasima.core.simulation Modifier and Type Interface Description interfaceSimComponentThis interface provides basic functionality for simulation components.interfaceSimComponentContainerInterface to be implemented by all components containing sub-components.Classes in jasima.core.simulation that implement Notifier Modifier and Type Class Description classSimComponentBasePotential base class for simulation components implementing the interfaceSimComponent.classSimComponentContainerBaseSimple implementation of aSimComponentContainer.classSimEntityASimEntityis aSimComponentwith a singleSimProcessmodelling its main lifecycle actions using the process-oriented modelling world view.classSimulationBase class for a discrete event simulation.classSimulationExperimentMethods in jasima.core.simulation that return Notifier Modifier and Type Method Description Notifier<SimComponent,SimComponent.SimComponentEvent>SimComponent. notifierImpl()SimComponents can notify registered listeners of certain events/messages occurring. -
Uses of Notifier in jasima.core.simulation.generic
Classes in jasima.core.simulation.generic that implement Notifier Modifier and Type Class Description classQ<T>Methods in jasima.core.simulation.generic that return Notifier Modifier and Type Method Description Notifier<Q<T>,Q.QEvent>Q. notifierImpl() -
Uses of Notifier in jasima.core.simulation.util
Classes in jasima.core.simulation.util that implement Notifier Modifier and Type Class Description classSimComponentRootUsed internally as root component forSimulationandSimulationExperiment. -
Uses of Notifier in jasima.core.util.observer
Classes in jasima.core.util.observer with type parameters of type Notifier Modifier and Type Interface Description interfaceNotifier<SUBJECT extends Notifier<SUBJECT,MESSAGE>,MESSAGE>Notifier informNotifierListeners about events.classNotifierImpl<SUBJECT extends Notifier<SUBJECT,MESSAGE>,MESSAGE>Example implementation ofNotifierfunctionality.Classes in jasima.core.util.observer that implement Notifier Modifier and Type Class Description classNotifierImpl<SUBJECT extends Notifier<SUBJECT,MESSAGE>,MESSAGE>Example implementation ofNotifierfunctionality.Fields in jasima.core.util.observer with type parameters of type Notifier Modifier and Type Field Description static Map<Notifier<?,?>,NotifierImpl<?,?>>Notifier. adaptersMethods in jasima.core.util.observer that return Notifier Modifier and Type Method Description default Notifier<SUBJECT,MESSAGE>Notifier. notifierImpl()Notifier<SUBJECT,MESSAGE>NotifierImpl. notifierImpl() -
Uses of Notifier in jasima.shopSim.core
Classes in jasima.shopSim.core that implement Notifier Modifier and Type Class Description classDynamicJobSourceThis class can be used to create a stream of jobs characterized by various random distributions.classJobMain work unit in a shop.classJobSourceA job source is an abstract base class for classes producingJobs.classShopImplements a shop simulation.classShopExperimentBase class for shop experiments.classStaticJobSourceA job source which generates jobs from a static set of job descriptions (StaticJobSource.JobSpec).classWorkStationClass to represent a workstation.Methods in jasima.shopSim.core that return Notifier Modifier and Type Method Description Notifier<Job,Job.JobEvent>Job. notifierImpl() -
Uses of Notifier in jasima.shopSim.models.dynamicShop
Classes in jasima.shopSim.models.dynamicShop that implement Notifier Modifier and Type Class Description classDynamicShopExperimentSimulates dynamic job shops and flow shops, based on some parameters. -
Uses of Notifier in jasima.shopSim.models.mimac
Classes in jasima.shopSim.models.mimac that implement Notifier Modifier and Type Class Description classMimacExperimentImplements simulations of the MIMAC Scenarios. -
Uses of Notifier in jasima.shopSim.models.staticShop
Classes in jasima.shopSim.models.staticShop that implement Notifier Modifier and Type Class Description classStaticShopExperimentExperiment which loads a scheduling instance from a file or URL/URI.
-