View Javadoc

1   /*
2    * AbilitySpecForwardCh.java
3    *
4    * Created on 21 March 2002, 11:17
5    */
6   
7   package zeus.concepts;
8   
9   /***
10   *
11   * @author  Simon Thompson
12   * @version 
13   *This class is used to provide abilities for forward chaining. 
14   *It allows agents to realise when other agents will change their beleifs, 
15   *and how those beliefs will change! 
16   */
17  public class AbilitySpecForwardCh extends AbilitySpec {
18  
19      /*** Creates new AbilitySpecForwardCh */
20      public AbilitySpecForwardCh() {
21      }
22  
23  }