Query: go::model::graphnodeinstance
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 |
|---|
| catalyst::model::dbi(3pm) - debian |
| config::model::backend::fstab(3pm) - debian |
| go::model::evidence(3pm) - debian |
| go::model::graph(3pm) - debian |
| go::model::term(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |
| New UNIX and Linux History Sections |