Class SchedulingChoiceValueAdapter<T extends SchedulingChoiceValue>
java.lang.Object
org.mpi_sws.jmc.runtime.scheduling.SchedulingChoiceValueAdapter<T>
- Type Parameters:
T- the type ofSchedulingChoiceValuethis adapter converts to
- Direct Known Subclasses:
PrimitiveValueAdapter
An adapter to convert a JSON object to a
SchedulingChoiceValue.
Each SchedulingChoiceValue should have a corresponding adapter.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SchedulingChoiceValueAdapter
public SchedulingChoiceValueAdapter()
-