| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface InputStreamList<In,E>
InputStreamList is like InputStream1 but takes List of streams as input.
 
 This takes care of the input functionality of a Stream.
| Method Summary | |
|---|---|
 int | 
getDimension()
How many input streams you have.  | 
 java.util.List<In> | 
getInput(int index)
 | 
 java.util.List<NumberedStream<In>> | 
getInputStream()
Stream that this stream is connected to.  | 
| Methods inherited from interface org.shapelogic.calculation.CalcList | 
|---|
invoke | 
| Method Detail | 
|---|
java.util.List<NumberedStream<In>> getInputStream()
java.util.List<In> getInput(int index)
int getDimension()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||