Uses of Interface
org.eclipse.glsp.server.emf.EMFIdGenerator
-
Packages that use EMFIdGenerator Package Description org.eclipse.glsp.server.emf org.eclipse.glsp.server.emf.idgen org.eclipse.glsp.server.emf.notation -
-
Uses of EMFIdGenerator in org.eclipse.glsp.server.emf
Fields in org.eclipse.glsp.server.emf declared as EMFIdGenerator Modifier and Type Field Description protected EMFIdGeneratorEMFGModelFactory. idGeneratorprotected EMFIdGeneratorEMFModelIndex. idGeneratorprotected EMFIdGeneratorEMFModelState. idGeneratorMethods in org.eclipse.glsp.server.emf that return types with arguments of type EMFIdGenerator Modifier and Type Method Description protected abstract java.lang.Class<? extends EMFIdGenerator>EMFDiagramModule. bindEMFIdGenerator()Methods in org.eclipse.glsp.server.emf with parameters of type EMFIdGenerator Modifier and Type Method Description static EMFModelIndexEMFModelIndex. getOrCreate(GModelElement element, EMFIdGenerator idGenerator)Method parameters in org.eclipse.glsp.server.emf with type arguments of type EMFIdGenerator Modifier and Type Method Description protected voidEMFDiagramModule. configureEMFIdGenerator(java.lang.Class<? extends EMFIdGenerator> generatorClass)Constructors in org.eclipse.glsp.server.emf with parameters of type EMFIdGenerator Constructor Description EMFModelIndex(org.eclipse.emf.ecore.EObject target, EMFIdGenerator idGenerator) -
Uses of EMFIdGenerator in org.eclipse.glsp.server.emf.idgen
Classes in org.eclipse.glsp.server.emf.idgen that implement EMFIdGenerator Modifier and Type Class Description classAttributeIdGeneratorAn ID generator that uses the ID attribute of a given EObject.classFragmentIdGeneratorAn ID generator that uses the fragment as a unique identifier for an element.classIdentificationIdGeneratorAn ID generator that uses the the identification process ofEcoreUtil.classUUIDIdGeneratorAn ID generator that creates UUIDs for elements.classXMIIDGeneratorAn ID generator that uses the IDs within an XMI resource to identify elements. -
Uses of EMFIdGenerator in org.eclipse.glsp.server.emf.notation
Subinterfaces of EMFIdGenerator in org.eclipse.glsp.server.emf.notation Modifier and Type Interface Description interfaceEMFSemanticIdConverterA converter that can generate creates a unique identifier for a given semantic EObject but is also able to do the inverse operation, i.e., map from an identifier to the EObject.Classes in org.eclipse.glsp.server.emf.notation that implement EMFIdGenerator 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 EMFIdGenerator Modifier and Type Field Description protected EMFIdGeneratorEMFSemanticIdConverter.Default. generator
-