net.sourceforge.jabm.strategy
Interface ImitatingStrategy

All Superinterfaces:
java.lang.Cloneable, EventListener, Strategy
All Known Implementing Classes:
RlStrategyWithImitation

public interface ImitatingStrategy
extends Strategy

 

Method Summary
 void imitate(Agent otherAgent)
           
 void mutate()
           
 
Methods inherited from interface net.sourceforge.jabm.strategy.Strategy
clone, execute, getAgent, setAgent, subscribeToEvents, unsubscribeFromEvents
 
Methods inherited from interface net.sourceforge.jabm.event.EventListener
eventOccurred
 

Method Detail

imitate

void imitate(Agent otherAgent)

mutate

void mutate()