Uses of Interface
jasima.core.util.ValueStore
-
-
Uses of ValueStore in jasima.core.experiment
Classes in jasima.core.experiment that implement ValueStore 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.Methods in jasima.core.experiment that return ValueStore Modifier and Type Method Description ValueStoreExperiment. valueStoreImpl() -
Uses of ValueStore in jasima.core.simulation
Subinterfaces of ValueStore 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 ValueStore 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 ValueStore Modifier and Type Method Description ValueStoreSimComponent. valueStoreImpl()SimComponents provide aValueStoreto attach arbitrary key/value-pairs with them.ValueStoreSimComponentBase. valueStoreImpl()ValueStoreSimulation. valueStoreImpl() -
Uses of ValueStore in jasima.core.simulation.util
Classes in jasima.core.simulation.util that implement ValueStore Modifier and Type Class Description classSimComponentRootUsed internally as root component forSimulationandSimulationExperiment. -
Uses of ValueStore in jasima.core.util
Classes in jasima.core.util that implement ValueStore Modifier and Type Class Description classValueStoreImplImplementation of theValueStoreinterface backed by a simpleHashMap.Methods in jasima.core.util that return ValueStore Modifier and Type Method Description ValueStoreValueStore. valueStoreImpl()Returns the implementation to use for adding ValueStore functionality.ValueStoreValueStoreImpl. valueStoreImpl()Methods in jasima.core.util with parameters of type ValueStore Modifier and Type Method Description static booleanValueStore. copy(ValueStore from, ValueStore to, String valueName)Copies a value (shallow copy) from one value store to another using the same name. -
Uses of ValueStore in jasima.shopSim.core
Classes in jasima.shopSim.core that implement ValueStore Modifier and Type Class Description classBatchA batch is a temporary collection of jobs to be processed together in a single operation.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.classPrioRuleTargetclassShopImplements 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 ValueStore Modifier and Type Method Description ValueStoreBatch. valueStoreImpl()ValueStoreJob. valueStoreImpl() -
Uses of ValueStore in jasima.shopSim.models.dynamicShop
Classes in jasima.shopSim.models.dynamicShop that implement ValueStore Modifier and Type Class Description classDynamicShopExperimentSimulates dynamic job shops and flow shops, based on some parameters. -
Uses of ValueStore in jasima.shopSim.models.mimac
Classes in jasima.shopSim.models.mimac that implement ValueStore Modifier and Type Class Description classMimacExperimentImplements simulations of the MIMAC Scenarios. -
Uses of ValueStore in jasima.shopSim.models.staticShop
Classes in jasima.shopSim.models.staticShop that implement ValueStore Modifier and Type Class Description classStaticShopExperimentExperiment which loads a scheduling instance from a file or URL/URI.
-