Uses of Interface
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.InterfacesFactory

Packages that use InterfacesFactory
de.cau.cs.kieler.synccharts.text.interfaces.interfaces   
de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl   
 

Uses of InterfacesFactory in de.cau.cs.kieler.synccharts.text.interfaces.interfaces
 

Fields in de.cau.cs.kieler.synccharts.text.interfaces.interfaces declared as InterfacesFactory
static InterfacesFactory InterfacesFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces that return InterfacesFactory
 InterfacesFactory InterfacesPackage.getInterfacesFactory()
          Returns the factory that creates the instances of the model.
 

Uses of InterfacesFactory in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl
 

Classes in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that implement InterfacesFactory
 class InterfacesFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.synccharts.text.interfaces.interfaces.impl that return InterfacesFactory
 InterfacesFactory InterfacesPackageImpl.getInterfacesFactory()
           
static InterfacesFactory InterfacesFactoryImpl.init()
          Creates the default factory implementation.