g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.functions.FunctionsFactory

Packages that use FunctionsFactory
eu.geclipse.jsdl.model.functions   
eu.geclipse.jsdl.model.functions.impl   
 

Uses of FunctionsFactory in eu.geclipse.jsdl.model.functions
 

Fields in eu.geclipse.jsdl.model.functions declared as FunctionsFactory
static FunctionsFactory FunctionsFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in eu.geclipse.jsdl.model.functions that return FunctionsFactory
 FunctionsFactory FunctionsPackage.getFunctionsFactory()
          Returns the factory that creates the instances of the model
 

Uses of FunctionsFactory in eu.geclipse.jsdl.model.functions.impl
 

Classes in eu.geclipse.jsdl.model.functions.impl that implement FunctionsFactory
 class FunctionsFactoryImpl
          An implementation of the model Factory
 

Methods in eu.geclipse.jsdl.model.functions.impl that return FunctionsFactory
 FunctionsFactory FunctionsPackageImpl.getFunctionsFactory()
           
static FunctionsFactory FunctionsFactoryImpl.init()
          Creates the default factory implementation
 


g-Eclipse
Release 1.0.0