Uses of Interface
com.hammurapi.party.PartyFactory

Packages that use PartyFactory
com.hammurapi.party   
com.hammurapi.party.impl   
 

Uses of PartyFactory in com.hammurapi.party
 

Fields in com.hammurapi.party declared as PartyFactory
static PartyFactory PartyFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in com.hammurapi.party that return PartyFactory
 PartyFactory PartyPackage.getPartyFactory()
          Returns the factory that creates the instances of the model.
 

Uses of PartyFactory in com.hammurapi.party.impl
 

Classes in com.hammurapi.party.impl that implement PartyFactory
 class PartyFactoryImpl
          An implementation of the model Factory.
 

Methods in com.hammurapi.party.impl that return PartyFactory
 PartyFactory PartyPackageImpl.getPartyFactory()
           
static PartyFactory PartyFactoryImpl.init()
          Creates the default factory implementation.