/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package Agents.Behaviour;
/**
* All behavior for person class should implement this interface
* @author sagar
*/
public interface PersonBehaviour extends Behaviour{
}