NAME
Bio::Polloc::GroupCriteria::operator - An acillary object for Bio::Polloc::GroupCriteria
AUTHOR - Luis M. Rodriguez-R
Email lmrodriguezr at gmail dot com
SYNOPSIS
# ...
$Bio::Polloc::GroupCriteria::operator::cons::OP_CONS->{'KEY1'} = $some_value_1;
my $op = Bio::Polloc::GroupCriteria::operator->new(@args);
my $res = $op->operate;
# ...
APPENDIX
Methods provided by the package
new
Attempts to initialize a Bio::Polloc::GroupCriteria::operator::* object
Arguments
- -type str
-
Type of operator
- -val mix
-
The value of the operator
- -name str
-
A name for the operator
- -operation str
-
The operation itself
- -operators refarr
-
A refarray containing the operators (mix).
Returns
A Bio::Polloc::Locus::repeat object.
val
Sets/gets the value
name
Sets/gets the name
operation
Sets/gets the operation
operators
Sets/gets the operators
type
Sets/gets the type of operator
operate
INTERNAL METHODS
Methods intended to be used only within the scope of Bio::Polloc::*
_qualify_type
_initialize
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 15:
Non-ASCII character seen before =encoding in '# ...'. Assuming UTF-8