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.


Fields inherited from class swarm.PhaseCImpl
nextPhase
 
Constructor Summary
EZGraphCImpl()
           
EZGraphCImpl(EZGraphImpl nextPhase)
           
 
Methods implemented by this class for interface swarm.defobj.CreateC
createEnd
 
Methods inherited from class swarm.PhaseCImpl
_copy_creating_phase_to_using_phase
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EZGraphCImpl

public EZGraphCImpl(EZGraphImpl nextPhase)

EZGraphCImpl

public EZGraphCImpl()