Uses of Interface
org.eclipse.glsp.server.emf.model.notation.Edge
-
-
Uses of Edge in org.eclipse.glsp.server.emf.model.notation
Methods in org.eclipse.glsp.server.emf.model.notation that return Edge Modifier and Type Method Description EdgeNotationFactory. createEdge()Returns a new object of class 'Edge'. -
Uses of Edge in org.eclipse.glsp.server.emf.model.notation.impl
Classes in org.eclipse.glsp.server.emf.model.notation.impl that implement Edge Modifier and Type Class Description classEdgeImplAn implementation of the model object 'Edge'.Methods in org.eclipse.glsp.server.emf.model.notation.impl that return Edge Modifier and Type Method Description EdgeNotationFactoryImpl. createEdge() -
Uses of Edge in org.eclipse.glsp.server.emf.model.notation.util
Methods in org.eclipse.glsp.server.emf.model.notation.util with parameters of type Edge Modifier and Type Method Description TNotationSwitch. caseEdge(Edge object)Returns the result of interpreting the object as an instance of 'Edge'. -
Uses of Edge in org.eclipse.glsp.server.emf.notation.util
Methods in org.eclipse.glsp.server.emf.notation.util with parameters of type Edge Modifier and Type Method Description static GEdgeBuilderNotationUtil. applyEdgeData(Edge edge, GEdgeBuilder builder)Applies all layout related data from the Edge notation to the given builder.
-