NAME
InterMine::Model::Role::Descriptor - Provides the common behaviour of descriptors
SYNOPSIS
use Moose;
with 'InterMine::Model::Role::Descriptor';
OVERLOADING
- STRINGIFICATION
-
Descriptors must implement a "to_string" method, which is called when string overloading occurs.
- COMPARISON
-
Descriptors sort according to their (uppercased) names
ATTRIBUTES
model (Model, ro, required)
The model for this descriptor
AUTHOR
FlyMine <support@flymine.org>
BUGS
Please report any bugs or feature requests to support@flymine.org
.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc InterMine::Model::Role::Descriptor
You can also look for information at:
FlyMine
COPYRIGHT & LICENSE
Copyright 2006,2007,2008,2009,2010 FlyMine, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.