kristal.client
Class DocumentGroupType

java.lang.Object
  extended bykristal.client.DocumentGroupType

public class DocumentGroupType
extends java.lang.Object

This Class describes a Document Structure of KRISTAL.

See Also:
SectionType

Field Summary
 int df_per_group
           
 java.util.Vector documents
           
 int estimated_df_per_group
           
 java.lang.String group_by_key
           
 int set_id
           
 
Constructor Summary
DocumentGroupType()
          Constructs a new DocumentType object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set_id

public int set_id

df_per_group

public int df_per_group

estimated_df_per_group

public int estimated_df_per_group

group_by_key

public java.lang.String group_by_key

documents

public java.util.Vector documents
Constructor Detail

DocumentGroupType

public DocumentGroupType()
Constructs a new DocumentType object.