hmi.environment.avatars
Interface VirtualHumanBuilder

All Known Implementing Classes:
GenericVirtualHumanBuilder, HmiVirtualHumanBuilder

public interface VirtualHumanBuilder

Specifies the interface for classes that load certain avatar setups. Input: a VirtualHumanSpec Output: a VirtualHuman, configured and ready to be used in Elckerlyc and/or Hmi demo environments

Author:
Dennis Reidsma

Method Summary
 VirtualHuman buildVirtualHuman(VirtualHumanSpec spec, String id, VirtualWorld vw, SchedulingClock c)
          Load the virtual human, with the parameters that have been set.
 

Method Detail

buildVirtualHuman

VirtualHuman buildVirtualHuman(VirtualHumanSpec spec,
                               String id,
                               VirtualWorld vw,
                               SchedulingClock c)
Load the virtual human, with the parameters that have been set.