Uses of Class
org.gcube.data.trees.data.InnerNode

Packages that use InnerNode
org.gcube.data.trees.data   
 

Uses of InnerNode in org.gcube.data.trees.data
 

Subclasses of InnerNode in org.gcube.data.trees.data
 class Tree
          An InnerNode at the root of a tree.
 

Fields in org.gcube.data.trees.data with type parameters of type InnerNode
static Class<InnerNode> Nodes.N
          Constant for the InnerNode type.
 

Methods in org.gcube.data.trees.data that return InnerNode
 InnerNode InnerNode.delta(Node f)
          Returns a node that reflects the delta between this node and a given input node.
static InnerNode Nodes.n(Edge... es)
          Creates an InnerNode with given Edges.
static InnerNode Nodes.n(InnerNode n)
          Clones an InnerNode.
static InnerNode Nodes.n(String id, Edge... es)
          Creates an InnerNode with a given identifier and given Edgee.
 InnerNode Node.parent()
          Returns the parent of the node.
 

Methods in org.gcube.data.trees.data that return types with arguments of type InnerNode
 List<InnerNode> Node.ancestors()
          Returns the ancestors of the node.
 

Methods in org.gcube.data.trees.data with parameters of type InnerNode
static InnerNode Nodes.n(InnerNode n)
          Clones an InnerNode.
protected  void Node.setParent(InnerNode p)
          Sets the parent of the node.
 

Constructors in org.gcube.data.trees.data with parameters of type InnerNode
InnerNode(InnerNode n)
          Copy constructor, creates an instance as a clone of a given InnerNode.
 



Copyright © 2012. All Rights Reserved.