|
libSmalldb
v0.2
|
| ▼CAbstractBackend | Container and factory of all state machines |
| CFlupdoBackend | Smalldb Backend which provides database via Flupdo |
| CJsonDirBackend | Smalldb Backend which loads state machine definitions from a directory full of JSON files and GraphML files |
| CSimpleBackend | Simple and stupid backend which must be told about everything |
| ▼CAbstractMachine | Implementation of the state machine |
| CArrayMachine | Simple testing machine implementation |
| ▼CFlupdoMachine | Base class for state machines accessed via Flupdo |
| CFlupdoCrudMachine | Simple state machine for typical CRUD entities accessed via Flupdo |
| ▼CArrayAccess | |
| CReference | Reference to one or more state machines |
| ▼CDomainException | |
| ▼CTransitionException | Something is wrong with current transition |
| CTransitionAccessException | Access denied to requested transition |
| CTransitionPreCheckException | Transition aborted by pre-check method |
| CIAuth | Authenticator interface |
| ▼CIListing | A prefered way to retrieve list of existing state machine instances |
| CFlupdoGenericListing | A very generic listing based on Flupdo::SelectBuilder |
| ▼CInvalidArgumentException | |
| CGraphMLException | Something went wrong when parsing GraphML file |
| ▼CInvalidArgumentException | Wrong data passed to state machine |
| CInvalidReferenceException | Invalid reference requested |
| CUnknownFiltersException | Unknown filters detected when creating filters |
| CJsonException | |
| ▼CIterator | |
| CReference | Reference to one or more state machines |
| ▼CJsonSerializable | |
| CReference | Reference to one or more state machines |
| CPDO | |
| ▼CRuntimeException | |
| ▼CRuntimeException | Something went wrong in state machine |
| CInstanceDoesNotExistException | Instance does not exist, so it does not make sense to read properties or something like that |
| CUtils |
1.8.11