The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Webservice-InterMine INTERMINE"

Webservice::InterMine - modules for interacting with InterMine datawarehouse webservices River stage one • 1 direct dependent • 1 total dependent

This distribution is the client interface to any implementation of the InterMine Datawarehousing WebService (www.intermine.org). Primarily used for biological genomic databases, the webservice allows the user to easily write and execute structured qu...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Path - functions for finding problems with paths River stage one • 1 direct dependent • 1 total dependent

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::List - a representation of a List of objects stored on a webservice's server. River stage one • 1 direct dependent • 1 total dependent

An object of this type represents a list on the corresponding webservice's server. While not containing the list data itself, it provides methods for obtaining and iterating over that data, and manipulating the list by addition, which alters the curr...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Query - an object representation of a query on an InterMine database River stage one • 1 direct dependent • 1 total dependent

This module is allows you to construct complex queries and obtain results from webservices which implement InterMine genomic databases....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Model - A version of an InterMine Model that is aware that it comes from a web service River stage one • 1 direct dependent • 1 total dependent

This model provides lazy fetching support from its originating web service....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Types - A type library for webservice modules River stage one • 1 direct dependent • 1 total dependent

This module provides type definitions for Moose classes that use parameter type constraints within the Webservice::InterMine distribution....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Service - an object representation of an Webservice::InterMine Web-Service River stage one • 1 direct dependent • 1 total dependent

The service object is the portal to the webservice: it provides the model and templates for the objects you want to construct, and is used by the queries to return results. Generally you won't need to interact with it directly, or if you do, the meth...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Cookbook - how to run Webservice::InterMine webservice queries River stage one • 1 direct dependent • 1 total dependent

The Webservice::InterMine cookbook is a set of short tutorial 'recipes' which aim to demonstrate particular features of the Webservice::InterMine Perl API. Each recipe presents some code, followed by a section which explains and discusses the feature...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::ResultRow - a class for providing a unified hash and array reference style interface for result rows. River stage one • 1 direct dependent • 1 total dependent

This class exists to unify access to row based data regardless of whether you want to use key or column index based lookups for the data. This means you do not have to decide in advance which mechanism you want to use for retrieving data from a webse...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Constraint - A base class for all constraints. River stage one • 1 direct dependent • 1 total dependent

All constraints inherit from this class, and thus share its properties and behaviour....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::LogicalSet - a pair of two object and'ed or or'ed together River stage one • 1 direct dependent • 1 total dependent

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::ListFactory - an object to manage lists and manipulate them River stage one • 1 direct dependent • 1 total dependent

The ListFactory object is a manager for lists located on the connected webservice. It is responsible for parsing, creating, and performing operations on list objects. Any changes made are are reflected by changes on the server. However, its operation...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Parser::JSON - parse rows of JSON results River stage one • 1 direct dependent • 1 total dependent

One of the parsers used to intepret results sent from the webservice....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Query::Saved - an object representation of a query on an InterMine database that has been saved for later re-use River stage one • 1 direct dependent • 1 total dependent

This module is used when queries are loaded in from a saved representation, usually as an xml file somewhere. It has all the same functionality of Webservice::InterMine::Query....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::ResultObject - a class for inflating jsonobjects into River stage one • 1 direct dependent • 1 total dependent

This package is used to provide inflated objects with property accessors as results from queries. It is used by Runnable queries to generate the appropriate results. Usage A hashref blessed into this class will have accessors for any of its keys. It ...

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Role::Logical - the logic for combining constraints on a path in a PathQuery River stage one • 1 direct dependent • 1 total dependent

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::ResultIterator - An object for iterating through result rows River stage one • 1 direct dependent • 1 total dependent

This package provides objects for iterating through result sets, where those result sets are rows from a database query....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Role::Showable - behaviour for queries that can print their results out River stage one • 1 direct dependent • 1 total dependent

Print out the results to either the screen (by default) or any arbitrary file or filehandle. These methods are used by queries and lists to diplay their contents for inpection and storage....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Role::Listable - Trait for things that can be made into lists River stage one • 1 direct dependent • 1 total dependent

This role provides the common behaviour for things that can be passed to the new_list method of service objects, and automatically coerced into lists, as well as treated as lists for the purposes of list operations....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC

Webservice::InterMine::Role::HasQuery River stage one • 1 direct dependent • 1 total dependent

A consumer of this role gains many of the capabilities of a query, such as reading results, iteration, introspection of views and constraints....

INTERMINE/Webservice-InterMine-1.0405 - 12 Dec 2013 23:14:03 UTC
94 results (0.03 seconds)