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

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

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

Subclasses of LeafPattern in org.gcube.data.trees.patterns
 class BoolPattern
          A Pattern that matches the value of a Leaf against a given Boolean Constraint.
 class CalendarPattern
          A Pattern that matches the value of a Leaf against a given Calendar Constraint.
 class DatePattern
          A Pattern that matches the value of Leafs against given Date Constraint.
 class NumPattern
          A Pattern that matches the value of a Leaf against a Double Constraint.
 class TextPattern
          A Pattern that matches the text value of a Leaf against a given String Constraint.
 class URIPattern
          A Pattern that matches the value of Leaf against a given URI Constraint.
 

Methods in org.gcube.data.trees.patterns that return LeafPattern
 LeafPattern<?,?> AbstractPattern.idPattern()
          Returns the pattern on the node identifier.
 

Methods in org.gcube.data.trees.patterns with parameters of type LeafPattern
static
<T extends AbstractPattern>
T
Patterns.id(LeafPattern<?,?> idp, T p)
          Adds a LeafPattern over the identifier of nodes matched by an AbstractPattern.
 void AbstractPattern.setIdPattern(LeafPattern<?,?> idp)
          Set a predicate on the node identifier.
 



Copyright © 2013. All Rights Reserved.