Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KNode
Packages that use KNode
Package
Description
-
Uses of KNode in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KNodeModifier and TypeMethodDescriptionKGraphFactory.createKNode()Returns a new object of class 'KNode'.KPort.getNode()Returns the value of the 'Node' container reference.KNode.getParent()Returns the value of the 'Parent' container reference.KEdge.getSource()Returns the value of the 'Source' container reference.KEdge.getTarget()Returns the value of the 'Target' reference.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KNode>KNode.getChildren()Returns the value of the 'Children' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph with parameters of type KNode -
Uses of KNode in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KNodeFields in de.cau.cs.kieler.klighd.kgraph.impl declared as KNodeModifier and TypeFieldDescriptionprotected KNodeKEdgeImpl.targetThe cached value of the 'Target' reference.Fields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KNodeModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KNode>KNodeImpl.childrenThe cached value of the 'Children' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KNodeModifier and TypeMethodDescriptionKEdgeImpl.basicGetTarget()KGraphFactoryImpl.createKNode()KPortImpl.getNode()KNodeImpl.getParent()KEdgeImpl.getSource()KEdgeImpl.getTarget()Methods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KNode>KNodeImpl.getChildren()Methods in de.cau.cs.kieler.klighd.kgraph.impl with parameters of type KNodeModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainKPortImpl.basicSetNode(KNode newNode, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKNodeImpl.basicSetParent(KNode newParent, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKEdgeImpl.basicSetSource(KNode newSource, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainKEdgeImpl.basicSetTarget(KNode newTarget, org.eclipse.emf.common.notify.NotificationChain msgs) voidvoidvoidvoid -
Uses of KNode in de.cau.cs.kieler.klighd.kgraph.util
Methods in de.cau.cs.kieler.klighd.kgraph.util that return KNodeModifier and TypeMethodDescriptionstatic KNodeKGraphUtil.containedGraph(KEdge edge) Returns the graph the given edge belongs to.static KNodeKGraphUtil.createInitializedNode()Creates an initialized node.static KNodeKGraphUtil.getRootNodeOf(KNode node) Determines the root of the given node.static KNodeKGraphDataUtil.loadDataElements(KNode graph, com.google.common.base.Predicate<EMapPropertyHolder> handledTypes, boolean clearProperties, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) Loads allIPropertyof elements that pass the test performed by thehandledTypespredicate of a KGraph by deserializingPersistentEntrytuples.static KNodeKGraphDataUtil.loadDataElements(KNode graph, com.google.common.base.Predicate<EMapPropertyHolder> handledTypes, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) CallsKGraphDataUtil.loadDataElements(KNode, Predicate, boolean, IProperty...)withclearPropertiesset tofalse.Methods in de.cau.cs.kieler.klighd.kgraph.util that return types with arguments of type KNodeModifier and TypeMethodDescriptionKGraphUtil.getAdjacentNodes(KNode node) Collects the adjacent nodes ofnodein a list.KGraphIterators.getKNodeIterator(KNode root, boolean includeRoot) Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KNodeModifier and TypeMethodDescriptionReturns the result of interpreting the object as an instance of 'KNode'.static voidKGraphUtil.configureWithDefaultValues(KNode node) Adds some default values to the passed node.KGraphUtil.getAdjacentNodes(KNode node) Collects the adjacent nodes ofnodein a list.KGraphIterators.getKNodeIterator(KNode root, boolean includeRoot) static KNodeKGraphUtil.getRootNodeOf(KNode node) Determines the root of the given node.static booleanKGraphUtil.isDescendant(KGraphElement child, KNode parent) Determines whether the given child element is a descendant of the parent node.static booleanKGraphUtil.isDescendant(KNode child, KNode parent) Determines whether the given child node is a descendant of the parent node.static booleanDetermines whether the given two nodes are siblings, that is if they have the same parent node.static voidKGraphDataUtil.loadDataElements(KNode graph, boolean clearProperties, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) static KNodeKGraphDataUtil.loadDataElements(KNode graph, com.google.common.base.Predicate<EMapPropertyHolder> handledTypes, boolean clearProperties, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) Loads allIPropertyof elements that pass the test performed by thehandledTypespredicate of a KGraph by deserializingPersistentEntrytuples.static KNodeKGraphDataUtil.loadDataElements(KNode graph, com.google.common.base.Predicate<EMapPropertyHolder> handledTypes, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) CallsKGraphDataUtil.loadDataElements(KNode, Predicate, boolean, IProperty...)withclearPropertiesset tofalse.static voidKGraphDataUtil.loadDataElements(KNode graph, org.eclipse.elk.graph.properties.IProperty<?>... knownProps) CallsKGraphDataUtil.loadDataElements(KNode, boolean, IProperty...)withclearPropertiesset tofalse.static voidKGraphUtil.persistDataElements(KNode graph) Persists allEMapPropertyHolders of a KGraph by serializing the contained properties intoPersistentEntrytuples.static org.eclipse.elk.core.math.KVectorKGraphUtil.toAbsolute(org.eclipse.elk.core.math.KVector point, KNode parent) Converts the given relative point to an absolute location.static org.eclipse.elk.core.math.KVectorKGraphUtil.toRelative(org.eclipse.elk.core.math.KVector point, KNode parent) Converts the given absolute point to a relative location.static voidEnsures that each element contained in the given graph is attributed correctly for usage in ELK.