Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
Data Structures
Here are the data structures with brief descriptions:
 CAddressA datatype for storing a postal address as well as its geographic coordinates if possible
 CAllocFailureA class used for memory allocation failures
 CArgsProcessorAn ArgsProcessor is a class to abstract out how a particular BlastTool stores a value when an argument is passed to it
 CAsyncSystemBlastToolA class that will run Blast as an asynchronous system process
 CAsyncSystemPolymarkerTool
 CAsyncTaskA datatype to use to run tasks asynchronously
 CAsyncTaskNodeA datatype to allow storing AsynTasks on a LinkedList
 CAsyncTasksManagerA datatype for storing AsyncTasks in a collection
 CAsyncTasksManagerEventConsumerA datatype that has an EventConsumer and a pointer to the AsyncTasksManager that owns it
 CBlankRow
 CBlastAppParametersThis datatype is used to parse a given ParameterSet in a method suitable for a particular BLAST configuration
 CBlastFormatterThis class is for converting the output of a blast job between the available different formats
 CBlastServiceDataThe configuration data for the Blast Service
 CBlastServiceJobThis datatype stores the ServiceJob and its associated BlastTool
 CBlastTaskThis datatype is used for describing the algorithms that some of the BLAST tools allow the user to choose to optimise the search procedure
 CBlastToolThe base class for running Blast
 CBlastToolFactoryThe base class for generating blast tools
 CBlockingFactors
 CBooleanParameter
 CByteBufferA datatype to allow an automatically growing buffer for appending data to
 CByteBufferArgsProcessorAn ArgsProcessor that adds all of its values to a given ByteBuffer
 CCharParameter
 CConnectionThe base class for building a Server-Client connection
 CCoordinateA datatype for storing a geographic coordinate
 CCountAsyncTaskA datatype for an AsyncTask that has a counter that sends a signal when that counter reaches a given limit
 CCountry
 CCrop
 CCurlToolA tool for making http(s) requests and responses
 CDatabaseInfoA datatype describing the details of each database available to search against
 CDataListNodeA ListNode for LinkedLists that also stores arbitrary blocks of data
 CDataResourceA datatype representing a URI
 CDiscardRow
 CDoubleListNodeA ListNode for LinkedLists that also stores an double value
 CDoubleParameter
 CDoubleParameterOption
 CDoubleParameterOptionNode
 CDrmaaBlastToolA class that will run Blast as a drmaa process
 CDrmaaBlastToolFactoryThe base class for generating DrmaaBlastTools
 CDrmaaServiceJobA ServiceJob that also has the data for running as Drmaa-based task
 CDrmaaToolA Tool for running Drmaa jobs
 CDrmaaToolArgsProcessorAn ArgsProcessor that adds all of its values to a given DrmaaTool
 CEventConsumerAn EvenetConsumer is a datatype to allow an object to be notified when an AsyncTask has completed running
 CExperimentalAreaPhenotype
 CExternalBlastToolA class that will run Blast using an external application such as blastn rather than calling Blast library routines directly
 CExternalBlastToolFactoryThe base class for running blast tools as a separate process
 CExternalServerA datatype to allow access to an external Grassroots Server
 CExternalServerNodeA datatype for storing ExternalServers in a LinkedList
 CField
 CFieldNodeA datatype for storing a value as a string along with the datatype to convert it to
 CFieldTrialA datatype that represents a Field Trial that can contain one or more Studies
 CFieldTrialNodeA datatype for storing a Field Trial on a list
 CFieldTrialServiceDataThe configuration data used by the DFW Field Trial Service
 CFileInformationA datatype to hold a collection of metadata about a file
 CFileOutputStreamAn OutputStream that writes to user-specified files
 CGeneBank
 CGeocoderToolA datatype that accesses an external geocoding provider to calculate the geographic data for an Address
 CGermplasmServiceData
 CGrassrootsServer
 CHandlerA Handler is a datatype for accessing data
 CHandlerNodeA datatype for storing a Handler on a LinkedList
 CHashBucketA datatype for holding a key-value pair along with the hashed value of the key
 CHashTableA container using HashBuckets to allow for fast lookup of key-value pairs
 CImageMetadata
 CInstrument
 CIntegerObservation
 CIntListNodeA ListNode for LinkedLists that also stores an integer value
 CIRodsConnectionThis is a wrapper which hides the internals of the code and objects needed to access an iRODS system
 CIRodsSearchA set of SearchTerms to use when running a search
 CIteratorA datatype for abstracting out the method of moving from one entry in a LinkedList to the next
 CJobsManagerA datatype for monitoring ServiceJobs
 CJsonNodeA datatype for storing a json_t on a LinkedList
 CJSONParameter
 CJSONProcessor
 CKeyValuePairA pair of strings
 CKeyValuePairNodeA datatype used for storing a KeyValuePair on a LinkedList
 CKeywordServiceMatcherA ServiceMatcher that will find any Service with a keyword parameter
 CLinkedListA doubly-linked list that can be traversed in either direction
 CLinkedServiceThis datatype stores the data needed to get the required information from the output of one Service to act as input for another
 CLinkedServiceNodeThe datatype to allow the storage of LinkedServices on LinkedLists
 CListItemA doubly-linked node that points to its predecessor and successor
 CLocation
 CLocationNode
 CLuceneDocumentA datatype for holding Lucene Documents
 CLuceneFacet
 CLuceneFacetNode
 CLuceneToolA Tool for running Lucene jobs
 CMappedParameterThis structure is used to store a relationship between a value from the output of running one service to use as an input parameter value for another service
 CMappedParameterNodeThis datatype allows the storage of MappedParameters on a LinkedList
 CMaterial
 CMaterialStudyDetails
 CMaterialStudyDetailsNode
 CMeasuredVariable
 CMeasuredVariableNode
 CModBrapiConfigThe configuration for the Grassroots BrAPI module
 CMongoToolA MongoTool is a datatype that allows access to the data stored within a MongoDB instance
 CNamedParameterTypeThis is a datatype that stores a read-only c-style string along with a ParameterType
 CNameServiceMatcherA ServiceMatcher that matches a Service by its name
 CNominalCOScaleClass
 CNumericObservation
 CObservationA datatype for storing a phneotypic observation within an experiment
 CObservationNode
 COutputStreamAn datatype to abstract out the process of writing log and error messages to the appropriate processes and places on a given Server
 CPairedServiceA datatype for describing a remote Service that can be used in conjunction with a local Service
 CPairedServiceNodeA datatype for storing PairedServices on a LinkedList
 CParameterThe datatype that stores all of the information about a Parameter
 CParameterGroupA datatype to tell the system that certain parameters should be grouped together in the client's user interface if possible
 CParameterGroupNodeA datatype for storing a ParameterGroup on a LinkedList
 CParameterNodeA datatype for storing Parameters in a LinkedList
 CParameterSetA set of Parameters along with an optional name and description
 CParameterSetNodeA datatype for storing a ParameterSet on a LinkedList
 CParentalGenotypeServiceDataThe configuration data used by the Parental Genotype Service
 CPathogenomicsServiceDataThe configuration data used by the Pathogenomics Service
 CPermissions
 CPermissionsGroup
 CPermissionsManager
 CPerson
 CPersonNode
 CPhenotypeStatisticsNodeA datatype for having the statistics of a given Measure Variable for a Study
 CPlot
 CPlotNode
 CPlotsCache
 CPluginA Plugin is a dynamically-loaded component to provide a piece of functionality
 CPluginListNodeA ListNode for LinkedLists that also stores a plugin value
 CPluginNameServiceMatcherA ServiceMatcher that matches a Service by its Plugin name
 CPluginOperationNameServiceMatcherA ServiceMatcher that matches a Service by its Plugin name and an Service name
 CPluginValueA union datatype that abstracts the different types of plugins that are avaialble
 CPolymarkerFormatter
 CPolymarkerSequenceA datatype that stores the information of sequence data that the PolymarkerService can run with
 CPolymarkerServiceDataThe ServiceData used for the PolymarkerService
 CPolymarkerServiceJobA datatype for storing a ServiceJob for the PolymarkerService with its extra associated fields
 CPolymarkerToolThe base class for the object that will actually run the Polymarker application
 CPrimer3Prefs
 CProgramme
 CProgrammeNode
 CProvidersStateTableThis is a datatype that is used to keep track of which servers and services have already been processed when merging services together to present to a server or client
 CPThreadNodeDatatype for storing a pthread_t on a LinkedList
 CQueryResultA datatype for accessing a single result of a search on an iRODS server
 CQueryResultsA datatype for holding an array of the results of a search on an iRODS server
 CReferredServiceA datatype which defines an available service, its capabilities and its parameters
 CReferredServiceDataThe base structure for storing Service configuration data
 CReferredServiceNodeA datatype for storing a ReferredService on a LinkedList
 CRegExpThe module used for performing regular expressions
 CRemoteParameterDetailsThis datatype is used to denote that a Parameter is for use on a PairedService
 CRemoteParameterDetailsNodeA ListItem for storing RemoteParameterDetails on a LinkedList
 CRemoteServiceDataA datatype to facilitate running PairedServices in parallel rather than sequentially which leads to longer waiting times for the caller who is running the Services
 CRemoteServiceJobA datatype describing a ServiceJob that is run on a remote Grassroots Server
 CResourceParameter
 CResourceServiceMatcherA ServiceMatcher that matches a Service if it can run on a given Resource
 CRow
 CRowNode
 CRowPhenotype
 CRowProcessor
 CScaleClass
 CSchemaTermA datatype for specifying ontological terms as a way to describe the data that each of the Services consumes and produces
 CSchemaTermNodeA datatype for storing SchemaTerms in a LinkedList
 CSchemaVersionThis is a datatype to store the versioning details for the Grassroots JSON schema that is being used
 CSearchHighlighter
 CSearchServiceData
 CSearchTermA datatype for storing the values needed for an iRODS search
 CSearchTermNodeA datatype for storing a SearchTerm on a LinkedList
 CServersManagerA datatype for monitoring ExternalServers
 CServiceA datatype which defines an available service, its capabilities and its parameters
 CServiceDataA datatype for holding the configuration data for a Service
 CServiceJobA datatype to represent a running task
 CServiceJobNodeA datatype used to store a ServiceJob within a ServceJobSet using a LinkedList
 CServiceJobSetA datatype to represent a collection of ServiceJobs
 CServiceJobSetIteratorA datatype allowing easy traversal over all of the ServiceJobs within a ServiceJobSet
 CServiceMatcherA datatype used to find any Services that match given criteria
 CServiceMetadataA datatype for describing the type of application that a Service provides
 CServiceNodeA datatype for storing Services on a LinkedList
 CServicesArrayA datatype for having a set of Services
 CSignedIntParameter
 CSignedIntParameterOption
 CSignedIntParameterOptionNode
 CSQLClauseA datatype for storing a clause used to query a database
 CSQLClauseList
 CSQLClauseNodeA datatype for storing a SQLClause on a LinkedList
 CSQLiteColumnA datatype to model an SQLite column
 CSQLiteColumnNodeA datatype for storing a SQLiteColumn on a LinkedList
 CSQLiteToolA SQLiteTool is a datatype that allows access to the data stored within a SQLite instance
 CStandardRow
 CStatistics
 CStatisticsTool
 CStringArrayParameter
 CStringIntPairA datatype for holding a key-value pair where the key is a c-style string and the value is an unsigned integer
 CStringIntPairArrayA datatype for storing a set of StringIntPairs
 CStringListNodeA ListNode for LinkedLists that also stores a string value
 CStringObservation
 CStringParameter
 CStringParameterOption
 CStringParameterOptionNode
 CStringsArgsProcessorAn ArgsProcessor that adds all of its values to an array of strings
 CStudy
 CStudyNode
 CSyncDataA datatype that allows data to be shared between tasks (e.g
 CSystemAsyncTaskA datatype to allow the running of command-line applications in a separate task
 CSystemBlastFormatterThis class calls a command line executable to convert a blast job between the available different formats
 CSystemBlastToolA class that will run Blast as a system process
 CSystemBlastToolFactoryThe base class for generating system blast tools
 CTempFileCreate a temporary file to read and write data to
 CTemporaryFile
 CThreadedBlastToolA class that will run Blast within a pthread
 CTimeArrayParameter
 CTimeObservation
 CTimeParameter
 CTreatmentA treatment defines an experimental process that can be applied
 CTreatmentFactorA TreatmentFactor is a set of values for a Treatment applied to plots within a Study
 CTreatmentFactorNode
 CTreatmentFactors
 CTreatmentFactorValue
 CTreatmentFactorValueNode
 CTreatmentNode
 CTrialDesign
 CUnsignedIntParameter
 CUnsignedIntParameterOption
 CUnsignedIntParameterOptionNode
 CUserA datatype to store user credentials
 CUserGroupA datatype to store user credentials
 CUserGroupNode
 CUserNode
 Cuuid_t
 CWebConnectionA Connection that uses http(s) communication
 CWebServiceDataThe configuration data for a WebService