org.acm.seguin.summary.query
Class StayingTypeList

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

public class StayingTypeList
extends TypeList

Determines if a package contains a certain type

Author:
Chris Seguin

Constructor Summary
StayingTypeList()
           
 
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

StayingTypeList

public StayingTypeList()
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