Uses of Class
edu.cmu.cs.crystal.annotations.AnnotationDatabase

Packages that use AnnotationDatabase
edu.cmu.cs.crystal The core package for Crystal; start here for making your own Crystal analysis. 
edu.cmu.cs.crystal.internal An internal package for Crystal to interact with Eclipse and start running the analyses. 
 

Uses of AnnotationDatabase in edu.cmu.cs.crystal
 

Methods in edu.cmu.cs.crystal that return AnnotationDatabase
 AnnotationDatabase IAnalysisInput.getAnnoDB()
           
 

Uses of AnnotationDatabase in edu.cmu.cs.crystal.internal
 

Methods in edu.cmu.cs.crystal.internal with parameters of type AnnotationDatabase
 void Crystal.registerAnnotationsWithDatabase(AnnotationDatabase annoDB)
          Register all of the annotations in the given annotation registry with the given annotation database.
 void ISingleCrystalJob.run(AnnotationDatabase annoDB)
          Run this single analysis.