Package com.isti.jevalresp

Classes making up the Java version of the 'evalresp' program.

See:
          Description

Interface Summary
RespCallback Interface RespCallback specifies a callback method that provides information about a response.
 

Class Summary
AmpPhaseBlk Class AmpPhaseBlk holds amplitude and a phase value.
CallbackProcWrite Class CallbackProcWrite implements a callback method that processes and writes the output of a response.
ChanIdHldr Class ChanIdHldr is a channel-ID holder that contains handles for a 'ChannelId' object and an end-Date object.
ComplexBlk Class ComplexBlk holds a complex number.
FissuresNamingUtils Class FissuresNamingUtils defines a set of static methods used to find a given Network DataCenter object on a Fissures server.
NetVersionFlag Class NetVersionFlag contains a flag used to configure whether or not the FISSURES/CORBA "network" functionality is enabled.
OutputGenerator Class OutputGenerator generates 'evalresp'-style output from a FISSURES 'Response' object.
OutputGenerator.TypeNormStringBlock Class TypeNormStringBlock defines a data block containing two strings, one for "type" and one for "normalization".
RespArraysInfo Class RespArraysInfo contains arrays and other information for a response or one stage of a response.
RespFileParser Class RespFileParser manages the parsing of an 'rdseed' ASCII response ("RESP") file.
RespInfoBlk Class RespInfoBlk holds a block of data describing an evaluated response.
RespNetProc Class RespNetProc is an extension of high-level processing functions for 'JEvalResp' that adds methods for finding and processing responses via FISSURES interface.
RespProcessor Class RespProcessor contains high-level processing functions for 'JEvalResp'.
RespTokenizer Class RespTokenizer extends StreamTokenizer and sets up for 'rdseed' ASCII file parsing.
RespUtils Class RespUtils is a group of static utility functions for JEvalResp.
RespWebProc Class RespWebProc is an extension of high-level processing functions for 'JEvalResp' that adds methods for fetching and processing responses from a web-services server.
Run Class Run is the entry point and managing module for 'JEvalResp'.
RunBlks Class RunBlks is an alternate execution manager for 'JEvalResp' that processes responses into an array of 'RespInfoBlk' objects before outputting them.
RunDirect Class RunDirect is an extension of 'Run' that supports input and output via method calls for the processing of a single response.
RunExt Class RunExt is an extension of 'Run.java' that accepts all inputs as method parameters (instead of from the command line).
 

Package com.isti.jevalresp Description

Classes making up the Java version of the 'evalresp' program.