Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.env |
A collection of classes that may be commonly used to bridge the
SCXML executor to the runtime environment.
|
org.apache.commons.scxml2.semantics |
A collection of classes responsible for implementations of the
org.apache.commons.scxml2.SCXMLSemantics interface. |
Modifier and Type | Method and Description |
---|---|
ErrorReporter |
SCXMLExecutor.getErrorReporter()
Get the environment specific error reporter.
|
ErrorReporter |
SCXMLExecutionContext.getErrorReporter() |
ErrorReporter |
ActionExecutionContext.getErrorReporter() |
Modifier and Type | Method and Description |
---|---|
protected void |
SCInstance.cloneDatamodel(Datamodel datamodel,
Context ctx,
Evaluator evaluator,
ErrorReporter errorReporter)
Clone data model.
|
boolean |
SCXMLSemantics.isLegalConfiguration(Set<EnterableState> states,
ErrorReporter errRep)
Checks whether a given set of states is a legal Harel State Table
configuration (with the respect to the definition of the OR and AND
states).
|
SCXML |
SCXMLSemantics.normalizeStateMachine(SCXML input,
ErrorReporter errRep)
Optional post processing immediately following SCXMLReader.
|
void |
SCXMLExecutor.setErrorReporter(ErrorReporter errorReporter)
Set or replace the error reporter
|
protected void |
SCXMLExecutionContext.setErrorReporter(ErrorReporter errorReporter)
Set or replace the error reporter
|
protected void |
SCInstance.setErrorReporter(ErrorReporter errorReporter)
Set or re-attach the error reporter
|
Constructor and Description |
---|
SCInstance(SCXMLIOProcessor internalIOProcessor,
Evaluator evaluator,
ErrorReporter errorReporter)
Constructor
|
SCXMLExecutionContext(SCXMLExecutor scxmlExecutor,
Evaluator evaluator,
EventDispatcher eventDispatcher,
ErrorReporter errorReporter)
Constructor
|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep)
Constructor.
|
SCXMLExecutor(Evaluator expEvaluator,
EventDispatcher evtDisp,
ErrorReporter errRep,
SCXMLSemantics semantics)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleErrorReporter
Custom error reporter that log execution errors.
|
class |
Tracer
A simple tracer connected to Apache Commons Logging.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SCXMLSemanticsImpl.isLegalConfiguration(Set<EnterableState> states,
ErrorReporter errRep)
Checks whether a given set of states is a legal Harel State Table
configuration (with the respect to the definition of the OR and AND
states).
|
SCXML |
SCXMLSemanticsImpl.normalizeStateMachine(SCXML input,
ErrorReporter errRep)
Optional post processing immediately following SCXMLReader.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.