GOBO
view release on metacpan or search on metacpan
GOBO/Formula.pm view on Meta::CPAN
package GOBO::Formula;
use Moose;
use strict;
with 'GOBO::Attributed';
with 'GOBO::Identified';
has text => ( is=>'rw', isa=>'Str' );
has language => ( is=>'rw', isa=>'Str' ); # TODO - enum
has associated_with => ( is=>'rw', isa=>'GOBO::Node' );
=head1 NAME
GOBO::Formula
=head1 SYNOPSIS
=head1 DESCRIPTION
(Advanced OBO ontologies only)
Formulas have the roles GOBO::Attributed and GOBO::Identified. This
means they can have metadata attached. For example, who made the
formula and when.
=cut
1;
( run in 0.726 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )