LightJason / Java-AgentSpeak

LightJason - AgentSpeak(L++) for Java
https://agentspeak-java.lightjason.org
Other
23 stars 7 forks source link

Remove Cycle #45

Closed flashpixx closed 7 years ago

flashpixx commented 7 years ago

The internal cycle member variable (https://github.com/LightJason/AgentSpeak/blob/master/src/main/java/org/lightjason/agentspeak/agent/IBaseAgent.java#L117) with all functionality should removed, because on continuous working system, the cycle can create an overflow.

The cycle variable can be create on inheritance of the agent object