Pangloss::Segment::LoadTerm - load term from an OpenFrame::Request.


Pangloss documentation  | view source Contained in the Pangloss distribution.

Index


NAME

Top

Pangloss::Segment::LoadTerm - load term from an OpenFrame::Request.

SYNOPSIS

Top

  $pipe->add_segment( Pangloss::Segment::LoadTerm->new )

DESCRIPTION

Top

This class inherits its interface from Pipeline::Segment.

METHODS

Top

$term = $obj->dispatch();

attempts to load a term from the stored OpenFrame::Request's arguments.

$term = $obj->new_term_from_args( \%args );

Creates a new term from the hash given. uses the following keys:

    new_term_name
    new_term_notes
    new_term_concept
    new_term_language

Returns undef if no useable keys were present.

AUTHOR

Top

Steve Purkis <spurkis@quiup.com>

SEE ALSO

Top

Pipeline::Segment, Pangloss::Term


Pangloss documentation  | view source Contained in the Pangloss distribution.