Class PrimitiveValueAdapter
java.lang.Object
org.mpi_sws.jmc.runtime.scheduling.SchedulingChoiceValueAdapter<PrimitiveValue>
org.mpi_sws.jmc.runtime.scheduling.PrimitiveValueAdapter
Represents a primitive (Number|String|Boolean) value used in scheduling choices.
This class extends SchedulingChoiceValue to provide a specific implementation
for integer, string or boolean values, allowing them to be serialized to JSON and identified by type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrimitiveValueAdapter
public PrimitiveValueAdapter()
-
-
Method Details
-
fromJson
-