Files
deb-python-taskflow/doc/source/types.rst
Joshua Harlow 50f710eaee Replace internal fsm + table with automaton library
Instead of having our own inbuilt fsm and table library
used to print the fsm states just use the newly created
and released automaton that contains the same/similar
code but as a released library that others can use and
benefit from.

Library @ http://pypi.python.org/pypi/automaton

Change-Id: I1ca40a0805e704fbb37b0106c1831a7e45c6ad68
2015-07-14 10:21:28 -07:00

923 B

Types

Note

Even though these types are made for public consumption and usage should be encouraged/easily possible it should be noted that these may be moved out to new libraries at various points in the future. If you are using these types without using the rest of this library it is strongly encouraged that you be a vocal proponent of getting these made into isolated libraries (as using these types in this manner is not the expected and/or desired usage).

Cache

taskflow.types.cache

Failure

taskflow.types.failure

Graph

taskflow.types.graph

Notifier

taskflow.types.notifier

Sets

taskflow.types.sets

Timing

taskflow.types.timing

Tree

taskflow.types.tree