Uses of Package
com.hammurapi.flow.runtime

Packages that use com.hammurapi.flow.runtime
com.hammurapi.flow.runtime   
 

Classes in com.hammurapi.flow.runtime used by com.hammurapi.flow.runtime
FlowElement
          Runtime flow element.
Invocable
          Extended invocation semantics to use in flow execution.
Invocation
          Provides invocation details for Java methods and is also used for invocation serialization.
Invoker
          Transition ends and node outputs implement this interface.
Node
          Runtime classes representing nodes shall implements this interface.
ProcessingPathElement
          Contains information about processing in a single flow element (node or transition).
PropertySet
          Set of properties.
PropertySetException
          Wrapper exception if property set operation fails.
SynapseFactory.SynapseConfig
          Synapse config to parameterize synapse.
TokenIterable
          Marker interface to indicate that given invocation token (parameter) shall be iterated over to create multiple tokens.
Transition
          Runtime classes representing transitions shall implement this interface.