net.sourceforge.groboutils.pmti.v1.itf.impl
Class AbstractTestIssueRecordCollator

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.itf.impl.AbstractTestIssueRecordCollator
All Implemented Interfaces:
ITestIssueRecordCollator
Direct Known Subclasses:
IssueTestIssueRecordCollator, NameTestIssueRecordCollator, SuiteTestIssueRecordCollator

public abstract class AbstractTestIssueRecordCollator
extends java.lang.Object
implements ITestIssueRecordCollator

Collates the parsers' parsed records into record sets based on their containment in some factor of the test issue record.

Since:
July 7, 2002
Version:
$Date: 2003/02/10 22:51:59 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Constructor Summary
AbstractTestIssueRecordCollator()
           
 
Method Summary
 ITestIssueRecordSet[] collate(ITestIssueRecord[] r)
          Returns the parsed test-issue records, divided into logically separated collections.
protected abstract  java.lang.Object getFactor(ITestIssueRecord r)
          Discovers the sorting factor from the given record.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestIssueRecordCollator

public AbstractTestIssueRecordCollator()
Method Detail

collate

public ITestIssueRecordSet[] collate(ITestIssueRecord[] r)
Description copied from interface: ITestIssueRecordCollator
Returns the parsed test-issue records, divided into logically separated collections.

Specified by:
collate in interface ITestIssueRecordCollator

getFactor

protected abstract java.lang.Object getFactor(ITestIssueRecord r)
Discovers the sorting factor from the given record.



Copyright © 2001-2003 by The GroboUtils Project