Uses of Interface
de.cau.cs.kieler.core.kgraph.KEdge

Packages that use KEdge
de.cau.cs.kieler.core.kgraph Base package for the KGraph data structure with its public API. 
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
de.cau.cs.kieler.keg The KEG base package contains the generated model code for the KEG graph. 
de.cau.cs.kieler.keg.impl   
de.cau.cs.kieler.keg.importer.util Utility functionality. 
de.cau.cs.kieler.keg.util Utility classes for KEG. 
de.cau.cs.kieler.kiml.export.util Utility functionality. 
de.cau.cs.kieler.kiml.gmf KIML bridge implementation for GMF, the Graphical Modeling Framework. 
de.cau.cs.kieler.kiml.graphiti   
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.kiml.util Utility classes for automatic layout using KIML. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
 

Uses of KEdge in de.cau.cs.kieler.core.kgraph
 

Methods in de.cau.cs.kieler.core.kgraph that return KEdge
 KEdge KGraphFactory.createKEdge()
          Returns a new object of class 'KEdge'.
 

Methods in de.cau.cs.kieler.core.kgraph that return types with arguments of type KEdge
 EList<KEdge> KPort.getEdges()
          Returns the value of the 'Edges' reference list.
 EList<KEdge> KNode.getIncomingEdges()
          Returns the value of the 'Incoming Edges' reference list.
 EList<KEdge> KNode.getOutgoingEdges()
          Returns the value of the 'Outgoing Edges' containment reference list.
 

Uses of KEdge in de.cau.cs.kieler.core.kgraph.impl
 

Classes in de.cau.cs.kieler.core.kgraph.impl that implement KEdge
 class KEdgeImpl
          An implementation of the model object 'KEdge'.
 

Fields in de.cau.cs.kieler.core.kgraph.impl with type parameters of type KEdge
protected  EList<KEdge> KPortImpl.edges
          The cached value of the 'Edges' reference list.
protected  EList<KEdge> KNodeImpl.incomingEdges
          The cached value of the 'Incoming Edges' reference list.
protected  EList<KEdge> KNodeImpl.outgoingEdges
          The cached value of the 'Outgoing Edges' containment reference list.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return KEdge
 KEdge KGraphFactoryImpl.createKEdge()
           
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return types with arguments of type KEdge
 EList<KEdge> KPortImpl.getEdges()
           
 EList<KEdge> KNodeImpl.getIncomingEdges()
           
 EList<KEdge> KNodeImpl.getOutgoingEdges()
           
 

Uses of KEdge in de.cau.cs.kieler.core.kgraph.util
 

Methods in de.cau.cs.kieler.core.kgraph.util with parameters of type KEdge
 T KGraphSwitch.caseKEdge(KEdge object)
          Returns the result of interpreting the object as an instance of 'KEdge'.
 

Uses of KEdge in de.cau.cs.kieler.keg
 

Subinterfaces of KEdge in de.cau.cs.kieler.keg
 interface Edge
          A representation of the model object 'Edge'.
 

Uses of KEdge in de.cau.cs.kieler.keg.impl
 

Classes in de.cau.cs.kieler.keg.impl that implement KEdge
 class EdgeImpl
          An implementation of the model object 'Edge'.
 

Uses of KEdge in de.cau.cs.kieler.keg.importer.util
 

Methods in de.cau.cs.kieler.keg.importer.util with parameters of type KEdge
static KEdgeLayout XtendUtil.getEdgeLayout(KEdge edge)
          Returns the edge layout for the given edge.
 

Uses of KEdge in de.cau.cs.kieler.keg.util
 

Methods in de.cau.cs.kieler.keg.util with parameters of type KEdge
 T KEGSwitch.caseKEdge(KEdge object)
          Returns the result of interpreting the object as an instance of 'KEdge'.
 

Uses of KEdge in de.cau.cs.kieler.kiml.export.util
 

Methods in de.cau.cs.kieler.kiml.export.util with parameters of type KEdge
static KEdgeLayout XtendUtil.getEdgeLayout(KEdge edge)
          Returns the edge layout for the given edge.
 

Uses of KEdge in de.cau.cs.kieler.kiml.gmf
 

Methods in de.cau.cs.kieler.kiml.gmf with parameters of type KEdge
protected  void GmfDiagramLayoutManager.processEdgeLabels(LayoutMapping<org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart> mapping, org.eclipse.gmf.runtime.diagram.ui.editparts.ConnectionEditPart connection, KEdge edge, EdgeLabelPlacement placement, KVector offset)
          Process the labels of an edge.
 

Uses of KEdge in de.cau.cs.kieler.kiml.graphiti
 

Methods in de.cau.cs.kieler.kiml.graphiti with parameters of type KEdge
 KVectorChain GraphitiLayoutCommand.getBendPoints(KEdge edge)
          Get a vector chain holding the bend points for the given edge.
 

Uses of KEdge in de.cau.cs.kieler.kiml.ui.util
 

Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type KEdge
static List<Point> KimlUiUtil.getBendPointsAbsolutePositions(KEdge edge)
          Gives the absolute positions of all bend points on the given edge.
 

Uses of KEdge in de.cau.cs.kieler.kiml.util
 

Methods in de.cau.cs.kieler.kiml.util that return KEdge
static KEdge KimlUtil.createInitializedEdge()
          Creates a KEdge, initializes some attributes, and returns it.
 

Uses of KEdge in de.cau.cs.kieler.klay.layered
 

Methods in de.cau.cs.kieler.klay.layered with parameters of type KEdge
protected  void KGraphImporter.transformEdge(KEdge kedge, KNode graph, Map<KGraphElement,LGraphElement> elemMap, MapPropertyHolder layeredGraph)
          Transforms the given edge.
 

Uses of KEdge in de.cau.cs.kieler.klodd.hierarchical.structures
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type KEdge
 void LayerElement.addOutgoing(KEdge edge, LayerElement target)
          Adds a new cross-layer connection with given target.
 void LayerElement.addOutgoing(KEdge edge, LayerElement target, KPort sourcePort, KPort targetPort)
          Adds a new cross-layer connection with given target.
 

Constructors in de.cau.cs.kieler.klodd.hierarchical.structures with parameters of type KEdge
ElementLoop(KEdge theedge, LayerElement elem, KPort thesourcePort, KPort thetargetPort)
          Creates an element loop with given source and target port.
LayerConnection(KEdge theedge, LayerElement sourceElem, KPort thesourcePort, LayerElement targetElem, KPort thetargetPort)
          Creates a layer connection with given source and target.