de.cau.cs.kieler.keg.importer.util
Class XtendUtil

java.lang.Object
  extended by de.cau.cs.kieler.keg.importer.util.XtendUtil

public final class XtendUtil
extends Object

A utility class that provides functionality that can be accessed by xtend transformations.

Rating red

Method Summary
static KEdgeLayout getEdgeLayout(KEdge edge)
          Returns the edge layout for the given edge.
static KShapeLayout getShapeLayout(KNode node)
          Returns the shape layout for the given node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getShapeLayout

public static KShapeLayout getShapeLayout(KNode node)
Returns the shape layout for the given node.

Parameters:
node - the node
Returns:
the shape layout

getEdgeLayout

public static KEdgeLayout getEdgeLayout(KEdge edge)
Returns the edge layout for the given edge.

Parameters:
edge - the edge
Returns:
the edge layout