1 digraph conn_states { 2 StandAllone -> WFConnection [ label 3 WFConnection -> Unconnected [ label 4 WFConnection -> WFReportParams [ label 5 WFReportParams -> StandAllone [ label 6 WFReportParams -> Connected [ label 7 WFReportParams -> WFBitMapS [ label 8 WFReportParams -> WFBitMapT [ label 9 WFBitMapS -> SyncSource [ label 10 WFBitMapT -> SyncTarget [ label 11 SyncSource -> Connected 12 SyncTarget -> Connected 13 SyncSource -> PausedSyncS 14 SyncTarget -> PausedSyncT 15 PausedSyncS -> SyncSource 16 PausedSyncT -> SyncTarget 17 Connected -> WFConnection [ label 18 }
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.