Uses of Interface
org.eclipse.glsp.server.emf.model.notation.Diagram
-
-
Uses of Diagram in org.eclipse.glsp.server.emf.model.notation
Methods in org.eclipse.glsp.server.emf.model.notation that return Diagram Modifier and Type Method Description DiagramNotationFactory. createDiagram()Returns a new object of class 'Diagram'. -
Uses of Diagram in org.eclipse.glsp.server.emf.model.notation.impl
Classes in org.eclipse.glsp.server.emf.model.notation.impl that implement Diagram Modifier and Type Class Description classDiagramImplAn implementation of the model object 'Diagram'.Methods in org.eclipse.glsp.server.emf.model.notation.impl that return Diagram Modifier and Type Method Description DiagramNotationFactoryImpl. createDiagram() -
Uses of Diagram in org.eclipse.glsp.server.emf.model.notation.util
Methods in org.eclipse.glsp.server.emf.model.notation.util with parameters of type Diagram Modifier and Type Method Description TNotationSwitch. caseDiagram(Diagram object)Returns the result of interpreting the object as an instance of 'Diagram'. -
Uses of Diagram in org.eclipse.glsp.server.emf.notation
Fields in org.eclipse.glsp.server.emf.notation declared as Diagram Modifier and Type Field Description protected DiagramEMFNotationModelState. notationModelMethods in org.eclipse.glsp.server.emf.notation with type parameters of type Diagram Modifier and Type Method Description <T extends Diagram>
java.util.Optional<T>EMFNotationModelState. getNotationModel(java.lang.Class<T> clazz)Methods in org.eclipse.glsp.server.emf.notation that return Diagram Modifier and Type Method Description DiagramEMFNotationModelState. getNotationModel()DiagramEMFNotationModelIndex. indexAll(Diagram diagram, org.eclipse.emf.ecore.EObject semanticModel)Methods in org.eclipse.glsp.server.emf.notation with parameters of type Diagram Modifier and Type Method Description protected abstract voidEMFNotationGModelFactory. fillRootElement(org.eclipse.emf.ecore.EObject semanticModel, Diagram notationModel, GModelRoot newRoot)Fills the new root element with a graph model drived from the semantic and the notation model.protected java.util.List<NotationElement>EMFNotationModelIndex. findUnresolvedElements(Diagram diagram, org.eclipse.emf.ecore.EObject semanticModel)DiagramEMFNotationModelIndex. indexAll(Diagram diagram, org.eclipse.emf.ecore.EObject semanticModel)protected voidEMFNotationModelIndex. indexDiagram(Diagram diagram)protected voidEMFNotationModelIndex. resolveDiagram(Diagram diagram, org.eclipse.emf.ecore.EObject semanticModel)voidEMFNotationModelState. setNotationModel(Diagram notationModel)
-