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

NAME

WebService::UMLSKS::GetAllowablePaths - Get an allowable shortest path between the input terms.

SYNOPSIS

Basic Usage

    use WebService::UMLSKS::GetAllowablePaths;

    

DESCRIPTION

Get an allowable shortest path between the input terms.

SUBROUTINES

The subroutines are as follows:

new

This sub creates a new object of GetAllowablePaths

get_shortest_path_info

This sub returns the shortest path along with its cost

getCost

This sub finds the cost of the path accepted as a parameter

printHoH

This subroutines prints the current contents of hash of hash

printHash

This sub prints argument hash.

SEE ALSO

GetUserData.pm Query.pm ws-getAllowabletPath.pl GetParents.pm

AUTHORS

Mugdha Choudhari, University of Minnesota Duluth <chou0130 at d.umn.edu>

Ted Pedersen, University of Minnesota Duluth <tpederse at d.umn.edu>

COPYRIGHT

Copyright (C) 2010, Mugdha Choudhari, Ted Pedersen

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to The Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.