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

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

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

Fields in org.gcube.data.trees.data with type parameters of type Leaf
static Class<Leaf> Nodes.L
          Constant for the Leaf node type.
 

Methods in org.gcube.data.trees.data that return Leaf
protected  Leaf Leaf.delta(Node f)
          Returns a node that reflects the delta between this node and a given input node.
static Leaf Nodes.l(Leaf l)
          Clones a Leaf.
static Leaf Nodes.l(Object v)
          Returns a Leaf with a given value.
static Leaf Nodes.l(String id, Object v)
          Returns a Leaf with a given identifier and a given value.
 

Methods in org.gcube.data.trees.data with parameters of type Leaf
static Leaf Nodes.l(Leaf l)
          Clones a Leaf.
 

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



Copyright © 2013. All Rights Reserved.