1999-09-06 analysis.h alex
(EZAverageSequence): New protocol, make RETURNABLE.
1999-09-06 analysis.h alex
(EZGraph), EZGraph.[hm]: ([EZGraph
-createSequence:withFeedFrom:andSelector:]) returns an object of type
EZSequence. ([EZGraph
-create{Average,Min,Max,Count}Sequence:withFeedFrom:andSelector:]):
returns an object of type EZAverageSequence.
1999-09-06 analysis.h mgd
Add @class EZAverageSequence;
1999-08-21 analysis.h mgd
Add Zone typing to +create:* methods. (EZSequence): Change from
CREATABLE to RETURNABLE.
1999-08-08 analysis.h alex
(EZGraph): Add two convenience methods for batch-mode (non-graphical)
instances of EZGraph (+create:setFileOutput:, +create:setFileName:).
1999-08-01 analysis.h alex
(EZGraph): Add new convenience factory method to protocol.
1999-07-20 analysis.h vjojic
Add EZSequence protocol.
1999-04-25 analysis.h alex
(EZBin, EZGraph): Add compliance to SwarmObject protocol.
1999-02-25 analysis.h mgd
Add CREATABLE tags to all non-abstract protocols.
1999-01-15 analysis.h alex
([EZGraph -setFileName:]): Update method documentation.
1998-12-09 analysis.h mgd
(EZBin, EZGraph): Declare getFilename and setFilename:. Add getTitle.
1998-09-29 analysis.h mgd
(EZBin): Add setMonoColorBars:. (EZGraph): Change getGraph return
type, and include createEnd.
1998-09-17 analysis.h mgd
(EZBin): Note that the upper bound is not inclusive.
1998-09-02 analysis.h mgd
Likewise.
1998-08-23 analysis.h mgd
(EZGraph): Return value is now a sequence for
create{,Average,Count,Min,Max,Total}Sequence:withFeedFrom: methods.
Declare new method -dropSequence:.
1998-07-09 analysis.h alex
(FunctionGraph): Add phase tags CREATING and USING.
1998-07-07 analysis.h mgd
(ActiveGraph, ActiveOutFile, FunctionGraph): Add protocols and class
objects.
1998-06-16 analysis00.sgml alex
Added missing description of dependencies - objectbase.h and
simtoolsgui.h.
1998-06-16 Makefile.am mgd
Include from refbook/ instead of src/.
1998-06-14 Makefile.am mgd
(MODULE): New variable. Include Makefile.rules from src. Remove
everything else.
1998-06-11 analysis00.sgml, analysiscont.sgml mgd
Update IDs to SWARM.module.SGML.type.
1998-06-05 analysis.ent mgd
Use public identifiers.
1998-06-04 Makefile.am mgd
(swarm_ChangeLog): Add.
1998-06-02 analysis.h mgd
Updated documentation tags.
1998-05-22 Makefile.am mgd
New file.
1998-05-22 analysis.ent.in mgd
New file:
1998-05-22 analysis.ent mgd
Removed.
1998-05-21 mgd
Begin revision log.
1998-05-05 analysis.h mgd
(Averager, Entropy, EZBin, EZDistribution, EZGraph): (EZBin): Declare
+createBegin:. (Entropy, EZDistribution): Declare -createEnd.
(EZBin, EZGraph): -setGraphs and -setFileOutput take a BOOL, not int
as an argument. Reorder for phase tags.
1998-04-22 analysis.h mgd
Remove includes of analysis things. Replace with protocols for
Averager, EZBin, EZDistribution, EZGraph, and Entropy. Add a @class
for each.