|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.core.StreamGroup
Group of individual streams.
Field Summary | |
protected java.util.LinkedList |
group
Linked list that holds the streams. |
Constructor Summary | |
StreamGroup()
Constructor. |
|
StreamGroup(java.util.Collection c)
Constructor with initial collection. |
|
StreamGroup(IndividualStream[] ia)
Constructor with initial array. |
Method Summary | |
void |
add(IndividualStream i)
Adds an individual stream to this group. |
void |
empty()
Removes all streams from this group. |
IndividualStream |
get(int index)
Gets an individual stream from this group. |
void |
set(IndividualStream i,
int index)
Replaces an individual stream in this group. |
int |
size()
Returns the size of this group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.util.LinkedList group
Constructor Detail |
public StreamGroup()
public StreamGroup(java.util.Collection c)
c
- collection of individual streamspublic StreamGroup(IndividualStream[] ia)
ia
- array of individualsMethod Detail |
public void empty()
public void add(IndividualStream i)
i
- individual stream to addpublic IndividualStream get(int index)
index
- index of the stream to getpublic void set(IndividualStream i, int index)
i
- individual stream to add to the groupindex
- index of the stream to be replacedpublic int size()
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |