Interface INegotiationAgent

    • Method Detail

      • getAgent

        jadex.bridge.IInternalAccess getAgent()
        Get the agent.
        Returns:
        The agent.
      • createGoal

        void createGoal​(Order order)
        Create a purchase or sell oder.
      • getGoals

        java.util.Collection<INegotiationGoal> getGoals()
        Get all purchase or sell goals.
      • getOrders

        java.util.List<Order> getOrders()
        Get all orders.