Uses of Interface
de.cau.cs.kieler.dataflow.DataflowFactory

Packages that use DataflowFactory
de.cau.cs.kieler.dataflow Base package for the EMF model used by the simple dataflow diagram editor. 
de.cau.cs.kieler.dataflow.impl Internal implementation of the dataflow model. 
 

Uses of DataflowFactory in de.cau.cs.kieler.dataflow
 

Fields in de.cau.cs.kieler.dataflow declared as DataflowFactory
static DataflowFactory DataflowFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.dataflow that return DataflowFactory
 DataflowFactory DataflowPackage.getDataflowFactory()
          Returns the factory that creates the instances of the model.
 

Uses of DataflowFactory in de.cau.cs.kieler.dataflow.impl
 

Classes in de.cau.cs.kieler.dataflow.impl that implement DataflowFactory
 class DataflowFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.dataflow.impl that return DataflowFactory
 DataflowFactory DataflowPackageImpl.getDataflowFactory()
           
static DataflowFactory DataflowFactoryImpl.init()
          Creates the default factory implementation.