Uses of Interface
de.cau.cs.kieler.klighd.kgraph.KPort
Packages that use KPort
Package
Description
-
Uses of KPort in de.cau.cs.kieler.klighd.kgraph
Methods in de.cau.cs.kieler.klighd.kgraph that return KPortModifier and TypeMethodDescriptionKGraphFactory.createKPort()Returns a new object of class 'KPort'.KEdge.getSourcePort()Returns the value of the 'Source Port' reference.KEdge.getTargetPort()Returns the value of the 'Target Port' reference.Methods in de.cau.cs.kieler.klighd.kgraph that return types with arguments of type KPortModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<KPort>KNode.getPorts()Returns the value of the 'Ports' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph with parameters of type KPortModifier and TypeMethodDescriptionvoidKEdge.setSourcePort(KPort value) Sets the value of the 'Source Port' reference.voidKEdge.setTargetPort(KPort value) Sets the value of the 'Target Port' reference. -
Uses of KPort in de.cau.cs.kieler.klighd.kgraph.impl
Classes in de.cau.cs.kieler.klighd.kgraph.impl that implement KPortFields in de.cau.cs.kieler.klighd.kgraph.impl declared as KPortModifier and TypeFieldDescriptionprotected KPortKEdgeImpl.sourcePortThe cached value of the 'Source Port' reference.protected KPortKEdgeImpl.targetPortThe cached value of the 'Target Port' reference.Fields in de.cau.cs.kieler.klighd.kgraph.impl with type parameters of type KPortModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<KPort>KNodeImpl.portsThe cached value of the 'Ports' containment reference list.Methods in de.cau.cs.kieler.klighd.kgraph.impl that return KPortModifier and TypeMethodDescriptionKEdgeImpl.basicGetSourcePort()KEdgeImpl.basicGetTargetPort()KGraphFactoryImpl.createKPort()KEdgeImpl.getSourcePort()KEdgeImpl.getTargetPort()Methods in de.cau.cs.kieler.klighd.kgraph.impl that return types with arguments of type KPortMethods in de.cau.cs.kieler.klighd.kgraph.impl with parameters of type KPortModifier and TypeMethodDescriptionvoidKEdgeImpl.setSourcePort(KPort newSourcePort) The original generated code is extended so thegetEdges()list is also updated.voidKEdgeImpl.setTargetPort(KPort newTargetPort) The original generated code is extended so thegetEdges()list is also updated. -
Uses of KPort in de.cau.cs.kieler.klighd.kgraph.util
Fields in de.cau.cs.kieler.klighd.kgraph.util with type parameters of type KPortMethods in de.cau.cs.kieler.klighd.kgraph.util that return KPortModifier and TypeMethodDescriptionstatic KPortKGraphUtil.createInitializedPort()Creates an initialized port.Methods in de.cau.cs.kieler.klighd.kgraph.util with parameters of type KPortModifier and TypeMethodDescriptionstatic org.eclipse.elk.core.options.PortSideKGraphUtil.calcPortSide(KPort port, org.eclipse.elk.core.options.Direction direction) Determines the port side for the given port from its relative position at its corresponding node.Returns the result of interpreting the object as an instance of 'KPort'.static voidKGraphUtil.configureWithDefaultValues(KPort port) Adds some default values to the passed port.Method parameters in de.cau.cs.kieler.klighd.kgraph.util with type arguments of type KPortModifier and TypeMethodDescriptionvoidSelectionIterator.attachVisitedSet(Set<KPort> visitedSet) Attach a set ofportsto the iterator to be used as a set of visited ports.