The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::FuncNet::Predictor::Operation::ScorePairwiseRelations::Response

SYNOPSIS

Represents a response from the 'ScorePairwiseRelations' operation

    $op      = $wsdl->operation( operation => 'ScorePairwiseRelations' );
    $op_call = $op->compileClient();
    $answer  = $op_call->( parameters => { ... } );

    $response = WebService::FuncNet::Predictor::ScorePairwiseRelations::Response->new( $answer );

BUILDARGS

ACCESSORS

results

an array of WebService::FuncNet::Predictor::ScorePairwiseRelations::Result

METHODS

_results_from_wsdl_response

Returns an ARRAY ref of results based on the WSDL response data structure

AUTHOR

Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>

LICENCE AND COPYRIGHT

Copyright (c) 2008, Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

REVISION INFO

  Revision:      $Rev: 62 $
  Last editor:   $Author: isillitoe $
  Last updated:  $Date: 2009-07-06 16:01:23 +0100 (Mon, 06 Jul 2009) $

The latest source code for this project can be checked out from:

  https://funcnet.svn.sf.net/svnroot/funcnet/trunk