edu.buffalo.nsf.xmlcqa.data.query
Class Query

java.lang.Object
  extended byedu.buffalo.nsf.xmlcqa.data.query.Query

public class Query
extends java.lang.Object

Author:
staworko

Nested Class Summary
static class Query.Step
           
 
Field Summary
 int length
           
 Query.Step[] step
           
 
Constructor Summary
Query(Query.Step[] step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

length

public int length

step

public Query.Step[] step
Constructor Detail

Query

public Query(Query.Step[] step)