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)
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
One instance of comparing grep and awk |