-
AxelCarayon authoredAxelCarayon authored
ThreePhasedAgent.java 125 B
package agents;
import behaviors.ThreePhased;
public non-sealed interface ThreePhasedAgent extends Agent, ThreePhased {
}
package agents;
import behaviors.ThreePhased;
public non-sealed interface ThreePhasedAgent extends Agent, ThreePhased {
}