Uses of Interface
org.eclipse.gmt.modisco.infra.role.RoleFactory

Packages that use RoleFactory
org.eclipse.gmt.modisco.infra.role   
org.eclipse.gmt.modisco.infra.role.impl   
 

Uses of RoleFactory in org.eclipse.gmt.modisco.infra.role
 

Fields in org.eclipse.gmt.modisco.infra.role declared as RoleFactory
static RoleFactory RoleFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.eclipse.gmt.modisco.infra.role that return RoleFactory
 RoleFactory RolePackage.getRoleFactory()
          Returns the factory that creates the instances of the model.
 

Uses of RoleFactory in org.eclipse.gmt.modisco.infra.role.impl
 

Classes in org.eclipse.gmt.modisco.infra.role.impl that implement RoleFactory
 class RoleFactoryImpl
          An implementation of the model Factory.
 

Methods in org.eclipse.gmt.modisco.infra.role.impl that return RoleFactory
 RoleFactory RolePackageImpl.getRoleFactory()
           
static RoleFactory RoleFactoryImpl.init()
          Creates the default factory implementation.