org.acm.seguin.summary.query
Class ImportsType

java.lang.Object
  extended by org.acm.seguin.summary.query.ImportsType

public class ImportsType
extends java.lang.Object

Determines if a particular type is imported

Author:
Chris Seguin

Constructor Summary
ImportsType()
           
 
Method Summary
static boolean query(Summary summary, TypeSummary type)
          Checks to see if the type is imported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportsType

public ImportsType()
Method Detail

query

public static boolean query(Summary summary,
                            TypeSummary type)
Checks to see if the type is imported

Parameters:
summary - Description of Parameter
type - Description of Parameter
Returns:
true if it is imported