Uses of Interface
com.hammurapi.review.ReviewFactory

Packages that use ReviewFactory
com.hammurapi.review   
com.hammurapi.review.impl   
 

Uses of ReviewFactory in com.hammurapi.review
 

Fields in com.hammurapi.review declared as ReviewFactory
static ReviewFactory ReviewFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.hammurapi.review that return ReviewFactory
 ReviewFactory ReviewPackage.getReviewFactory()
          Returns the factory that creates the instances of the model.
 

Uses of ReviewFactory in com.hammurapi.review.impl
 

Classes in com.hammurapi.review.impl that implement ReviewFactory
 class ReviewFactoryImpl
          An implementation of the model Factory.
 

Methods in com.hammurapi.review.impl that return ReviewFactory
 ReviewFactory ReviewPackageImpl.getReviewFactory()
           
static ReviewFactory ReviewFactoryImpl.init()
          Creates the default factory implementation.