|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.opendse.model.Element
net.sf.opendse.model.Node
net.sf.opendse.model.Task
net.sf.opendse.model.Communication
public class Communication
The Communication is the default implementation of the
ICommunication interface.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.sf.opendse.model.Task |
|---|
Task.Type |
| Field Summary |
|---|
| Fields inherited from class net.sf.opendse.model.Element |
|---|
attributes, id, parent, TYPE |
| Constructor Summary | |
|---|---|
Communication(Element parent)
Constructs a new communication. |
|
Communication(java.lang.String id)
Constructs a new communication. |
|
| Method Summary |
|---|
| Methods inherited from class net.sf.opendse.model.Element |
|---|
equals, getAttribute, getAttributeNames, getAttributeParameter, getAttributes, getId, getLocalAttributeNames, getLocalAttributes, getParent, getType, hashCode, isDefined, setAttribute, setParent, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Communication(java.lang.String id)
id - the idpublic Communication(Element parent)
parent - the parent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||