|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple | |
---|---|
input | Provides interfaces and classes for reading input data from external sources. |
routing | Contains all the router classes who decide how to handle the messages. |
Uses of Tuple in input |
---|
Methods in input that return types with arguments of type Tuple | |
---|---|
java.util.List<Tuple<java.lang.String,Coord>> |
ExternalMovementReader.readNextMovements()
Reads all new id-coordinate tuples that belong to the same time instance |
Uses of Tuple in routing |
---|
Methods in routing that return Tuple | |
---|---|
protected Tuple<Message,Connection> |
ActiveRouter.tryMessagesForConnected(java.util.List<Tuple<Message,Connection>> tuples)
Tries to send messages for the connections that are mentioned in the Tuples in the order they are in the list until one of the connections starts transferring or all tuples have been tried. |
Methods in routing that return types with arguments of type Tuple | |
---|---|
protected java.util.List<Tuple<Message,Connection>> |
ActiveRouter.getMessagesForConnected()
Returns a list of message-connections tuples of the messages whose recipient is some host that we're connected to at the moment. |
Method parameters in routing with type arguments of type Tuple | |
---|---|
protected Tuple<Message,Connection> |
ActiveRouter.tryMessagesForConnected(java.util.List<Tuple<Message,Connection>> tuples)
Tries to send messages for the connections that are mentioned in the Tuples in the order they are in the list until one of the connections starts transferring or all tuples have been tried. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |