Uses of Interface
org.eclipse.glsp.server.emf.model.notation.NotationFactory
-
Packages that use NotationFactory Package Description org.eclipse.glsp.server.emf.model.notation org.eclipse.glsp.server.emf.model.notation.impl -
-
Uses of NotationFactory in org.eclipse.glsp.server.emf.model.notation
Fields in org.eclipse.glsp.server.emf.model.notation declared as NotationFactory Modifier and Type Field Description static NotationFactoryNotationFactory. eINSTANCEThe singleton instance of the factory.Methods in org.eclipse.glsp.server.emf.model.notation that return NotationFactory Modifier and Type Method Description NotationFactoryNotationPackage. getNotationFactory()Returns the factory that creates the instances of the model. -
Uses of NotationFactory in org.eclipse.glsp.server.emf.model.notation.impl
Classes in org.eclipse.glsp.server.emf.model.notation.impl that implement NotationFactory Modifier and Type Class Description classNotationFactoryImplAn implementation of the model Factory.Methods in org.eclipse.glsp.server.emf.model.notation.impl that return NotationFactory Modifier and Type Method Description NotationFactoryNotationPackageImpl. getNotationFactory()static NotationFactoryNotationFactoryImpl. init()Creates the default factory implementation.
-