Method to get the path between two nodes
The path returned INCLUDES BOTH Node uniqueID1 AND NODE uniqueID2
The path is FROM Node uniqueID1 TO uniqueID2
In case source and dest are the same return a size1 vector
Returns an identification string that will be used to generate a unique path ID; the unique path ID will be generated by using both the source's and destination's identifications.
Notifies another operator that path failed (previous operator, source operator where path originated or whatever operator was set by setOperatorToNotify.
The PathInstantiator is responsible for taking a logical path (operators
without specific machines to run on) and converting it to a physical path by
choosing specific machines for the operators to run on.
Class similar to Ben's XSETService
This makes the SETserver an RMI service
It offers methods to query the database by specifying a sequence of
attribute and tag names.
This exception class deals with stuff that is not Found when
you are trying to remove an "existing" instance of it
example operator in XSet, node in Graph etc.