Chris Mungall > GOBO > GOBO::Node

Download:
GOBO-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

NAME ^

GOBO::Node

SYNOPSIS ^

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

DESCRIPTION ^

 A unit in a graph. The Node class hierarchy:

 * L<GOBO::ClassNode>
 ** L<GOBO::TermNode>
 ** L<GOBO::ClassExpression>
 * L<GOBO::RelationNode>
 * L<GOBO::InstanceNode>

With a simple ontology graph, the core units are TermNodes.

SEE ALSO ^

GOBO::Graph

syntax highlighting: