Man Page: go::model::graphnodeinstance
Operating Environment: debian
Section: 3pm
GO::Model::GraphNodeInstance(3pm) User Contributed Perl Documentation GO::Model::GraphNodeInstance(3pm)NAMEGO::Model::GraphNodeInstance - a graph node located in a treeSYNOPSIS$it = $graph->create_iterator; # returns a GO::Model::GraphIterator object while (my $ni = $it->next_node_instance) { $depth = $ni->depth; $term = $ni->term; $reltype = $ni->parent_rel->type; printf "%s %8s Term = %s (%s) // depth=%d ", "----" x $depth, $reltype, $term->name, $term->public_acc, $depth; }DESCRIPTIONsee GO::Model::Graph term Usage - Returns - GO::Model::Term Args - see GO::Model::Term depth Usage - Returns - int Args - parent_rel Usage - Returns - GO::Model::Relationship Args - see GO::Model::Relationship perl v5.14.2 2010-05-12 GO::Model::GraphNodeInstance(3pm)
| Related Man Pages |
|---|
| go::model::graph(3pm) - debian |
| go::model::relationship(3pm) - debian |
| go::model::term(3pm) - debian |
| go::model::treeiterator(3pm) - debian |
| go::model::xref(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |