# Data::Hopen::G::Op - An individual operation
package Data::Hopen::G::Op;
use Data::Hopen;
use strict;
use Data::Hopen::Base;
our $VERSION = '0.000019';
use parent 'Data::Hopen::G::Node';
use Class::Tiny;
=head1 NAME
Data::Hopen::G::Op - a hopen operation
=head1 SYNOPSIS
An C<Op> represents one step in the build process. C<Op>s exist to provide
a place for edges (L<Data::Hopen::G::Edge>) to connect to.
=cut
1;
__END__
# vi: set fdm=marker: #