Uses of Interface
com.ibm.etools.cobol.application.model.cobol.ImpactReport

Packages that use ImpactReport
com.ibm.etools.cobol.application.model.cobol COBOL Application Model API Specification 
com.ibm.etools.cobol.application.model.cobol.impl   
com.ibm.etools.cobol.application.model.cobol.util   
 

Uses of ImpactReport in com.ibm.etools.cobol.application.model.cobol
 

Methods in com.ibm.etools.cobol.application.model.cobol that return ImpactReport
 ImpactReport COBOLFactory.createImpactReport()
          Returns a new object of class 'Impact Report'.
 

Uses of ImpactReport in com.ibm.etools.cobol.application.model.cobol.impl
 

Classes in com.ibm.etools.cobol.application.model.cobol.impl that implement ImpactReport
 class ImpactReportImpl
          An implementation of the model object 'Impact Report'.
 

Methods in com.ibm.etools.cobol.application.model.cobol.impl that return ImpactReport
 ImpactReport COBOLFactoryImpl.createImpactReport()
           
 

Uses of ImpactReport in com.ibm.etools.cobol.application.model.cobol.util
 

Methods in com.ibm.etools.cobol.application.model.cobol.util with parameters of type ImpactReport
 java.lang.Object COBOLSwitch.caseImpactReport(ImpactReport object)
          Returns the result of interpreting the object as an instance of 'Impact Report'.