GOBO::TermNode - GOBO::TermNode documentation


GOBO documentation Contained in the GOBO distribution.

Index


Code Index:

NAME

Top

GOBO::TermNode

SYNOPSIS

Top

  printf '%s "%s" def: "%s"', $n->id, $n->label, $n->definition;

DESCRIPTION

Top

Core element in an ontology.

SEE ALSO

Top

GOBO::Graph


GOBO documentation Contained in the GOBO distribution.

package GOBO::TermNode;
use Moose;
use strict;
extends 'GOBO::ClassNode';
with 'GOBO::Definable';

1;