All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ajanta.pattern.SplitJoinAll

java.lang.Object
   |
   +----ajanta.pattern.Pattern
           |
           +----ajanta.pattern.PatternCollection
                   |
                   +----ajanta.pattern.Split
                           |
                           +----ajanta.pattern.SplitJoin
                                   |
                                   +----ajanta.pattern.SplitJoinAll

public class SplitJoinAll
extends SplitJoin
It is a subclass of the abstract class SplitJoin.Here the parent waits for all the child agents before it proceeds.

See Also:
SplitJoin

Constructor Index

 o SplitJoinAll()
 o SplitJoinAll(String)

Method Index

 o setCounter()
It sets counter value to size of list + 1

Constructors

 o SplitJoinAll
 public SplitJoinAll()
 o SplitJoinAll
 public SplitJoinAll(String className)
Parameters:
childClass - name of the class whose instances will be all the child agents created

Methods

 o setCounter
 public int setCounter()
It sets counter value to size of list + 1

Overrides:
setCounter in class SplitJoin

All Packages  Class Hierarchy  This Package  Previous  Next  Index