Overview

Namespaces

  • AnalyseModule
    • Models
  • BaseModule
    • Exceptions
    • Models
    • Repository
    • Services
  • DispatchModule
    • Helpers
    • Models
    • Tools
  • PredictModule
  • SearchModule

Classes

  • BaseMatch
  • BaseParser
  • BlastMatch
  • BlatMatch
  • PredictParser
  • ResultSet
  • SearchParser
  • Sequence
  • Overview
  • Namespace
  • Class

Class PredictParser

PredictParser is responsible for parsing predict form (from user) and running services for needed tools - it also contains support functions for connecting search form with tools

Nette\Object
Extended by BaseModule\Services\BaseService
Extended by DispatchModule\BaseParser
Extended by DispatchModule\PredictParser
Namespace: DispatchModule
Located at DispatchModule/PredictParser.php
Methods summary
public DispatchModule\ResultSet
# parseForm( BaseModule\Form $form )

Main method parses form and initializes tool classes

Main method parses form and initializes tool classes

Parameters

$form

Returns

DispatchModule\ResultSet
result of the search
Methods inherited from DispatchModule\BaseParser
__construct(), addFormParameters(), getName(), getParameterList(), getTools(), getVisualizers()
Properties inherited from DispatchModule\BaseParser
$container, $parameterList
API documentation generated by ApiGen