|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Pod
A Pod is a "pile of data." This is any complex evolving data structure. Pods communicate through channels, between objects associated with the Pods called transmitters and receivers. Communication is structured according to a protocol, which is like a coarse-grained typing of the data.
Pods can have string-named properties attached to them.
Method Summary | |
---|---|
Receiver |
getReceiver(Protocol p,
HashMap properties)
Get a receiver of the given protocol from the Pod. |
Transmitter |
getTransmitter(Protocol p,
HashMap properties)
Get a transmitter of the given protocol from the Pod. |
Methods inherited from interface diva.util.PropertyContainer |
---|
getProperty, propertyNames, setProperty |
Method Detail |
---|
Transmitter getTransmitter(Protocol p, HashMap properties)
Receiver getReceiver(Protocol p, HashMap properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |