Uses of Interface
fr.esrf.tango.pogo.pogoDsl.PogoDslFactory
-
Packages that use PogoDslFactory Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl -
-
Uses of PogoDslFactory in fr.esrf.tango.pogo.pogoDsl
Fields in fr.esrf.tango.pogo.pogoDsl declared as PogoDslFactory Modifier and Type Field Description static PogoDslFactoryPogoDslFactory. eINSTANCEThe singleton instance of the factory.Methods in fr.esrf.tango.pogo.pogoDsl that return PogoDslFactory Modifier and Type Method Description PogoDslFactoryPogoDslPackage. getPogoDslFactory()Returns the factory that creates the instances of the model. -
Uses of PogoDslFactory in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement PogoDslFactory Modifier and Type Class Description classPogoDslFactoryImplAn implementation of the model Factory.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return PogoDslFactory Modifier and Type Method Description PogoDslFactoryPogoDslPackageImpl. getPogoDslFactory()static PogoDslFactoryPogoDslFactoryImpl. init()Creates the default factory implementation.
-