- add_filter_function - Class in jmadem
-
Internal function for adding a filter function to the MADeM agent.
- add_filter_function() - Constructor for class jmadem.add_filter_function
-
- add_utility_function - Class in jmadem
-
Internal function for adding an utility function to the MADeM agent.
- add_utility_function() - Constructor for class jmadem.add_utility_function
-
- addBid(String, List<Term>) - Method in class jmadem.DecisionData
-
Adds a bid to the MADeM decision data.
- addFilterFunction(Atom, String) - Method in class jmadem.MADeMAgArch
-
Registers a new filter function in the MADeM agent.
- addUtilityFunction(Atom, String) - Method in class jmadem.MADeMAgArch
-
Registers a new utility function in the MADeM agent.
- agArch - Variable in class jmadem.construct_allocations
-
- agents - Variable in class jmadem.DecisionData
-
Agents involved in the decision-making.
- allocations - Variable in class jmadem.DecisionData
-
Allocations being considered as solutions for the decision problem.
- allocs - Variable in class jmadem.construct_allocations
-
- areAllBidsReceived() - Method in class jmadem.DecisionData
-
Checks whether all agents have already bid and their bids have been received.
- automaticRemoveOfMademData - Variable in class jmadem.MADeMAgArch
-
Flag indicating whether to remove the data managed by MADeM after the winner determination
problem.