Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.scxml2 Classes and Interfaces - 120 results found.
NameDescriptionTypePackageFramework
AbstractSCXMLListenerAn abstract adapter class for the SXCMLListener interface.Classorg.apache.commons.scxml2.envApache Commons
AbstractStateMachineThis class demonstrates one approach for providing the base functionality needed by classes representing stateful entities,Classorg.apache.commons.scxml2.envApache Commons
ActionAn abstract base class for executable elements in SCXML, such as , etc.Classorg.apache.commons.scxml2.modelApache Commons
ActionExecutionContextActionExecutionContext providing restricted access to the SCXML model, instance and services needed for the execution of Action instancesClassorg.apache.commons.scxml2Apache Commons
ActionsContainerAn ActionsContainer is an entity that holds a list of Action elements.Interfaceorg.apache.commons.scxml2.modelApache Commons
AssignThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
BodyContainerA BodyContainer is an entity that retains the element body text from the document.Interfaceorg.apache.commons.scxml2.modelApache Commons
BuiltinClassorg.apache.commons.scxml2Apache Commons
CancelThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ContentThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ContentContainerA ContentContainer represents an element in the SCXML document that may have a (single) child elementInterfaceorg.apache.commons.scxml2.modelApache Commons
ContextA Context or scope for storing variables; usually tied to a SCXML root or State object.Interfaceorg.apache.commons.scxml2Apache Commons
ContextVariablesJXPath Variables mapping for SCXML ContextSee Also:Serialized FormClassorg.apache.commons.scxml2.env.xpathApache Commons
CustomActionA custom action is simply a tuple consisting of a namespace URI, the local name for the custom action and the correspondingClassorg.apache.commons.scxml2.modelApache Commons
DataThe class in this SCXML object model that corresponds to the SCXML child element of the element.Classorg.apache.commons.scxml2.modelApache Commons
DatamodelThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
DocumentOrderDocumentOrder is implemented by EnterableState and Transition elements in the SCXML document representing their document order,Interfaceorg.apache.commons.scxml2.modelApache Commons
EffectiveContextMapA map that will back the effective Context for an Evaluator execution.Classorg.apache.commons.scxml2.envApache Commons
ElseThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ElseIfThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
EnterableStateAn abstract base class for state elements in SCXML that can be entered, such as State, Parallel or Final.Classorg.apache.commons.scxml2.modelApache Commons
ErrorConstantsErrors reported by the default SCXMLSemantics implementation.Classorg.apache.commons.scxml2.semanticsApache Commons
ErrorReporterAn interface for reporting SCXML errors to the host environment, containing the definition of commonly occuring errors while executingInterfaceorg.apache.commons.scxml2Apache Commons
EvaluatorInterface for a component that may be used by the SCXML engines to evaluate the expressions within the SCXML document.Interfaceorg.apache.commons.scxml2Apache Commons
Evaluator .AssignTypeClassorg.apache.commons.scxml2.EvaluatorApache Commons
EvaluatorFactoryA static singleton factory for EvaluatorProviders by supported SCXML datamodel type.Classorg.apache.commons.scxml2Apache Commons
EvaluatorProviderAn EvaluatorProvider provides an Evaluator instance for a specific SCXML datamodel type.Interfaceorg.apache.commons.scxml2Apache Commons
EventDispatcherThe event controller interface used to send messages containing events or other information directly to another SCXML Interpreter,Interfaceorg.apache.commons.scxml2Apache Commons
EventVariableEvent system variable holding a structure containing the current event's name and any data contained in the eventSee Also:Serialized FormClassorg.apache.commons.scxml2.systemApache Commons
ExecutableAn abstract base class for containers of executable elements in SCXML, such as and .Classorg.apache.commons.scxml2.modelApache Commons
ExternalContentAn ExternalContent implementation represents an element in the SCXML document that may contain bodyInterfaceorg.apache.commons.scxml2.modelApache Commons
FinalThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
FinalizeThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ForeachThe class in this SCXML object model that corresponds to the SCXML element, which allows an SCXML application to iterate through a collection in the data modelClassorg.apache.commons.scxml2.modelApache Commons
GroovyContextGroovy Context implementation for Commons SCXML.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovyContextBindingDelegating Groovy Binding class which delegates all variables access to its GroovyContextSee Also:Serialized FormClassorg.apache.commons.scxml2.env.groovyApache Commons
GroovyEvaluatorEvaluator implementation enabling use of Groovy expressions in SCXML documents.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovyEvaluator .GroovyEvaluatorProviderClassorg.apache.commons.scxml2.env.groovy.GroovyEvaluatorApache Commons
GroovyExtendableScriptCacheGroovyExtendableScriptCache is a general purpose and Serializable Groovy Script cache.Classorg.apache.commons.scxml2.env.groovyApache Commons
GroovyExtendableScriptCache .CompilerConfigurationFactorySerializable factory interface providing the Groovy CompilerConfiguration, needed to restore the specific CompilerConfiguration after de-serializationInterfaceorg.apache.commons.scxml2.env.groovy.GroovyExtendableScriptCacheApache Commons
GroovyExtendableScriptCache .ParentClassLoaderFactorySerializable factory interface providing the Groovy parent ClassLoader, needed to restore the specific ClassLoader after de-serializationInterfaceorg.apache.commons.scxml2.env.groovy.GroovyExtendableScriptCacheApache Commons
GroovyExtendableScriptCache .ScriptCacheElementClassorg.apache.commons.scxml2.env.groovy.GroovyExtendableScriptCacheApache Commons
GroovyExtendableScriptCache .ScriptPreProcessorInterfaceorg.apache.commons.scxml2.env.groovy.GroovyExtendableScriptCacheApache Commons
GroovySCXMLScriptGroovy Script base class for SCXML, providing the standard 'builtin' functions In(String), Data(String) and Location(String), as well as JEXL like convenience functionsClassorg.apache.commons.scxml2.env.groovyApache Commons
HistoryThe class in this SCXML object model that corresponds to the SCXML pseudo state element.Classorg.apache.commons.scxml2.modelApache Commons
IfThe class in this SCXML object model that corresponds to the SCXML element, which serves as a container for conditionallyClassorg.apache.commons.scxml2.modelApache Commons
InitialThe class in this SCXML object model that corresponds to the SCXML pseudo state element.Classorg.apache.commons.scxml2.modelApache Commons
InvokeThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
InvokerThe Invoker interface is used to define the possible interactions between the parent state machine (executor) and the types of invocableInterfaceorg.apache.commons.scxml2.invokeApache Commons
InvokerExceptionException thrown when a process specified by an cannot be initiated.Classorg.apache.commons.scxml2.invokeApache Commons
JexlBuiltinGlobal JEXL namespace functor, providing the standard SCXML In() operator and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access.Classorg.apache.commons.scxml2.env.jexlApache Commons
JexlContextJEXL Context implementation for Commons SCXML.Classorg.apache.commons.scxml2.env.jexlApache Commons
JexlEvaluatorEvaluator implementation enabling use of JEXL expressions in This implementation itself is thread-safe, so you can keep singletonClassorg.apache.commons.scxml2.env.jexlApache Commons
JexlEvaluator .JexlEvaluatorProviderClassorg.apache.commons.scxml2.env.jexl.JexlEvaluatorApache Commons
JSBindingsWrapper class for the JDK Javascript engine Bindings class that extends the wrapped Bindings to search the SCXML context for variables and predefinedClassorg.apache.commons.scxml2.env.javascriptApache Commons
JSContextSCXML Context for use by the JSEvaluator.Classorg.apache.commons.scxml2.env.javascriptApache Commons
JSEvaluatorEmbedded JavaScript expression evaluator for SCXML expressions.Classorg.apache.commons.scxml2.env.javascriptApache Commons
JSEvaluator .JSEvaluatorProviderClassorg.apache.commons.scxml2.env.javascript.JSEvaluatorApache Commons
JSFunctionsCustom Javascript engine function providing the SCXML In() predicate and the Commons SCXML extensions for Data() and Location() to support XPath datamodel access.Classorg.apache.commons.scxml2.env.javascriptApache Commons
LogThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
LogUtilsHelper methods for Commons SCXML logging.Classorg.apache.commons.scxml2.envApache Commons
MinimalContextMinimalContext implementation for the SCXML Null Data Model.Classorg.apache.commons.scxml2.env.minimalApache Commons
MinimalEvaluatorMinimal Evaluator implementing and providing support for the SCXML Null Data Model.Classorg.apache.commons.scxml2.env.minimalApache Commons
MinimalEvaluator .MinimalEvaluatorProviderClassorg.apache.commons.scxml2.env.minimal.MinimalEvaluatorApache Commons
ModelExceptionException that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor fromClassorg.apache.commons.scxml2.modelApache Commons
NamelistHolderA NamelistHolder represents an element in the SCXML document that may have a namelist attribute toClassorg.apache.commons.scxml2.modelApache Commons
NamespacePrefixesHolderA NamespacePrefixesHolder is an entity that retains namespace prefix information from the document for deferred XPathInterfaceorg.apache.commons.scxml2.modelApache Commons
NotificationRegistryThe registry where SCXML listeners are recorded for nodes of interest such as the SCXML root,Classorg.apache.commons.scxml2Apache Commons
ObservableInterface for elements of the SCXML object model whose progress can be observed using the NotificationRegistry.Interfaceorg.apache.commons.scxml2.modelApache Commons
OnEntryThe class in this SCXML object model that corresponds to the SCXML element, which is an optional propertyClassorg.apache.commons.scxml2.modelApache Commons
OnExitThe class in this SCXML object model that corresponds to the SCXML element, which is an optional propertyClassorg.apache.commons.scxml2.modelApache Commons
ParallelThe class in this SCXML object model that corresponds to the SCXML element, which is a wrapper element toClassorg.apache.commons.scxml2.modelApache Commons
ParamThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
ParamsContainerA ParamsContainer represents an element in the SCXML document that may have one or more children which are used toClassorg.apache.commons.scxml2.modelApache Commons
PathResolverInterface for a component that may be used by the SCXML engines to resolve context sensitive paths.Interfaceorg.apache.commons.scxml2Apache Commons
PathResolverHolderInterfaceorg.apache.commons.scxml2.modelApache Commons
PayloadProviderA PayloadProvider is an element in the SCXML document that can provide payload data for an event or an external process.Classorg.apache.commons.scxml2.modelApache Commons
RaiseThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
SCInstanceThe SCInstance performs book-keeping functions for a particular execution of a state chart represented by aClassorg.apache.commons.scxml2Apache Commons
SCXMLThe class in this SCXML object model that corresponds to the root element, and serves as the documentClassorg.apache.commons.scxml2.modelApache Commons
SCXMLExecutionContextSCXMLExecutionContext provides all the services and internal data used during the interpretation of an SCXML statemachine across micro and macro stepsClassorg.apache.commons.scxml2Apache Commons
SCXMLExecutorThe SCXML engine that executes SCXML documents.Classorg.apache.commons.scxml2Apache Commons
SCXMLExpressionExceptionException thrown when a malformed expression is encountered during evaluation of an expression in a SCXML document.Classorg.apache.commons.scxml2Apache Commons
SCXMLIOProcessorThe SCXML I/O Processor provides the interface for either an internal process or an external system or invoked child SCXML process (Invoker) to send events into the SCXML processor queue.Interfaceorg.apache.commons.scxml2Apache Commons
SCXMLListenerListener interface for observable entities in the SCXML model.Interfaceorg.apache.commons.scxml2Apache Commons
SCXMLReaderThe SCXMLReader provides the ability to read a SCXML document into the Java object model provided in the model package.Classorg.apache.commons.scxml2.ioApache Commons
SCXMLReader .Configuration Configuration for the SCXMLReader.Classorg.apache.commons.scxml2.io.SCXMLReaderApache Commons
SCXMLSemanticsThe purpose of this interface is to separate the the W3C SCXML Algorithm for SCXML InterpretationInterfaceorg.apache.commons.scxml2Apache Commons
SCXMLSemanticsImplThis class encapsulate and implements the W3C SCXML Algorithm for SCXML InterpretationClassorg.apache.commons.scxml2.semanticsApache Commons
SCXMLSystemContextThe SCXMLSystemContext is used as a read only Context wrapper and provides the SCXML (read only) system variables which are injected via the unwrapped getContext().Classorg.apache.commons.scxml2Apache Commons
SCXMLWriterUtility class for serializing the Commons SCXML Java object model.Classorg.apache.commons.scxml2.ioApache Commons
SCXMLWriter .Configuration Configuration for the SCXMLWriter.Classorg.apache.commons.scxml2.io.SCXMLWriterApache Commons
SendThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
SimpleContextSimple Context wrapping a map of variables.Classorg.apache.commons.scxml2.envApache Commons
SimpleDispatcherEventDispatcher implementation that can schedule delayed events for the scxml typeClassorg.apache.commons.scxml2.envApache Commons
SimpleErrorHandlerCustom error handler that logs the parsing errors in theSee Also:Serialized FormClassorg.apache.commons.scxml2.envApache Commons
SimpleErrorReporterCustom error reporter that log execution errors.Classorg.apache.commons.scxml2.envApache Commons
SimpleSCXMLInvokerA simple Invoker for SCXML documents.Classorg.apache.commons.scxml2.invokeApache Commons
SimpleSCXMLListenerSimple SCXML Listener that logs execution.Classorg.apache.commons.scxml2.envApache Commons
SimpleTransitionThe class in this SCXML object model that corresponds to the simple SCXML element, without Transition rules for events orClassorg.apache.commons.scxml2.modelApache Commons
SimpleXMLReporterCustom XMLReporter that logs the StAX parsing warnings in theSince:1.Classorg.apache.commons.scxml2.envApache Commons
StandaloneJexlExpressionsStandalone SCXML interpreter, useful for command-line testing and debugging, where expressions are JEXL expressions.Classorg.apache.commons.scxml2.testApache Commons
StandaloneUtilsUtility methods used by command line SCXML execution, useful for The following expression languages are supported in SCXML documents:Classorg.apache.commons.scxml2.testApache Commons
StateThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
StateConfigurationThe current active states of a state machineSee Also:Serialized FormClassorg.apache.commons.scxml2Apache Commons
StatusThe immutable encapsulation of the current state of a state machine.Classorg.apache.commons.scxml2Apache Commons
StepA logical unit of progression in the execution of a SCXML model.Classorg.apache.commons.scxml2.semanticsApache Commons
TracerA simple tracer connected to Apache Commons Logging.Classorg.apache.commons.scxml2.envApache Commons
TransitionThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
TransitionalStateAn abstract base class for state elements in SCXML that can be transitioned out from, such as State or Parallel.Classorg.apache.commons.scxml2.modelApache Commons
TransitionTargetAn abstract base class for elements in SCXML that can serve as a for a , such as State or Parallel.Classorg.apache.commons.scxml2.modelApache Commons
TransitionTypeDefines the allowable Transition type attribute values, The Transition type determines whether the source state is exited in transitionsClassorg.apache.commons.scxml2.modelApache Commons
TriggerEventA class representing an event.Classorg.apache.commons.scxml2Apache Commons
URLResolverA PathResolver implementation that resolves against a base URL.Classorg.apache.commons.scxml2.envApache Commons
VarThe class in this SCXML object model that corresponds to the SCXML element.Classorg.apache.commons.scxml2.modelApache Commons
XPathBuiltin for non-XPath languages.Classorg.apache.commons.scxml2Apache Commons
XPathContextA Context implementation for JXPath environments.Classorg.apache.commons.scxml2.env.xpathApache Commons
XPathEvaluatorAn Evaluator implementation for XPath environments.Classorg.apache.commons.scxml2.env.xpathApache Commons
XPathEvaluator .XPathEvaluatorProviderClassorg.apache.commons.scxml2.env.xpath.XPathEvaluatorApache Commons
XPathFunctionsClassorg.apache.commons.scxml2.env.xpathApache Commons