Class DiscreteUncertaintyStateSpace
java.lang.Object
org.palladiosimulator.dependability.reliability.uncertainty.solver.model.DiscreteUncertaintyStateSpace
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionfindStateInstantiating
(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable template) int
of
(List<DiscreteUncertaintyStateSpace.UncertaintyState> uncertaintyStates) of
(DiscreteUncertaintyStateSpace.UncertaintyState... uncertaintyStates) toUncertaintyState
(org.palladiosimulator.envdyn.environment.staticmodel.GroundRandomVariable variable, tools.mdsd.probdist.api.parser.ParameterParser parameterParser) valueSpaceOf
(UncertaintyInducedFailureType uncertainty, tools.mdsd.probdist.api.parser.ParameterParser parameterParser)
-
Method Details
-
of
public static DiscreteUncertaintyStateSpace of(DiscreteUncertaintyStateSpace.UncertaintyState... uncertaintyStates) -
of
public static DiscreteUncertaintyStateSpace of(List<DiscreteUncertaintyStateSpace.UncertaintyState> uncertaintyStates) -
valueSpaceOf
public static Set<DiscreteUncertaintyStateSpace.UncertaintyState> valueSpaceOf(UncertaintyInducedFailureType uncertainty, tools.mdsd.probdist.api.parser.ParameterParser parameterParser) -
toUncertaintyState
public static DiscreteUncertaintyStateSpace.UncertaintyState toUncertaintyState(org.palladiosimulator.envdyn.environment.staticmodel.GroundRandomVariable variable, tools.mdsd.probdist.api.parser.ParameterParser parameterParser) -
cartesianProduct
-
findStateInstantiating
public Optional<DiscreteUncertaintyStateSpace.UncertaintyState> findStateInstantiating(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable template) -
getNumberOfStates
public int getNumberOfStates()
-