public interface EvaluatorProvider
Evaluator
instance for a specific SCXML datamodel type.Modifier and Type | Method and Description |
---|---|
Evaluator |
getEvaluator() |
Evaluator |
getEvaluator(SCXML document)
Factory method to return a dedicated and optimized
Evaluator instance for a specific SCXML document. |
String |
getSupportedDatamodel() |
String getSupportedDatamodel()
Evaluator getEvaluator()
Evaluator
supporting the getSupportedDatamodel()
Evaluator getEvaluator(SCXML document)
Evaluator
instance for a specific SCXML document.
As the returned Evaluator might be optimized and dedicated for the SCXML document instance, the Evaluator may not be shareable and reusable for other SCXML documents.
document
- the SCXML documentCopyright © 2005–2015 The Apache Software Foundation. All rights reserved.