public class CommGroup extends ExecutionQueueObject
Created on Feb 16, 2004 at 9:13:39 PM.
| Constructor and Description |
|---|
CommGroup(boolean replicated) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Comm comm) |
java.lang.String |
getDescription() |
java.util.Iterator<Comm> |
getElements() |
boolean |
isReplicated()
Read the value of the replication operator flag.
|
java.lang.String |
toString() |
equals, getId, setDescription, setIdpublic boolean isReplicated()
public void add(Comm comm)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getDescription()
getDescription in class ExecutionQueueObjectpublic java.util.Iterator<Comm> getElements()