Uses of Interface
org.eclipse.glsp.server.emf.model.notation.SemanticElementReference
-
-
Uses of SemanticElementReference in org.eclipse.glsp.server.emf.model.notation
Methods in org.eclipse.glsp.server.emf.model.notation that return SemanticElementReference Modifier and Type Method Description SemanticElementReferenceNotationFactory. createSemanticElementReference()Returns a new object of class 'Semantic Element Reference'.SemanticElementReferenceNotationElement. getSemanticElement()Returns the value of the 'Semantic Element' containment reference.Methods in org.eclipse.glsp.server.emf.model.notation with parameters of type SemanticElementReference Modifier and Type Method Description voidNotationElement. setSemanticElement(SemanticElementReference value)Sets the value of the 'Semantic Element' containment reference. -
Uses of SemanticElementReference in org.eclipse.glsp.server.emf.model.notation.impl
Classes in org.eclipse.glsp.server.emf.model.notation.impl that implement SemanticElementReference Modifier and Type Class Description classSemanticElementReferenceImplAn implementation of the model object 'Semantic Element Reference'.Fields in org.eclipse.glsp.server.emf.model.notation.impl declared as SemanticElementReference Modifier and Type Field Description protected SemanticElementReferenceNotationElementImpl. semanticElementThe cached value of the 'Semantic Element' containment reference.Methods in org.eclipse.glsp.server.emf.model.notation.impl that return SemanticElementReference Modifier and Type Method Description SemanticElementReferenceNotationFactoryImpl. createSemanticElementReference()SemanticElementReferenceNotationElementImpl. getSemanticElement()Methods in org.eclipse.glsp.server.emf.model.notation.impl with parameters of type SemanticElementReference Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainNotationElementImpl. basicSetSemanticElement(SemanticElementReference newSemanticElement, org.eclipse.emf.common.notify.NotificationChain msgs)voidNotationElementImpl. setSemanticElement(SemanticElementReference newSemanticElement) -
Uses of SemanticElementReference in org.eclipse.glsp.server.emf.model.notation.util
Methods in org.eclipse.glsp.server.emf.model.notation.util with parameters of type SemanticElementReference Modifier and Type Method Description TNotationSwitch. caseSemanticElementReference(SemanticElementReference object)Returns the result of interpreting the object as an instance of 'Semantic Element Reference'. -
Uses of SemanticElementReference in org.eclipse.glsp.server.emf.notation
Methods in org.eclipse.glsp.server.emf.notation that return SemanticElementReference Modifier and Type Method Description protected SemanticElementReferenceEMFNotationModelIndex. createReference(org.eclipse.emf.ecore.EObject eObject)protected SemanticElementReferenceEMFNotationModelIndex. resolveSemanticElementReference(SemanticElementReference reference, org.eclipse.emf.ecore.EObject semanticModel)protected SemanticElementReferenceEMFNotationModelIndex. resolveSemanticReference(SemanticElementReference reference, org.eclipse.emf.ecore.EObject semanticModel)Methods in org.eclipse.glsp.server.emf.notation with parameters of type SemanticElementReference Modifier and Type Method Description protected SemanticElementReferenceEMFNotationModelIndex. resolveSemanticElementReference(SemanticElementReference reference, org.eclipse.emf.ecore.EObject semanticModel)protected SemanticElementReferenceEMFNotationModelIndex. resolveSemanticReference(SemanticElementReference reference, org.eclipse.emf.ecore.EObject semanticModel)
-