net.sf.derquinse.lucis
Class Group

java.lang.Object
  extended by net.sf.derquinse.lucis.Group
All Implemented Interfaces:
Serializable

public class Group
extends Object
implements Serializable

Group for grouped queries.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
Group()
           
 
Method Summary
 int addHit()
           
 Group getGroup(String name)
           
 Set<String> getGroupNames()
           
 int getHits()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Group

public Group()
Method Detail

getHits

public int getHits()

addHit

public int addHit()

getGroupNames

public Set<String> getGroupNames()

getGroup

public Group getGroup(String name)


Copyright © 2011. All Rights Reserved.