Class DiscreteUncertaintyStateSpace.UncertaintyState
java.lang.Object
org.palladiosimulator.dependability.reliability.uncertainty.solver.model.DiscreteUncertaintyStateSpace.UncertaintyState
- Enclosing class:
- DiscreteUncertaintyStateSpace
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable
tools.mdsd.probdist.api.entity.CategoricalValue
getValue()
Set<tools.mdsd.probdist.api.entity.CategoricalValue>
boolean
instantiates
(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable template) newValuedStateWith
(tools.mdsd.probdist.api.entity.CategoricalValue value) of
(org.palladiosimulator.envdyn.environment.staticmodel.GroundRandomVariable variable, Set<tools.mdsd.probdist.api.entity.CategoricalValue> valueSpace)
-
Method Details
-
of
public static DiscreteUncertaintyStateSpace.UncertaintyState of(org.palladiosimulator.envdyn.environment.staticmodel.GroundRandomVariable variable, Set<tools.mdsd.probdist.api.entity.CategoricalValue> valueSpace) -
newValuedStateWith
public DiscreteUncertaintyStateSpace.UncertaintyState newValuedStateWith(tools.mdsd.probdist.api.entity.CategoricalValue value) -
getId
-
getValueSpace
-
getValue
public tools.mdsd.probdist.api.entity.CategoricalValue getValue() -
instantiates
public boolean instantiates(org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable template) -
getInstantiatedTemplate
public org.palladiosimulator.envdyn.environment.templatevariable.TemplateVariable getInstantiatedTemplate()
-