swarm.analysis
Class EZGraphCImpl
java.lang.Object
|
+--swarm.PhaseCImpl
|
+--swarm.analysis.EZGraphCImpl
- public class EZGraphCImpl
- extends PhaseCImpl
- implements SwarmObjectS, SwarmObjectC, EZGraphS
A class for easily create graphs..
This class allows the user to easily create graphs of various quantities in the model s/he is investigating. The user first creates the EZGraph, and then creates "Sequences"; (lines) which will appear in the graph. The sequences are generated based on data provided by a single object or a collection of target objects, in reponse to a specified selector. One of the features of the EZGraph is that it will automatically generate average, total, min, max and count sequences without the user having to mess with Averagers amd other low-level classes.
EZGraphCImpl
public EZGraphCImpl(EZGraphImpl nextPhase)
EZGraphCImpl
public EZGraphCImpl()