org.acm.seguin.summary.query
Class MovingTypeList

java.lang.Object
  extended by org.acm.seguin.summary.query.TypeList
      extended by org.acm.seguin.summary.query.MovingTypeList

public class MovingTypeList
extends TypeList

Determines if a package contains a certain type

Author:
Chris Seguin

Constructor Summary
MovingTypeList()
           
 
Method Summary
protected  boolean isIncluded(FileSummary summary)
          Determines if the types in the file should be included or not
protected  boolean isIncluded(TypeSummary summary)
          Determines if the types in the file should be included or not
 
Methods inherited from class org.acm.seguin.summary.query.TypeList
query, query
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MovingTypeList

public MovingTypeList()
Method Detail

isIncluded

protected boolean isIncluded(FileSummary summary)
Determines if the types in the file should be included or not

Specified by:
isIncluded in class TypeList
Parameters:
summary - the summary to check
Returns:
true if it should be included

isIncluded

protected boolean isIncluded(TypeSummary summary)
Determines if the types in the file should be included or not

Specified by:
isIncluded in class TypeList
Parameters:
summary - the summary to check
Returns:
true if it should be included