Uses of Class
hmi.bml.BMLSync

Packages that use BMLSync
hmi.bml Support for parsing of core BML and several extensions; interfaces for transparent access to different BML Realizers; support for feedback mechanisms. 
 

Uses of BMLSync in hmi.bml
 

Fields in hmi.bml with type parameters of type BMLSync
private static Map<String,BMLSync> BMLSync.idToSync
           
 

Methods in hmi.bml that return BMLSync
static BMLSync BMLSync.get(String id)
           
static BMLSync BMLSync.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BMLSync[] BMLSync.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in hmi.bml with parameters of type BMLSync
 boolean BMLSync.isAfter(BMLSync s)
           
 boolean BMLSync.isBefore(BMLSync s)