eaLib API Docs
Last Modified : January 7 2002

mss.ea.core
Interface IndividualSplitter

All Known Implementing Classes:
CloningSplitter, DistributingSplitter, ReplicatingSplitter

public interface IndividualSplitter

Interface for classes which are able to split up individual streams. The method split( IndividualStream ) returns an array of stream, which has to contain the stream in the correct order. The stream from index 0 will be sent to successor 0, the stream from index 1 will be sent to successor 1 and so on.

Since:
0.2.1
Version:
$Revision: 1.2 $ $Date: 2001/11/20 12:29:50 $
Author:
Andreas Rummler

Method Summary
 IndividualStream[] split(IndividualStream is)
          Splits up an individual stream.
 

Method Detail

split

public IndividualStream[] split(IndividualStream is)
Splits up an individual stream.
Parameters:
is - individual stream to be splitted
Returns:
array of streams that were generated from the argument stream

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS