|
Bees v0.5.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolFlow | |
| bees.core | The core functionality for Bees, including, capabilities, coroutines, and events. |
| Uses of ProtocolFlow in bees.core |
| Methods in bees.core that return ProtocolFlow | |
ProtocolFlow |
ProtocolFlow.setPrimaryProtocol(java.lang.String primaryProtocol)
|
ProtocolFlow |
ProtocolFlow.addCompanion(java.lang.String name)
Add a companion protocol to the flow description. |
ProtocolFlow |
ProtocolFlow.addPair(Pair pair)
|
ProtocolFlow |
ProtocolFlow.addPair(java.lang.String tag,
java.lang.String value)
|
ProtocolFlow |
ProtocolFlow.addPair(java.lang.String tag,
byte[] value)
|
static ProtocolFlow |
ProtocolFlow.instantiate(byte[] bytes)
|
| Methods in bees.core with parameters of type ProtocolFlow | |
void |
Node.register(ProtocolPresentation pp,
ProtocolFlow pf,
Capability[] initialCaps,
PermissionSet ps,
CapabilityTree ct)
Create a new domain and load a protocol from the local disk. |
void |
LocalFlowCoroutine.loadFlow(ProtocolFlow pf)
|
|
Bees v0.5.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||