Uses of Package
hmi.bml.bridge

Packages that use hmi.bml.bridge
hmi.bml.bridge This package provides transparent access to BML Realizers: directly, through socket connections, to other realizers than Elckerlyc, etc. 
hmi.bml.bridge.emitters Emitters send out proactively, possibly in their own thread, BML blocks to a realizerbridge. 
hmi.bml.bridge.ui Several GUI and utility classes that operate only on a RealizerBridge (and are independent of HmiElckerlyc and HmiEnvironment) 
hmi.elckerlyc.bridge RealizerBridge implementations that are specific to the ElckerlycRealizer. 
hmi.environment.avatars This package contains code for loading avatars, mixed systems, face bindings, etc. 
hmi.environment.bridge.emitters   
hmi.environment.semaine Bridging for several Elckerlyc modules to the SEMAINE API. 
 

Classes in hmi.bml.bridge used by hmi.bml.bridge
ConnectionStateListener
          Listens to the connection state of a server of the TCPIPRealizerBridgeAPI
RealizerBridge
          See package documentation.
ServerInfo
          See package documentation.
TCPIPRealizerBridgeClient.FeedbackReader
          The process that reads feedback from the network connection, and puts it in the feedback queue.
TCPIPRealizerBridgeClient.FeedbackRedirector
          The process that reads feedback from the feedback queue, and sends it to the BML feedback listeners.
TCPIPRealizerBridgeServer.BMLReader
          The process that reads bml from the network connection, and puts it in the bml queue.
TCPIPRealizerBridgeServer.BMLRedirector
          The process that reads bml from the bml queue, and sends it to the BML realizer.
TCPIPRealizerBridgeServer.ServerState
           
 

Classes in hmi.bml.bridge used by hmi.bml.bridge.emitters
RealizerBridge
          See package documentation.
 

Classes in hmi.bml.bridge used by hmi.bml.bridge.ui
ConnectionStateListener
          Listens to the connection state of a server of the TCPIPRealizerBridgeAPI
RealizerBridge
          See package documentation.
TCPIPRealizerBridgeServer
          Takes a RealizerBridge, and exposes access to it through a tcp/ip connection.
TCPIPRealizerBridgeServer.ServerState
           
 

Classes in hmi.bml.bridge used by hmi.elckerlyc.bridge
LinkedBlockingQueueBridge
           
RealizerBridge
          See package documentation.
 

Classes in hmi.bml.bridge used by hmi.environment.avatars
RealizerBridge
          See package documentation.
TCPIPRealizerBridgeServer
          Takes a RealizerBridge, and exposes access to it through a tcp/ip connection.
 

Classes in hmi.bml.bridge used by hmi.environment.bridge.emitters
RealizerBridge
          See package documentation.
 

Classes in hmi.bml.bridge used by hmi.environment.semaine
RealizerBridge
          See package documentation.