Uses of Interface
hmi.bml.bridge.RealizerBridge

Packages that use RealizerBridge
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. 
 

Uses of RealizerBridge in hmi.bml.bridge
 

Classes in hmi.bml.bridge that implement RealizerBridge
 class LinkedBlockingQueueBridge
           
 class TCPIPRealizerBridgeClient
          A RealizerBridge that uses a tcp/ip connection to provide transparent access to a BML Realizer running on a remote machine.
 

Fields in hmi.bml.bridge declared as RealizerBridge
private  RealizerBridge LinkedBlockingQueueBridge.outBridge
           
private  RealizerBridge TCPIPRealizerBridgeServer.realizerBridge
          The realizerbridge that will handle incoming bml
 

Constructors in hmi.bml.bridge with parameters of type RealizerBridge
LinkedBlockingQueueBridge(RealizerBridge out)
           
TCPIPRealizerBridgeServer(RealizerBridge bridge, int bmlPort, int feedbackPort)
          Set the state variables to appropriate values, start the main processing loop, and start the processing loop that will deliver bml messages to the Realizer.
 

Uses of RealizerBridge in hmi.bml.bridge.emitters
 

Fields in hmi.bml.bridge.emitters declared as RealizerBridge
protected  RealizerBridge BlinkEmitter.realizerBridge
          The realizerbridge
 

Constructors in hmi.bml.bridge.emitters with parameters of type RealizerBridge
BlinkEmitter(RealizerBridge bridge)
           
 

Uses of RealizerBridge in hmi.bml.bridge.ui
 

Fields in hmi.bml.bridge.ui declared as RealizerBridge
protected  RealizerBridge RealizerBridgeUI.realizerBridge
          The realizerbridge
protected  RealizerBridge MultiblockTesterUI.realizerBridge
          The realizerbridge
protected  RealizerBridge BridgeServerUI.realizerBridge
          The realizerbridge
 

Constructors in hmi.bml.bridge.ui with parameters of type RealizerBridge
BridgeServerUI(RealizerBridge newBridge)
           
BridgeServerUI(RealizerBridge newBridge, int bmlPort, int feedbackPort)
           
BridgeServerUI(RealizerBridge newBridge, int bmlPort, int feedbackPort, TCPIPRealizerBridgeServer server)
           
FeedbackPanel(RealizerBridge bridge)
           
MultiblockTesterUI(RealizerBridge bridge)
          Init the frame with buttons and feedback text area
RealizerBridgeUI(RealizerBridge bridge)
          Init the frame with input text area, and feedback text area -- use default set of demo scripts
RealizerBridgeUI(RealizerBridge bridge, String[] newDemoScriptNames, String[] newDemoScripts)
          Init the frame with input text area, play button, and feedback text area
 

Uses of RealizerBridge in hmi.elckerlyc.bridge
 

Classes in hmi.elckerlyc.bridge that implement RealizerBridge
 class ElckerlycRealizerBridge
          Access to an Elckerlyc VH through the RealizerBridge interface.
 class LoggingRealizerBridge
          A LoggingRealizerBridge can be put between two bridges to log their communication.
 class MultiThreadedElckerlycRealizerBridge
          Facade that hooks up a LinkedBlockingQueueBridge to a ElckerlycRealizerBridge.
 

Fields in hmi.elckerlyc.bridge declared as RealizerBridge
private  RealizerBridge LoggingRealizerBridge.outputBridge
           
 

Constructors in hmi.elckerlyc.bridge with parameters of type RealizerBridge
LoggingRealizerBridge(org.slf4j.Logger logger, RealizerBridge outBridge, SchedulingClock clock)
           
 

Uses of RealizerBridge in hmi.environment.avatars
 

Fields in hmi.environment.avatars declared as RealizerBridge
private  RealizerBridge GenericVirtualHuman.theBMLRealizer
           
 

Methods in hmi.environment.avatars that return RealizerBridge
 RealizerBridge VirtualHuman.getBMLRealizer()
           
 RealizerBridge GenericVirtualHuman.getBMLRealizer()
           
 

Methods in hmi.environment.avatars with parameters of type RealizerBridge
 void GenericVirtualHuman.setBMLRealizer(RealizerBridge bmlr)
           
 

Uses of RealizerBridge in hmi.environment.bridge.emitters
 

Fields in hmi.environment.bridge.emitters declared as RealizerBridge
(package private)  RealizerBridge GazeEmitter.realizerBridge
           
 

Constructors in hmi.environment.bridge.emitters with parameters of type RealizerBridge
GazeEmitter(RealizerBridge rb, String id)
           
 

Uses of RealizerBridge in hmi.environment.semaine
 

Classes in hmi.environment.semaine that implement RealizerBridge
 class SemaineRealizerBridge
          RealizerBridge implementation that sends on the requests over the Semaine network.
 

Fields in hmi.environment.semaine declared as RealizerBridge
protected  RealizerBridge ElckerlycSemaineBridge.realizerBridge