agent property

IFactAgent? agent

Property getter and setter for agent:

Implementation

IFactAgent? get agent;
void agent=(IFactAgent? agent)

Implementation

set agent(IFactAgent? agent);