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, setId
public boolean isReplicated()
public void add(Comm comm)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getDescription()
getDescription
in class ExecutionQueueObject
public java.util.Iterator<Comm> getElements()