at.knowcenter.wag.exactparser.parsing.results
Class XRefSubSectionParseResult

java.lang.Object
  extended by at.knowcenter.wag.exactparser.parsing.results.ParseResult
      extended by at.knowcenter.wag.exactparser.parsing.results.XRefSubSectionParseResult

public class XRefSubSectionParseResult
extends ParseResult

Contains an xref sub-section.

An xref sub-section is an ordered list of xref lines. The object numbers of the corresponding objects are numbered incrementally.

xref sections are important in Incremental Updates because they allow to specify explicitely which objects (object numbers) are contained in the xref.

Author:
wprinz

Field Summary
 int num_objects
           
 int start_obj_number
           
 List xref_lines
           
 
Fields inherited from class at.knowcenter.wag.exactparser.parsing.results.ParseResult
next_index, start_index
 
Constructor Summary
XRefSubSectionParseResult()
           
 
Method Summary
 void appendXRefLine(XRefLineParseResult xref_line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start_obj_number

public int start_obj_number

num_objects

public int num_objects

xref_lines

public List xref_lines
Constructor Detail

XRefSubSectionParseResult

public XRefSubSectionParseResult()
Method Detail

appendXRefLine

public void appendXRefLine(XRefLineParseResult xref_line)


Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.