Project: engagement_generation License: BSD Dependencies:
Used by:
None |
edu::wpi::hri::gen::comm::BMLRealizer Class Reference
Detailed DescriptionThe BML Realizer class is responsible for sending BML messages to the BML Realizer node. This includes taking the actual objects which know the behaviors to complete and generating the actual BML from them. Definition at line 63 of file BMLRealizer.java. Constructor & Destructor Documentation
Create a new BML Realizer which knows how to actually send the behaviors which are required in order to complete the current turn fragment.
Definition at line 88 of file BMLRealizer.java. Member Function DocumentationSend the given Behaviors to the BML Realizer in order to communicate.
Definition at line 121 of file BMLRealizer.java.
Shutdown the service client and the subscribers to what the realizer and human are doing. Definition at line 108 of file BMLRealizer.java. Member Data Documentation
Definition at line 70 of file BMLRealizer.java.
Definition at line 67 of file BMLRealizer.java. Definition at line 71 of file BMLRealizer.java.
Definition at line 68 of file BMLRealizer.java.
Definition at line 66 of file BMLRealizer.java.
Definition at line 65 of file BMLRealizer.java.
Definition at line 69 of file BMLRealizer.java. The documentation for this class was generated from the following file:
|