Class InputValue<I extends tools.mdsd.probdist.api.entity.Value<?>>

java.lang.Object
org.palladiosimulator.envdyn.api.entity.bn.InputValue<I>

public class InputValue<I extends tools.mdsd.probdist.api.entity.Value<?>> extends Object
  • Method Details

    • create

      public static <I extends tools.mdsd.probdist.api.entity.Value<?>> InputValue<I> create(I value, GroundRandomVariable variable)
    • getVariable

      public GroundRandomVariable getVariable()
    • getValue

      public I getValue()
    • setValue

      public void setValue(I value)