Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KEdge
Packages that use KEdge
Package
Description
-
Uses of KEdge in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KEdgeModifier and TypeMethodDescriptionKGraphFactory.createKEdge()Returns a new object of class 'KEdge'.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KEdgeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KEdge>KPort.getEdges()Returns the value of the 'Edges' reference list.org.eclipse.emf.common.util.EList<KEdge>KNode.getIncomingEdges()Returns the value of the 'Incoming Edges' reference list.org.eclipse.emf.common.util.EList<KEdge>KNode.getOutgoingEdges()Returns the value of the 'Outgoing Edges' containment reference list. -
Uses of KEdge in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KEdgeFields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KEdgeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KEdge>KPortImpl.edgesThe cached value of the 'Edges' reference list.protected org.eclipse.emf.common.util.EList<KEdge>KNodeImpl.incomingEdgesThe cached value of the 'Incoming Edges' reference list.protected org.eclipse.emf.common.util.EList<KEdge>KNodeImpl.outgoingEdgesThe cached value of the 'Outgoing Edges' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KEdgeMethods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KEdgeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KEdge>KPortImpl.getEdges()org.eclipse.emf.common.util.EList<KEdge>KNodeImpl.getIncomingEdges()org.eclipse.emf.common.util.EList<KEdge>KNodeImpl.getOutgoingEdges() -
Uses of KEdge in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util that return KEdgeModifier and TypeMethodDescriptionstatic KEdgeKGraphUtil.createInitializedEdge()Creates an initialized edge.Methods in de.cau.cs.kieler.klighd.kgraph.util that return types with arguments of type KEdgeModifier and TypeMethodDescriptionKGraphUtil.getConnectedEdges(KEdge edge) Deprecated.KGraphUtil.getConnectedEdges(Iterable<KEdge> edges) Deprecated.UseKGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIteratorMethods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KEdgeModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'KEdge'.static KNodeKGraphUtil.containedGraph(KEdge edge) Returns the graph the given edge belongs to.KGraphUtil.getConnectedEdges(KEdge edge) Deprecated.UseKGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIteratorstatic Iterator<KGraphElement>KGraphUtil.getConnectedElements(KEdge edge, boolean addPorts) Deprecated.UseKGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIteratorstatic Iterator<KGraphElement>KGraphUtil.getConnectedElements(KEdge kedge, SelectionIterator sourceIterator, SelectionIterator targetIterator) Determines theKEdgesthat are (transitively) connected tokedgeacross hierarchy boundaries via common ports.Method parameters in de.cau.cs.kieler.klighd.kgraph.util with type arguments of type KEdgeModifier and TypeMethodDescriptionKGraphUtil.getConnectedEdges(Iterable<KEdge> edges) Deprecated.UseKGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIteratorConstructors in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KEdgeModifierConstructorDescriptionDefaultSelectionIterator(KEdge edge, boolean addPorts, boolean followEdgeDirection) Creates a new iterator which can optionally include ports in its selection and can be configured to either iterate towards the tail or the head of the selectedKEdge.SelectionIterator(KEdge edge) Creates aSelectionIteratorwhich needs to be configured afterwards by adding the set of visited nodes.
KGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIterator