# StateMachineAnalysisResult

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/state-machine.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/state-machine.interface.ts#L190)

Result of state machine analysis

## Properties

| Property | Type |
|---|---|
| `stateMachines` | `StateMachine[]` |
| `totalStates` | `number` |
| `totalTransitions` | `number` |
| `filePath` | `string` |
| `analyzedAt` | `Date` |
