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
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
Copyright © 2000-2001 Technical University of Ilmenau, Department ESS