FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.communication.QueueInputPipeInterface Interface Reference

Interface for classes used as an input to a Queue object. More...

Inheritance diagram for frodo2.communication.QueueInputPipeInterface:

Public Member Functions

void close ()
 Closes the pipe (if relevant).
String toDOT ()

Detailed Description

Interface for classes used as an input to a Queue object.

Author
Thomas Leaute

This interface has a pullMessage() method that a Queue can call to get incoming messages.

Member Function Documentation

◆ close()

void frodo2.communication.QueueInputPipeInterface.close ( )

◆ toDOT()

String frodo2.communication.QueueInputPipeInterface.toDOT ( )

The documentation for this interface was generated from the following file: