FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable > Member List

This is the complete list of members for frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >, including all inherited members.

addIncomingMessagePolicy(IncomingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addIncomingMessagePolicy(Collection< MessageType > msgTypes, IncomingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addIncomingMessagePolicy(MessageType type, IncomingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addOutgoingMessagePolicy(OutgoingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addOutgoingMessagePolicy(Collection< MessageType > msgTypes, OutgoingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addOutgoingMessagePolicy(MessageType type, OutgoingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
addOutputPipe(Object recipient, QueueOutputPipeInterface output)frodo2.communication.Queue
addOutputQueue(Object recipient, Queue queue)frodo2.communication.Queue
addToInbox(MessageWrapper msg)frodo2.communication.Queue
cleanQueue()frodo2.communication.Queue
deleteIncomingMessagePolicy(IncomingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
deleteOutgoingMessagePolicy(OutgoingMsgPolicyInterface< MessageType > policy)frodo2.communication.Queue
deleteStatsReporters()frodo2.communication.Queue
end()frodo2.communication.Queue
FINISH_MSG_TYPEfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >static
getCurrentMessageWrapper()frodo2.communication.Queue
getCurrentTime()frodo2.communication.Queue
getInboxSize()frodo2.communication.Queue
getMaxMsgSizes()frodo2.communication.Queue
getMsgNbrs()frodo2.communication.Queue
getMsgNbrsSent()frodo2.communication.Queue
getMsgSizes()frodo2.communication.Queue
getMsgSizesSent()frodo2.communication.Queue
getMsgTypes()frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
getOutputPipe(Object recipient)frodo2.communication.Queue
heuristicfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >protected
inboxfrodo2.communication.Queueprivate
init()frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
inPoliciesfrodo2.communication.Queueprotected
inPolicies_lockfrodo2.communication.Queueprivate
input_lockfrodo2.communication.Queueprivate
inputsfrodo2.communication.Queueprotected
keepGoingfrodo2.communication.Queueprivate
listenersfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
maxMsgSizesfrodo2.communication.Queueprotected
measureMsgsfrodo2.communication.Queueprotected
monitorfrodo2.communication.Queueprotected
msgNbrsfrodo2.communication.Queueprotected
msgNbrsSentfrodo2.communication.Queueprivate
msgSizesfrodo2.communication.Queueprotected
msgSizesSentfrodo2.communication.Queueprivate
msgWrapfrodo2.communication.Queueprotected
myThreadfrodo2.communication.Queueprivate
nbrStepsfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >protected
neighborhoodsfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
networkToDOT(Queue[] queues)frodo2.communication.Queuestatic
newListener(String var, S score, Collection< String > neighbors)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >protected
notifyIn(Message msg)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
frodo2::communication::IncomingMsgPolicyInterface.notifyIn(Message msg, Object toAgent)frodo2.communication.IncomingMsgPolicyInterface< T >
notifyInListeners(Message msg, Object toAgent)frodo2.communication.Queueprotected
notifyOutListeners(Object fromAgent, Message msg, Collection<? extends Object > toAgents)frodo2.communication.Queueprotected
outPoliciesfrodo2.communication.Queueprotected
outPolicies_lockfrodo2.communication.Queueprivate
output_lockfrodo2.communication.Queueprivate
outputsfrodo2.communication.Queueprotected
ownersfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
problemfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
Queue()frodo2.communication.Queueprotected
Queue(boolean measureMsgs)frodo2.communication.Queue
Queue(boolean measureMsgs, boolean init)frodo2.communication.Queue
queuefrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
recordStats(Object to, Message msg)frodo2.communication.Queueprotected
removeInputPipe(QueueInputPipeInterface input)frodo2.communication.Queue
removeOutputPipe(Object recipient)frodo2.communication.Queue
reset()frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
resetMsgSizeMonitor()frodo2.communication.Queue
resetStats()frodo2.communication.Queue
run()frodo2.communication.Queue
sendMessage(Object to, Message msg)frodo2.communication.Queue
sendMessage(Object to, MessageWrapper msgWrap)frodo2.communication.Queue
sendMessageToMulti(Collection< R > recipients, Message msg)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >package
frodo2::communication::Queue.sendMessageToMulti(Collection< T > recipients, Message msg)frodo2.communication.Queuepackage
sendMessageToSelf(Message msg)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
setProblem(ProblemInterface<?, ?> problem)frodo2.communication.Queue
setQueue(Queue queue)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
START_MSG_TYPEfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >static
startedfrodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >private
toBeClosedUponKill(QueueInputPipeInterface input)frodo2.communication.Queue
toDOT(StringBuilder out, int ID)frodo2.communication.Queueprivate
updateNCCCs(long msgNCCCs)frodo2.communication.Queue
VariableElection(DCOPProblemInterface<?, ?> problem, ScoringHeuristic< S > heuristic, int nbrSteps)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
VariableElection(DCOPProblemInterface<?, ?> problem, Element parameters)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >
VariableElection(DCOPProblemInterface<?, ?> problem)frodo2.algorithms.varOrdering.election.VariableElection< S extends Comparable< S > &Serializable >protected