Class AlchemistNetworkManager

  • All Implemented Interfaces:
    java.io.Serializable , org.protelis.vm.NetworkManager

    
    public final class AlchemistNetworkManager
     implements NetworkManager, Serializable
                        

    Emulates a NetworkManager. This particular network manager does not send messages instantly. Instead, it records the last message to send, and only when simulateMessageArrival is called the transfer is actually performed.