NAME
Bio::Palantir::Parser::Qualifier - BiosynML DTD-derived internal class
VERSION
version 0.211420
SYNOPSIS
# TODO
DESCRIPTION
# TODO
METHODS
name
Returns the name attribute of the qualifier.
# $qualifier is a Bio::FastParsers::Biosynml
my $name = $qualifier->name;
This method does not accept any arguments.
ori
Returns the ori attribute of the qualifier.
# $qualifier is a Bio::FastParsers::Biosynml
my $ori = $qualifier->ori;
This method does not accept any arguments.
style
Returns the style attribute of the qualifier.
# $qualifier is a Bio::FastParsers::Biosynml
my $style = $qualifier->style;
This method does not accept any arguments.
value
Returns the value of the qualifier.
# $qualifier is a Bio::FastParsers::Biosynml
my $value = $qualifier->value;
This method does not accept any arguments.
AUTHOR
Loic MEUNIER <lmeunier@uliege.be>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by University of Liege / Unit of Eukaryotic Phylogenomics / Loic MEUNIER and Denis BAURAIN.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.