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

Packages that use Edge
org.gcube.contentmanagement.contentmanager.stubs.model.predicates   
org.gcube.contentmanagement.contentmanager.stubs.model.trees   
 

Uses of Edge in org.gcube.contentmanagement.contentmanager.stubs.model.predicates
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.predicates that return types with arguments of type Edge
 java.util.List<Edge> Many.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> Only.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> AtLeast.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> One.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> Opt.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 

Method parameters in org.gcube.contentmanagement.contentmanager.stubs.model.predicates with type arguments of type Edge
 boolean Many.matches(java.util.List<Edge> edges)
          Indicates whether the predicate matches some of the edges in a given list.
 boolean Only.matches(java.util.List<Edge> edges)
          Indicates whether the predicate matches some of the edges in a given list.
 boolean AtLeast.matches(java.util.List<Edge> edges)
          Indicates whether the predicate matches some of the edges in a given list.
 boolean One.matches(java.util.List<Edge> edges)
          Indicates whether the predicate matches some of the edges in a given list.
 boolean Opt.matches(java.util.List<Edge> edges)
          Indicates whether the predicate matches some of the edges in a given list.
 java.util.List<Edge> Many.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> Only.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> AtLeast.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> One.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 java.util.List<Edge> Opt.prune(java.util.List<Edge> edges)
          Returns the edges from a given list which match the predicate.
 

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

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees that return Edge
static Edge Nodes.e(Edge e)
          Clones a given edge.
static Edge Nodes.e(java.lang.String name, Node node)
          Creates an edge to a node in a document tree.
static Edge Nodes.e(java.lang.String l, java.lang.Object v)
          Creates an edge to a leaf node in a document tree.
static Edge Nodes.e(java.lang.String ns, java.lang.String name, Node node)
          Creates an edge to a node in a document tree.
static Edge Nodes.e(java.lang.String ns, java.lang.String name, java.lang.Object v)
          Creates an edge to a leaf node in a document tree.
static Edge Nodes.e(java.lang.String prefix, java.lang.String ns, java.lang.String name, Node node)
          Creates an edge to a node in a document tree.
static Edge Nodes.e(java.lang.String prefix, java.lang.String ns, java.lang.String name, java.lang.Object v)
          Creates an edge to a leaf node in a document tree.
 Edge InnerNode.edge(javax.xml.namespace.QName l)
          Returns the edges with a given label, if exactly one exists.
 Edge InnerNode.edge(java.lang.String l)
          Returns the edges with a given label, if exactly one exists.
 Edge InnerNode.edge(java.lang.String ns, java.lang.String l)
          Returns the edges with a given label, if exactly one exists.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees that return types with arguments of type Edge
 java.util.List<Edge> InnerNode.edges()
          Returns all the edges.
 java.util.List<Edge> InnerNode.edges(javax.xml.namespace.QName l)
          Returns the outgoing edges with a given label.
 java.util.List<Edge> InnerNode.edges(java.lang.String l)
          Returns the outgoing edges with a given label.
 java.util.List<Edge> InnerNode.edges(java.lang.String ns, java.lang.String l)
          Returns the outgoing edges with a given label.
 

Methods in org.gcube.contentmanagement.contentmanager.stubs.model.trees with parameters of type Edge
 boolean InnerNode.add(Edge... es)
          Adds one or more edges.
static Edge Nodes.e(Edge e)
          Clones a given edge.
static GDoc Nodes.gdoc(Edge... edges)
          Creates a document tree with given edges.
static GDoc Nodes.gdoc(java.lang.String id, Edge... edges)
          Creates a document tree with a given identifier and given edges.
static GDoc Nodes.gdoc(java.lang.String collID, java.lang.String id, Edge... edges)
          Creates a document tree in a given collection with a given identifier and given edges.
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.
 boolean InnerNode.remove(Edge... es)
          Removes one or more edges.
 

Method parameters in org.gcube.contentmanagement.contentmanager.stubs.model.trees with type arguments of type Edge
 boolean InnerNode.add(java.util.List<Edge> es)
          Adds one or more edges.
 boolean InnerNode.remove(java.util.List<Edge> es)
          Removes one or more edges.
 

Constructors in org.gcube.contentmanagement.contentmanager.stubs.model.trees with parameters of type Edge
Edge(Edge e)
          Copy constructor, creates a clone of a given node.
GDoc(Edge... edges)
          Constructs an instance with given edges.
GDoc(java.lang.String id, Edge... edges)
          Constructs an instance with a given identifier and edges.
GDoc(java.lang.String id, java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes, Edge... edges)
          Constructs an instance with a given identifier, attributes, and edges.
GDoc(java.lang.String id, Node.State state, java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes, Edge... edges)
           
GDoc(java.lang.String collID, java.lang.String id, Edge... edges)
          Constructs an instance in a given collection with a given identifier and given edges.
InnerNode(Edge... edges)
          Constructs an instance with a given edges.
InnerNode(java.lang.String id, Edge... edges)
          Constructs an instance with a given identifier and edges.
InnerNode(java.lang.String id, java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes, Edge... edges)
          Constructs an instance with a given identifier, attributes, and edges.
InnerNode(java.lang.String id, Node.State state, java.util.Map<javax.xml.namespace.QName,java.lang.String> attributes, Edge... edges)
          Constructs an instance with a given identifier, state, attributes, and edges.