Class SchedulingChoiceValueAdapter<T extends SchedulingChoiceValue>

java.lang.Object
org.mpi_sws.jmc.runtime.scheduling.SchedulingChoiceValueAdapter<T>
Type Parameters:
T - the type of SchedulingChoiceValue this adapter converts to
Direct Known Subclasses:
PrimitiveValueAdapter

public abstract class SchedulingChoiceValueAdapter<T extends SchedulingChoiceValue> extends Object
An adapter to convert a JSON object to a SchedulingChoiceValue.

Each SchedulingChoiceValue should have a corresponding adapter.

  • Constructor Details

    • SchedulingChoiceValueAdapter

      public SchedulingChoiceValueAdapter()