net.sourceforge.jabm.evolution
Class StrategyImitationOperator

java.lang.Object
  extended by net.sourceforge.jabm.evolution.StrategyImitationOperator
All Implemented Interfaces:
ImitationOperator

public class StrategyImitationOperator
extends java.lang.Object
implements ImitationOperator

 

Constructor Summary
StrategyImitationOperator()
           
 
Method Summary
 void inheritBehaviour(Agent child, Agent parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrategyImitationOperator

public StrategyImitationOperator()
Method Detail

inheritBehaviour

public void inheritBehaviour(Agent child,
                             Agent parent)
Specified by:
inheritBehaviour in interface ImitationOperator