Uses of Interface
com.hammurapi.eventbus.snapshot.SnapshotFactory

Packages that use SnapshotFactory
com.hammurapi.eventbus.snapshot   
com.hammurapi.eventbus.snapshot.impl   
 

Uses of SnapshotFactory in com.hammurapi.eventbus.snapshot
 

Fields in com.hammurapi.eventbus.snapshot declared as SnapshotFactory
static SnapshotFactory SnapshotFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.hammurapi.eventbus.snapshot that return SnapshotFactory
 SnapshotFactory SnapshotPackage.getSnapshotFactory()
          Returns the factory that creates the instances of the model.
 

Uses of SnapshotFactory in com.hammurapi.eventbus.snapshot.impl
 

Classes in com.hammurapi.eventbus.snapshot.impl that implement SnapshotFactory
 class SnapshotFactoryImpl
          An implementation of the model Factory.
 

Methods in com.hammurapi.eventbus.snapshot.impl that return SnapshotFactory
 SnapshotFactory SnapshotPackageImpl.getSnapshotFactory()
           
static SnapshotFactory SnapshotFactoryImpl.init()
          Creates the default factory implementation.