Class ChartUserAgent
- java.lang.Object
-
- jadex.extension.rs.invoke.RestServiceAgent
-
- jadex.webservice.examples.rs.chart.ChartUserAgent
-
public class ChartUserAgent extends RestServiceAgent
Agent that searches and uses the chart service of another Jadex agent.
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.swing.JFrame
f
-
Fields inherited from class jadex.extension.rs.invoke.RestServiceAgent
agent
-
-
Constructor Summary
Constructors Constructor Description ChartUserAgent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
cleanup()
Called when the agent is killed.IFuture<java.lang.Void>
init()
The agent init.-
Methods inherited from class jadex.extension.rs.invoke.RestServiceAgent
createServiceImplementation
-
-