Uses of Interface
org.eclipse.glsp.server.emf.notation.EMFSemanticIdConverter
-
Packages that use EMFSemanticIdConverter Package Description org.eclipse.glsp.server.emf.notation -
-
Uses of EMFSemanticIdConverter in org.eclipse.glsp.server.emf.notation
Classes in org.eclipse.glsp.server.emf.notation that implement EMFSemanticIdConverter Modifier and Type Class Description static classEMFSemanticIdConverter.DefaultclassSemanticFragmentIdConverterA specialization of the default ID converter to optimize the retrieval of EObjects based on fragments.Fields in org.eclipse.glsp.server.emf.notation declared as EMFSemanticIdConverter Modifier and Type Field Description protected EMFSemanticIdConverterEMFNotationModelIndex. idConverterprotected EMFSemanticIdConverterEMFNotationModelState. semanticIdConverterMethods in org.eclipse.glsp.server.emf.notation that return types with arguments of type EMFSemanticIdConverter Modifier and Type Method Description protected java.lang.Class<? extends EMFSemanticIdConverter>EMFNotationDiagramModule. bindEMFSemanticIdConverter()Methods in org.eclipse.glsp.server.emf.notation with parameters of type EMFSemanticIdConverter Modifier and Type Method Description static EMFNotationModelIndexEMFNotationModelIndex. getOrCreate(GModelElement element, EMFSemanticIdConverter idGenerator)Method parameters in org.eclipse.glsp.server.emf.notation with type arguments of type EMFSemanticIdConverter Modifier and Type Method Description protected voidEMFNotationDiagramModule. configureEMFSemanticIdConverter(java.lang.Class<? extends EMFSemanticIdConverter> converterClass)Constructors in org.eclipse.glsp.server.emf.notation with parameters of type EMFSemanticIdConverter Constructor Description EMFNotationModelIndex(org.eclipse.emf.ecore.EObject target, EMFSemanticIdConverter idConverter)
-