Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KGraphElement
Packages that use KGraphElement
Package
Description
-
Uses of KGraphElement in de.cau.cs.kieler.klighd.kgraph
Subinterfaces of KGraphElement in de.cau.cs.kieler.klighd.kgraphModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'KEdge'.interfaceA representation of the model object 'KLabel'.interfaceA representation of the model object 'KLabeled Graph Element'.interfaceA representation of the model object 'KNode'.interfaceA representation of the model object 'KPort'. -
Uses of KGraphElement in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KGraphElementModifier and TypeClassDescriptionclassAn implementation of the model object 'KEdge'.classAn implementation of the model object 'Element'.classAn implementation of the model object 'KLabeled Graph Element'.classAn implementation of the model object 'KLabel'.classAn implementation of the model object 'KNode'.classAn implementation of the model object 'KPort'. -
Uses of KGraphElement in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util that return types with arguments of type KGraphElementModifier and TypeMethodDescriptionprotected Iterator<? extends KGraphElement>DefaultSelectionIterator.getChildren(Object object) static Iterator<KGraphElement>KGraphUtil.getConnectedElements(KEdge edge, boolean addPorts) Deprecated.static Iterator<KGraphElement>KGraphUtil.getConnectedElements(KEdge kedge, SelectionIterator sourceIterator, SelectionIterator targetIterator) Determines theKEdgesthat are (transitively) connected tokedgeacross hierarchy boundaries via common ports.static Iterator<KGraphElement>KGraphIterators.getKGraphElementIterator(KGraphElement root, boolean includeRoot) Iterator that returns allKGraphElements contained below the givenKGraphElement.Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KGraphElementModifier and TypeMethodDescriptionKGraphSwitch.caseKGraphElement(KGraphElement object) Returns the result of interpreting the object as an instance of 'Element'.static org.eclipse.elk.core.math.KVectorKGraphUtil.getAbsolute(KGraphElement element) Returns the absolute position of the given element from the positions of itsKShapeLayoutparents.static Iterator<KGraphElement>KGraphIterators.getKGraphElementIterator(KGraphElement root, boolean includeRoot) Iterator that returns allKGraphElements contained below the givenKGraphElement.static booleanKGraphUtil.isDescendant(KGraphElement child, KNode parent) Determines whether the given child element is a descendant of the parent node.
KGraphUtil.getConnectedElements(KEdge, SelectionIterator, SelectionIterator)in combination withDefaultSelectionIterator