de.cau.cs.kieler.kiml.klayoutdata
Interface KLayoutDataPackage.Literals

Enclosing interface:
KLayoutDataPackage

public static interface KLayoutDataPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass KEDGE_LAYOUT
          The meta object literal for the 'KEdge Layout' class.
static EReference KEDGE_LAYOUT__BEND_POINTS
          The meta object literal for the 'Bend Points' containment reference list feature.
static EReference KEDGE_LAYOUT__SOURCE_POINT
          The meta object literal for the 'Source Point' containment reference feature.
static EReference KEDGE_LAYOUT__TARGET_POINT
          The meta object literal for the 'Target Point' containment reference feature.
static EClass KINSETS
          The meta object literal for the 'KInsets' class.
static EAttribute KINSETS__BOTTOM
          The meta object literal for the 'Bottom' attribute feature.
static EAttribute KINSETS__LEFT
          The meta object literal for the 'Left' attribute feature.
static EAttribute KINSETS__RIGHT
          The meta object literal for the 'Right' attribute feature.
static EAttribute KINSETS__TOP
          The meta object literal for the 'Top' attribute feature.
static EClass KPOINT
          The meta object literal for the 'KPoint' class.
static EAttribute KPOINT__X
          The meta object literal for the 'X' attribute feature.
static EAttribute KPOINT__Y
          The meta object literal for the 'Y' attribute feature.
static EClass KSHAPE_LAYOUT
          The meta object literal for the 'KShape Layout' class.
static EAttribute KSHAPE_LAYOUT__HEIGHT
          The meta object literal for the 'Height' attribute feature.
static EAttribute KSHAPE_LAYOUT__WIDTH
          The meta object literal for the 'Width' attribute feature.
static EAttribute KSHAPE_LAYOUT__XPOS
          The meta object literal for the 'Xpos' attribute feature.
static EAttribute KSHAPE_LAYOUT__YPOS
          The meta object literal for the 'Ypos' attribute feature.
 

Field Detail

KSHAPE_LAYOUT

static final EClass KSHAPE_LAYOUT
The meta object literal for the 'KShape Layout' class.

See Also:
KShapeLayoutImpl, KLayoutDataPackageImpl.getKShapeLayout()
Generated:
This code was automatically generated.

KSHAPE_LAYOUT__XPOS

static final EAttribute KSHAPE_LAYOUT__XPOS
The meta object literal for the 'Xpos' attribute feature.

Generated:
This code was automatically generated.

KSHAPE_LAYOUT__YPOS

static final EAttribute KSHAPE_LAYOUT__YPOS
The meta object literal for the 'Ypos' attribute feature.

Generated:
This code was automatically generated.

KSHAPE_LAYOUT__WIDTH

static final EAttribute KSHAPE_LAYOUT__WIDTH
The meta object literal for the 'Width' attribute feature.

Generated:
This code was automatically generated.

KSHAPE_LAYOUT__HEIGHT

static final EAttribute KSHAPE_LAYOUT__HEIGHT
The meta object literal for the 'Height' attribute feature.

Generated:
This code was automatically generated.

KEDGE_LAYOUT

static final EClass KEDGE_LAYOUT
The meta object literal for the 'KEdge Layout' class.

See Also:
KEdgeLayoutImpl, KLayoutDataPackageImpl.getKEdgeLayout()
Generated:
This code was automatically generated.

KEDGE_LAYOUT__BEND_POINTS

static final EReference KEDGE_LAYOUT__BEND_POINTS
The meta object literal for the 'Bend Points' containment reference list feature.

Generated:
This code was automatically generated.

KEDGE_LAYOUT__SOURCE_POINT

static final EReference KEDGE_LAYOUT__SOURCE_POINT
The meta object literal for the 'Source Point' containment reference feature.

Generated:
This code was automatically generated.

KEDGE_LAYOUT__TARGET_POINT

static final EReference KEDGE_LAYOUT__TARGET_POINT
The meta object literal for the 'Target Point' containment reference feature.

Generated:
This code was automatically generated.

KPOINT

static final EClass KPOINT
The meta object literal for the 'KPoint' class.

See Also:
KPointImpl, KLayoutDataPackageImpl.getKPoint()
Generated:
This code was automatically generated.

KPOINT__X

static final EAttribute KPOINT__X
The meta object literal for the 'X' attribute feature.

Generated:
This code was automatically generated.

KPOINT__Y

static final EAttribute KPOINT__Y
The meta object literal for the 'Y' attribute feature.

Generated:
This code was automatically generated.

KINSETS

static final EClass KINSETS
The meta object literal for the 'KInsets' class.

See Also:
KInsetsImpl, KLayoutDataPackageImpl.getKInsets()
Generated:
This code was automatically generated.

KINSETS__TOP

static final EAttribute KINSETS__TOP
The meta object literal for the 'Top' attribute feature.

Generated:
This code was automatically generated.

KINSETS__BOTTOM

static final EAttribute KINSETS__BOTTOM
The meta object literal for the 'Bottom' attribute feature.

Generated:
This code was automatically generated.

KINSETS__LEFT

static final EAttribute KINSETS__LEFT
The meta object literal for the 'Left' attribute feature.

Generated:
This code was automatically generated.

KINSETS__RIGHT

static final EAttribute KINSETS__RIGHT
The meta object literal for the 'Right' attribute feature.

Generated:
This code was automatically generated.