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 KIDENTIFIER
          The meta object literal for the 'KIdentifier' class.
static EAttribute KIDENTIFIER__ID
          The meta object literal for the 'Id' attribute 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 EReference KSHAPE_LAYOUT__INSETS
          The meta object literal for the 'Insets' containment reference 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.
static EClass KVECTOR
          The meta object literal for the 'KVector' class.
static EAttribute KVECTOR__X
          The meta object literal for the 'X' attribute feature.
static EAttribute KVECTOR__Y
          The meta object literal for the 'Y' attribute feature.
static EClass KVECTOR_CHAIN
          The meta object literal for the 'KVector Chain' class.
 

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.

KSHAPE_LAYOUT__INSETS

static final EReference KSHAPE_LAYOUT__INSETS
The meta object literal for the 'Insets' containment reference 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.

KIDENTIFIER

static final EClass KIDENTIFIER
The meta object literal for the 'KIdentifier' class.

See Also:
KIdentifierImpl, KLayoutDataPackageImpl.getKIdentifier()
Generated:
This code was automatically generated.

KIDENTIFIER__ID

static final EAttribute KIDENTIFIER__ID
The meta object literal for the 'Id' attribute feature.

Generated:
This code was automatically generated.

KVECTOR

static final EClass KVECTOR
The meta object literal for the 'KVector' class.

See Also:
KVector, KLayoutDataPackageImpl.getKVector()
Generated:
This code was automatically generated.

KVECTOR__X

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

Generated:
This code was automatically generated.

KVECTOR__Y

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

Generated:
This code was automatically generated.

KVECTOR_CHAIN

static final EClass KVECTOR_CHAIN
The meta object literal for the 'KVector Chain' class.

See Also:
KVectorChain, KLayoutDataPackageImpl.getKVectorChain()
Generated:
This code was automatically generated.