init static method

void init()

Implementation

static void init() {
  IFactAgent.fromJson = FactAgent.fromJson;
  IFactAgent.values = IFactAgentValues(FactAgent.internal("NEITHER"),
FactAgent.internal("BOTH"),
FactAgent.internal("USER"),
FactAgent.internal("SUBJECT"));
}