All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.apps.calendar.splitjoin.CalendarSplitJoinAll

java.lang.Object
   |
   +----ajanta.pattern.Pattern
           |
           +----ajanta.pattern.PatternCollection
                   |
                   +----ajanta.pattern.Split
                           |
                           +----ajanta.pattern.SplitJoin
                                   |
                                   +----ajanta.pattern.SplitJoinAll
                                           |
                                           +----ajanta.apps.calendar.splitjoin.CalendarSplitJoinAll

public class CalendarSplitJoinAll
extends SplitJoinAll
CalendarSplitJoinAll} pattern is defined by extending from SplitJoinAll. Itimplements the method setAgentResource for the parent to pass its resources, in this case its briefcase, to the child agents as needed.


Constructor Index

 o CalendarSplitJoinAll()
 o CalendarSplitJoinAll(String)

Method Index

 o setAgentResource(ItinAgent, ItinAgent)
It is an empty method which will be overridden in derived class.

Constructors

 o CalendarSplitJoinAll
 public CalendarSplitJoinAll()
 o CalendarSplitJoinAll
 public CalendarSplitJoinAll(String className)

Methods

 o setAgentResource
 public void setAgentResource(ItinAgent agent,
                              ItinAgent parent)
It is an empty method which will be overridden in derived class.

Overrides:
setAgentResource in class Split

All Packages  Class Hierarchy  This Package  Previous  Next  Index