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 BaseParser

BaseParser is parent class for all parsers (SearchParser for searching and PredictParser for predicting)

Nette\Object
Extended by BaseModule\Services\BaseService
Extended by DispatchModule\BaseParser

Direct known subclasses

DispatchModule\PredictParser, DispatchModule\SearchParser
Namespace: DispatchModule
Located at DispatchModule/BaseParser.php
Methods summary
public
# __construct( Nette\DI\Container $container )

Constructor stores container

Constructor stores container

Parameters

$container

Overrides

BaseModule\Services\BaseService::__construct()
public BaseModule\Form
# addFormParameters( BaseModule\Form $form )

Add parameters needed by tools to the form

Add parameters needed by tools to the form

Parameters

$form
form, to which parameters will be added

Returns

BaseModule\Form
form with added parameters
public array
# getParameterList( )

Get list of parameters needed for all tools

Get list of parameters needed for all tools

Returns

array
array indexed by parameter name with array containnig label and (optional) modifiers in value
public array
# getTools( )

Get list of all supported tools (loaded from tools directory)

Get list of all supported tools (loaded from tools directory)

Returns

array
array of supported tools
public array
# getVisualizers( )

Get list of all supported visualisers (loaded from visualisers directory)

Get list of all supported visualisers (loaded from visualisers directory)

Returns

array
array of supported visualisers
protected string
# getName( )

Gets name of the parser

Gets name of the parser

Returns

string
parser name without prefix
Properties summary
protected Nette\DI\Container $container

Context container

Context container

#
protected array $parameterList

array of elements wanted by every tool indexed by name with corresponding labels as value

array of elements wanted by every tool indexed by name with corresponding labels as value

#
API documentation generated by ApiGen