SienaXML (v.2.0.0) API documentation

siena.xml.xpath
Class CompoundPredicate

java.lang.Object
  extended by siena.xml.xpath.Predicate
      extended by siena.xml.xpath.CompoundPredicate

public class CompoundPredicate
extends Predicate

Object that represents a compound predicate: two or more predicates connected by boolean operations. A binary tree is used to represent this predicate. This predicate uses the preidcate parser to generate the binary tree.


Field Summary
 
Fields inherited from class siena.xml.xpath.Predicate
COMPARE, COMPOUND, EQUALITY, FUNCTION, POSITION
 
Constructor Summary
CompoundPredicate(java.lang.String predicates)
          Creates new CompoundPredicate
 
Method Summary
 BinaryNode getTree()
           
 
Methods inherited from class siena.xml.xpath.Predicate
buildPredicate, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundPredicate

public CompoundPredicate(java.lang.String predicates)
Creates new CompoundPredicate

Method Detail

getTree

public BinaryNode getTree()

SienaXML (v.2.0.0) API documentation

Copyright © 2000-2002 University of Colorado.
This documentation is maintained by Antonio Carzaniga