hmi.bml
Class BMLInfo
java.lang.Object
hmi.bml.BMLInfo
public final class BMLInfo
- extends Object
Singleton for BML parsing setup, refactor if we ever want to use multiple parsers
- Author:
- welberge
|
Constructor Summary |
private |
BMLInfo()
Constructor, adds the default BML behaviors and parseable extensions to the behaviourTypes HashMap. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
behaviourTypes
public static final com.google.common.collect.ImmutableMap<String,Class<? extends Behaviour>> behaviourTypes
descriptionExtensions
public static final com.google.common.collect.ImmutableMap<String,Class<? extends Behaviour>> descriptionExtensions
supportedExtensions
public static final List<Class<? extends Behaviour>> supportedExtensions
BMLInfo
private BMLInfo()
- Constructor, adds the default BML behaviors and parseable extensions to the behaviourTypes HashMap.