public class MoMLUtilities
extends java.lang.Object
ParseTreeEvaluator
Constructor and Description |
---|
MoMLUtilities() |
Modifier and Type | Method and Description |
---|---|
static ActorToken |
parseMoML(java.lang.String moml)
Parse the string provided and return the result wrapped in a token.
|
public static ActorToken parseMoML(java.lang.String moml) throws java.lang.Exception
moml
- The MoML string.java.lang.Exception
- If the MoML is invalid or the results is not an
instance of Entity.