Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Just write one yourself. It's really trivial to do.

    Foreach node
      Foreach node.transition
        Matrix(node, transition.event) = transition.destination
And the other way:

    Foreach node
      Foreach event
        Destination = matrix(node, event)
        Graph(node).add(event, destination)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: