Class FSMActor.OutgoingRelations

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Iterator retrieveTransitions​(State state)
      Retrieve an iterator for the transitions of a State.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutgoingRelations

        public OutgoingRelations()
    • Method Detail

      • retrieveTransitions

        public java.util.Iterator retrieveTransitions​(State state)
        Retrieve an iterator for the transitions of a State.
        Specified by:
        retrieveTransitions in interface FSMActor.TransitionRetriever
        Parameters:
        state - the state for which transitions are to be retrieved.
        Returns:
        An iterator for the retrieved states.