Uses of Class
org.gcube.data.trees.patterns.TreePattern

Packages that use TreePattern
org.gcube.data.trees.patterns   
 

Uses of TreePattern in org.gcube.data.trees.patterns
 

Subclasses of TreePattern in org.gcube.data.trees.patterns
 class CutTreePattern
          A Pattern in which CutTreePattern.prune(Node) removes all the edges of matching nodes, not only those that are not required for matching.
 

Methods in org.gcube.data.trees.patterns that return TreePattern
static TreePattern Patterns.hasLabelPath(QName... labels)
          Returns a TreePattern that matches InnerNodes with a path of one or more edge labels.
static TreePattern Patterns.hasLabelPath(String... labels)
          Returns a TreePattern that matches InnerNodes with a path of one or more edge labels.
static TreePattern Patterns.tree(EdgePattern... patterns)
          Returns a TreePattern with one or more EdgePatterns.
 

Methods in org.gcube.data.trees.patterns with parameters of type TreePattern
static CutTreePattern Patterns.cut(TreePattern pattern)
          Returns a CutTreePattern with the EdgePatterns of a given TreePattern but removes all the edges of a matching node under pruning
 



Copyright © 2013. All Rights Reserved.