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
-
SplitJoinAll()
-
-
SplitJoinAll(String)
-
-
setCounter()
- It sets counter value to size of list + 1
SplitJoinAll
public SplitJoinAll()
SplitJoinAll
public SplitJoinAll(String className)
- Parameters:
- childClass - name of the class whose instances will be
all the child agents created
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