Package jadex.bdi.booktrading
Interface INegotiationAgent
- All Known Implementing Classes:
BuyerAgent
,SellerAgent
public interface INegotiationAgent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createGoal
(Order order) Create a purchase or sell oder.jadex.core.IComponent
getAgent()
Get the agent.getGoals()
Get all purchase or sell goals.Get all orders.getReports
(Order order) Get all reports.
-
Method Details
-
getAgent
jadex.core.IComponent getAgent()Get the agent.- Returns:
- The agent.
-
createGoal
Create a purchase or sell oder. -
getGoals
Collection<INegotiationGoal> getGoals()Get all purchase or sell goals. -
getOrders
Get all orders. -
getReports
Get all reports.
-