this is used to store the OpCodes in such a way that indexes are passed with MDFi, rather than serialized code (which can be huge)
The code is serialized just once, at the very beginning of the computation
this is the method actually delivering the output token onto the user console, using a println and converting the object to a string
with a call to toString() method.
This class is used to maintain a list of available (discovered, actually) processing resources, that is
processing elements in the portion of network accessible via multicast messages that currently run a muskel
RemoteWorker RMI object.
Deprecated.Creates a MDFi taking care of storing the code in the codestorage
This is used only in case of user defined ParCompute code.
Same parmaters of the previous, complete constructor, but the GID, which is left undefined.
Plus the manager, which is needed to access the global CodeStorage
gives the programmer the ability to retrieve the compiler graph of a skeleton program.
This can be used to merge with ad hoc data flow graphs, provided by the user, that express parallelism exploitation
patterns not provided within the native skeletons.
This is a contract that can be issued to a manager, specifying the amount of processing elements that have
to be used to implement the manager controlled computation.
This is the thread run by the RMI RemoteWorker server to answer the request for presence
issued by other StandardEval components.
It listens to a Multicast group and answers with the name of the machine where it
is running.