Uses of Class
jasima.core.experiment.Experiment.ExperimentState
-
Packages that use Experiment.ExperimentState Package Description jasima.core.experiment -
-
Uses of Experiment.ExperimentState in jasima.core.experiment
Methods in jasima.core.experiment that return Experiment.ExperimentState Modifier and Type Method Description Experiment.ExperimentStateExperiment. getState()static Experiment.ExperimentStateExperiment.ExperimentState. valueOf(String name)Returns the enum constant of this type with the specified name.static Experiment.ExperimentState[]Experiment.ExperimentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jasima.core.experiment that return types with arguments of type Experiment.ExperimentState Modifier and Type Method Description ObservableValue<Experiment.ExperimentState>Experiment. state()Methods in jasima.core.experiment with parameters of type Experiment.ExperimentState Modifier and Type Method Description protected voidExperiment. requireState(Experiment.ExperimentState expected)Checks, if an experiment is in a certain state.
-