Uses of Interface
de.gebit.integrity.dsl.DslFactory
-
Packages that use DslFactory Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl -
-
Uses of DslFactory in de.gebit.integrity.dsl
Fields in de.gebit.integrity.dsl declared as DslFactory Modifier and Type Field Description static DslFactoryDslFactory. eINSTANCEThe singleton instance of the factory.Methods in de.gebit.integrity.dsl that return DslFactory Modifier and Type Method Description DslFactoryDslPackage. getDslFactory()Returns the factory that creates the instances of the model. -
Uses of DslFactory in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DslFactory Modifier and Type Class Description classDslFactoryImplAn implementation of the model Factory.Methods in de.gebit.integrity.dsl.impl that return DslFactory Modifier and Type Method Description DslFactoryDslPackageImpl. getDslFactory()static DslFactoryDslFactoryImpl. init()Creates the default factory implementation.
-