Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.model.trees.InnerNode

Packages that use InnerNode
org.gcube.contentmanagement.contentmanager.stubs.model.trees   
 

Uses of InnerNode in org.gcube.contentmanagement.contentmanager.stubs.model.trees
 

Subclasses of InnerNode in org.gcube.contentmanagement.contentmanager.stubs.model.trees
 class GDoc
          Extends InnerNode for roots of trees that model gDoc documents.
 

Fields in org.gcube.contentmanagement.contentmanager.stubs.model.trees with type parameters of type InnerNode
static java.lang.Class<InnerNode> Nodes.N
          Constant for the inner node type.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees that return InnerNode
 InnerNode InnerNode.delta(Node f)
          Returns a node that reflects the delta between this document and a given input node.
static InnerNode Nodes.gdoc(InnerNode n)
          Clones a given node.
static InnerNode Nodes.n(Edge... edges)
          Creates a node in a document tree with given edges.
static InnerNode Nodes.n(java.lang.String id, Edge... edges)
          Creates a node in a document tree with a given identifier and given edges.
 InnerNode Node.parent()
          Returns the parent of the node.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees that return types with arguments of type InnerNode
 java.util.List<InnerNode> Node.ancestors()
          Returns the ancestors of the node.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees with parameters of type InnerNode
static InnerNode Nodes.gdoc(InnerNode n)
          Clones a given node.
static void Nodes.removeURIs(InnerNode n)
          Removes content URIs from a node and all its descendants.
 

Constructors in org.gcube.contentmanagement.contentmanager.stubs.model.trees with parameters of type InnerNode
InnerNode(InnerNode n)
          Copy constructor, creates a clone of a given node.