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

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
KLayoutDataPackageImpl

public interface KLayoutDataPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
KLayoutDataFactory
Rating red
Generated:
This code was automatically generated.
Model element:
kind=package

Nested Class Summary
static interface KLayoutDataPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static KLayoutDataPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int KBOOLEAN_OPTION
          The meta object id for the 'KBoolean Option' class.
static int KBOOLEAN_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KBOOLEAN_OPTION__KEY
          The feature id for the 'Key' attribute.
static int KBOOLEAN_OPTION__VALUE
          The feature id for the 'Value' attribute.
static int KBOOLEAN_OPTION_FEATURE_COUNT
          The number of structural features of the 'KBoolean Option' class.
static int KEDGE_LAYOUT
          The meta object id for the 'KEdge Layout' class.
static int KEDGE_LAYOUT__BEND_POINTS
          The feature id for the 'Bend Points' containment reference list.
static int KEDGE_LAYOUT__OPTIONS
          The feature id for the 'Options' containment reference list.
static int KEDGE_LAYOUT__SOURCE_POINT
          The feature id for the 'Source Point' containment reference.
static int KEDGE_LAYOUT__TARGET_POINT
          The feature id for the 'Target Point' containment reference.
static int KEDGE_LAYOUT_FEATURE_COUNT
          The number of structural features of the 'KEdge Layout' class.
static int KFLOAT_OPTION
          The meta object id for the 'KFloat Option' class.
static int KFLOAT_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KFLOAT_OPTION__KEY
          The feature id for the 'Key' attribute.
static int KFLOAT_OPTION__VALUE
          The feature id for the 'Value' attribute.
static int KFLOAT_OPTION_FEATURE_COUNT
          The number of structural features of the 'KFloat Option' class.
static int KINSETS
          The meta object id for the 'KInsets' class.
static int KINSETS__BOTTOM
          The feature id for the 'Bottom' attribute.
static int KINSETS__LEFT
          The feature id for the 'Left' attribute.
static int KINSETS__RIGHT
          The feature id for the 'Right' attribute.
static int KINSETS__TOP
          The feature id for the 'Top' attribute.
static int KINSETS_FEATURE_COUNT
          The number of structural features of the 'KInsets' class.
static int KINT_OPTION
          The meta object id for the 'KInt Option' class.
static int KINT_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KINT_OPTION__KEY
          The feature id for the 'Key' attribute.
static int KINT_OPTION__VALUE
          The feature id for the 'Value' attribute.
static int KINT_OPTION_FEATURE_COUNT
          The number of structural features of the 'KInt Option' class.
static int KLAYOUT_DATA
          The meta object id for the 'KLayout Data' class.
static int KLAYOUT_DATA__OPTIONS
          The feature id for the 'Options' containment reference list.
static int KLAYOUT_DATA_FEATURE_COUNT
          The number of structural features of the 'KLayout Data' class.
static int KOBJECT_OPTION
          The meta object id for the 'KObject Option' class.
static int KOBJECT_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KOBJECT_OPTION__KEY
          The feature id for the 'Key' attribute.
static int KOBJECT_OPTION__VALUE
          The feature id for the 'Value' containment reference.
static int KOBJECT_OPTION_FEATURE_COUNT
          The number of structural features of the 'KObject Option' class.
static int KOPTION
          The meta object id for the 'KOption' class.
static int KOPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KOPTION__KEY
          The feature id for the 'Key' attribute.
static int KOPTION_FEATURE_COUNT
          The number of structural features of the 'KOption' class.
static int KPOINT
          The meta object id for the 'KPoint' class.
static int KPOINT__X
          The feature id for the 'X' attribute.
static int KPOINT__Y
          The feature id for the 'Y' attribute.
static int KPOINT_FEATURE_COUNT
          The number of structural features of the 'KPoint' class.
static int KSHAPE_LAYOUT
          The meta object id for the 'KShape Layout' class.
static int KSHAPE_LAYOUT__HEIGHT
          The feature id for the 'Height' attribute.
static int KSHAPE_LAYOUT__OPTIONS
          The feature id for the 'Options' containment reference list.
static int KSHAPE_LAYOUT__WIDTH
          The feature id for the 'Width' attribute.
static int KSHAPE_LAYOUT__XPOS
          The feature id for the 'Xpos' attribute.
static int KSHAPE_LAYOUT__YPOS
          The feature id for the 'Ypos' attribute.
static int KSHAPE_LAYOUT_FEATURE_COUNT
          The number of structural features of the 'KShape Layout' class.
static int KSTRING_OPTION
          The meta object id for the 'KString Option' class.
static int KSTRING_OPTION__DEFAULT
          The feature id for the 'Default' attribute.
static int KSTRING_OPTION__KEY
          The feature id for the 'Key' attribute.
static int KSTRING_OPTION__VALUE
          The feature id for the 'Value' attribute.
static int KSTRING_OPTION_FEATURE_COUNT
          The number of structural features of the 'KString Option' class.
 
Method Summary
 EAttribute getKBooleanOption_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getKBooleanOption()
          Returns the meta object for class 'KBoolean Option'.
 EReference getKEdgeLayout_BendPoints()
          Returns the meta object for the containment reference list 'Bend Points'.
 EReference getKEdgeLayout_SourcePoint()
          Returns the meta object for the containment reference 'Source Point'.
 EReference getKEdgeLayout_TargetPoint()
          Returns the meta object for the containment reference 'Target Point'.
 EClass getKEdgeLayout()
          Returns the meta object for class 'KEdge Layout'.
 EAttribute getKFloatOption_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getKFloatOption()
          Returns the meta object for class 'KFloat Option'.
 EAttribute getKInsets_Bottom()
          Returns the meta object for the attribute 'Bottom'.
 EAttribute getKInsets_Left()
          Returns the meta object for the attribute 'Left'.
 EAttribute getKInsets_Right()
          Returns the meta object for the attribute 'Right'.
 EAttribute getKInsets_Top()
          Returns the meta object for the attribute 'Top'.
 EClass getKInsets()
          Returns the meta object for class 'KInsets'.
 EAttribute getKIntOption_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getKIntOption()
          Returns the meta object for class 'KInt Option'.
 EReference getKLayoutData_Options()
          Returns the meta object for the containment reference list 'Options'.
 EClass getKLayoutData()
          Returns the meta object for class 'KLayout Data'.
 KLayoutDataFactory getKLayoutDataFactory()
          Returns the factory that creates the instances of the model.
 EReference getKObjectOption_Value()
          Returns the meta object for the containment reference 'Value'.
 EClass getKObjectOption()
          Returns the meta object for class 'KObject Option'.
 EAttribute getKOption_Default()
          Returns the meta object for the attribute 'Default'.
 EAttribute getKOption_Key()
          Returns the meta object for the attribute 'Key'.
 EClass getKOption()
          Returns the meta object for class 'KOption'.
 EAttribute getKPoint_X()
          Returns the meta object for the attribute 'X'.
 EAttribute getKPoint_Y()
          Returns the meta object for the attribute 'Y'.
 EClass getKPoint()
          Returns the meta object for class 'KPoint'.
 EAttribute getKShapeLayout_Height()
          Returns the meta object for the attribute 'Height'.
 EAttribute getKShapeLayout_Width()
          Returns the meta object for the attribute 'Width'.
 EAttribute getKShapeLayout_Xpos()
          Returns the meta object for the attribute 'Xpos'.
 EAttribute getKShapeLayout_Ypos()
          Returns the meta object for the attribute 'Ypos'.
 EClass getKShapeLayout()
          Returns the meta object for class 'KShape Layout'.
 EAttribute getKStringOption_Value()
          Returns the meta object for the attribute 'Value'.
 EClass getKStringOption()
          Returns the meta object for class 'KString Option'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final KLayoutDataPackage eINSTANCE
The singleton instance of the package.

Generated:
This code was automatically generated.

KLAYOUT_DATA

static final int KLAYOUT_DATA
The meta object id for the 'KLayout Data' class.

See Also:
KLayoutDataImpl, KLayoutDataPackageImpl.getKLayoutData(), Constant Field Values
Generated:
This code was automatically generated.

KLAYOUT_DATA__OPTIONS

static final int KLAYOUT_DATA__OPTIONS
The feature id for the 'Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KLAYOUT_DATA_FEATURE_COUNT

static final int KLAYOUT_DATA_FEATURE_COUNT
The number of structural features of the 'KLayout Data' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT

static final int KSHAPE_LAYOUT
The meta object id for the 'KShape Layout' class.

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

KSHAPE_LAYOUT__OPTIONS

static final int KSHAPE_LAYOUT__OPTIONS
The feature id for the 'Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT__XPOS

static final int KSHAPE_LAYOUT__XPOS
The feature id for the 'Xpos' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT__YPOS

static final int KSHAPE_LAYOUT__YPOS
The feature id for the 'Ypos' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT__WIDTH

static final int KSHAPE_LAYOUT__WIDTH
The feature id for the 'Width' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT__HEIGHT

static final int KSHAPE_LAYOUT__HEIGHT
The feature id for the 'Height' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSHAPE_LAYOUT_FEATURE_COUNT

static final int KSHAPE_LAYOUT_FEATURE_COUNT
The number of structural features of the 'KShape Layout' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KEDGE_LAYOUT

static final int KEDGE_LAYOUT
The meta object id for the 'KEdge Layout' class.

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

KEDGE_LAYOUT__OPTIONS

static final int KEDGE_LAYOUT__OPTIONS
The feature id for the 'Options' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KEDGE_LAYOUT__BEND_POINTS

static final int KEDGE_LAYOUT__BEND_POINTS
The feature id for the 'Bend Points' containment reference list.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KEDGE_LAYOUT__SOURCE_POINT

static final int KEDGE_LAYOUT__SOURCE_POINT
The feature id for the 'Source Point' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KEDGE_LAYOUT__TARGET_POINT

static final int KEDGE_LAYOUT__TARGET_POINT
The feature id for the 'Target Point' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KEDGE_LAYOUT_FEATURE_COUNT

static final int KEDGE_LAYOUT_FEATURE_COUNT
The number of structural features of the 'KEdge Layout' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KPOINT

static final int KPOINT
The meta object id for the 'KPoint' class.

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

KPOINT__X

static final int KPOINT__X
The feature id for the 'X' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KPOINT__Y

static final int KPOINT__Y
The feature id for the 'Y' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KPOINT_FEATURE_COUNT

static final int KPOINT_FEATURE_COUNT
The number of structural features of the 'KPoint' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOPTION

static final int KOPTION
The meta object id for the 'KOption' class.

See Also:
KOptionImpl, KLayoutDataPackageImpl.getKOption(), Constant Field Values
Generated:
This code was automatically generated.

KOPTION__KEY

static final int KOPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOPTION__DEFAULT

static final int KOPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOPTION_FEATURE_COUNT

static final int KOPTION_FEATURE_COUNT
The number of structural features of the 'KOption' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSTRING_OPTION

static final int KSTRING_OPTION
The meta object id for the 'KString Option' class.

See Also:
KStringOptionImpl, KLayoutDataPackageImpl.getKStringOption(), Constant Field Values
Generated:
This code was automatically generated.

KSTRING_OPTION__KEY

static final int KSTRING_OPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSTRING_OPTION__DEFAULT

static final int KSTRING_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSTRING_OPTION__VALUE

static final int KSTRING_OPTION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KSTRING_OPTION_FEATURE_COUNT

static final int KSTRING_OPTION_FEATURE_COUNT
The number of structural features of the 'KString Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINT_OPTION

static final int KINT_OPTION
The meta object id for the 'KInt Option' class.

See Also:
KIntOptionImpl, KLayoutDataPackageImpl.getKIntOption(), Constant Field Values
Generated:
This code was automatically generated.

KINT_OPTION__KEY

static final int KINT_OPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINT_OPTION__DEFAULT

static final int KINT_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINT_OPTION__VALUE

static final int KINT_OPTION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINT_OPTION_FEATURE_COUNT

static final int KINT_OPTION_FEATURE_COUNT
The number of structural features of the 'KInt Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KBOOLEAN_OPTION

static final int KBOOLEAN_OPTION
The meta object id for the 'KBoolean Option' class.

See Also:
KBooleanOptionImpl, KLayoutDataPackageImpl.getKBooleanOption(), Constant Field Values
Generated:
This code was automatically generated.

KBOOLEAN_OPTION__KEY

static final int KBOOLEAN_OPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KBOOLEAN_OPTION__DEFAULT

static final int KBOOLEAN_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KBOOLEAN_OPTION__VALUE

static final int KBOOLEAN_OPTION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KBOOLEAN_OPTION_FEATURE_COUNT

static final int KBOOLEAN_OPTION_FEATURE_COUNT
The number of structural features of the 'KBoolean Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KFLOAT_OPTION

static final int KFLOAT_OPTION
The meta object id for the 'KFloat Option' class.

See Also:
KFloatOptionImpl, KLayoutDataPackageImpl.getKFloatOption(), Constant Field Values
Generated:
This code was automatically generated.

KFLOAT_OPTION__KEY

static final int KFLOAT_OPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KFLOAT_OPTION__DEFAULT

static final int KFLOAT_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KFLOAT_OPTION__VALUE

static final int KFLOAT_OPTION__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KFLOAT_OPTION_FEATURE_COUNT

static final int KFLOAT_OPTION_FEATURE_COUNT
The number of structural features of the 'KFloat Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOBJECT_OPTION

static final int KOBJECT_OPTION
The meta object id for the 'KObject Option' class.

See Also:
KObjectOptionImpl, KLayoutDataPackageImpl.getKObjectOption(), Constant Field Values
Generated:
This code was automatically generated.

KOBJECT_OPTION__KEY

static final int KOBJECT_OPTION__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOBJECT_OPTION__DEFAULT

static final int KOBJECT_OPTION__DEFAULT
The feature id for the 'Default' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOBJECT_OPTION__VALUE

static final int KOBJECT_OPTION__VALUE
The feature id for the 'Value' containment reference.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KOBJECT_OPTION_FEATURE_COUNT

static final int KOBJECT_OPTION_FEATURE_COUNT
The number of structural features of the 'KObject Option' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINSETS

static final int KINSETS
The meta object id for the 'KInsets' class.

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

KINSETS__TOP

static final int KINSETS__TOP
The feature id for the 'Top' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINSETS__BOTTOM

static final int KINSETS__BOTTOM
The feature id for the 'Bottom' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINSETS__LEFT

static final int KINSETS__LEFT
The feature id for the 'Left' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINSETS__RIGHT

static final int KINSETS__RIGHT
The feature id for the 'Right' attribute.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered

KINSETS_FEATURE_COUNT

static final int KINSETS_FEATURE_COUNT
The number of structural features of the 'KInsets' class.

See Also:
Constant Field Values
Generated:
This code was automatically generated.
Ordered
Method Detail

getKLayoutData

EClass getKLayoutData()
Returns the meta object for class 'KLayout Data'.

Returns:
the meta object for class 'KLayout Data'.
See Also:
KLayoutData
Generated:
This code was automatically generated.

getKLayoutData_Options

EReference getKLayoutData_Options()
Returns the meta object for the containment reference list 'Options'.

Returns:
the meta object for the containment reference list 'Options'.
See Also:
KLayoutData.getOptions(), getKLayoutData()
Generated:
This code was automatically generated.

getKShapeLayout

EClass getKShapeLayout()
Returns the meta object for class 'KShape Layout'.

Returns:
the meta object for class 'KShape Layout'.
See Also:
KShapeLayout
Generated:
This code was automatically generated.

getKShapeLayout_Xpos

EAttribute getKShapeLayout_Xpos()
Returns the meta object for the attribute 'Xpos'.

Returns:
the meta object for the attribute 'Xpos'.
See Also:
KShapeLayout.getXpos(), getKShapeLayout()
Generated:
This code was automatically generated.

getKShapeLayout_Ypos

EAttribute getKShapeLayout_Ypos()
Returns the meta object for the attribute 'Ypos'.

Returns:
the meta object for the attribute 'Ypos'.
See Also:
KShapeLayout.getYpos(), getKShapeLayout()
Generated:
This code was automatically generated.

getKShapeLayout_Width

EAttribute getKShapeLayout_Width()
Returns the meta object for the attribute 'Width'.

Returns:
the meta object for the attribute 'Width'.
See Also:
KShapeLayout.getWidth(), getKShapeLayout()
Generated:
This code was automatically generated.

getKShapeLayout_Height

EAttribute getKShapeLayout_Height()
Returns the meta object for the attribute 'Height'.

Returns:
the meta object for the attribute 'Height'.
See Also:
KShapeLayout.getHeight(), getKShapeLayout()
Generated:
This code was automatically generated.

getKEdgeLayout

EClass getKEdgeLayout()
Returns the meta object for class 'KEdge Layout'.

Returns:
the meta object for class 'KEdge Layout'.
See Also:
KEdgeLayout
Generated:
This code was automatically generated.

getKEdgeLayout_BendPoints

EReference getKEdgeLayout_BendPoints()
Returns the meta object for the containment reference list 'Bend Points'.

Returns:
the meta object for the containment reference list 'Bend Points'.
See Also:
KEdgeLayout.getBendPoints(), getKEdgeLayout()
Generated:
This code was automatically generated.

getKEdgeLayout_SourcePoint

EReference getKEdgeLayout_SourcePoint()
Returns the meta object for the containment reference 'Source Point'.

Returns:
the meta object for the containment reference 'Source Point'.
See Also:
KEdgeLayout.getSourcePoint(), getKEdgeLayout()
Generated:
This code was automatically generated.

getKEdgeLayout_TargetPoint

EReference getKEdgeLayout_TargetPoint()
Returns the meta object for the containment reference 'Target Point'.

Returns:
the meta object for the containment reference 'Target Point'.
See Also:
KEdgeLayout.getTargetPoint(), getKEdgeLayout()
Generated:
This code was automatically generated.

getKPoint

EClass getKPoint()
Returns the meta object for class 'KPoint'.

Returns:
the meta object for class 'KPoint'.
See Also:
KPoint
Generated:
This code was automatically generated.

getKPoint_X

EAttribute getKPoint_X()
Returns the meta object for the attribute 'X'.

Returns:
the meta object for the attribute 'X'.
See Also:
KPoint.getX(), getKPoint()
Generated:
This code was automatically generated.

getKPoint_Y

EAttribute getKPoint_Y()
Returns the meta object for the attribute 'Y'.

Returns:
the meta object for the attribute 'Y'.
See Also:
KPoint.getY(), getKPoint()
Generated:
This code was automatically generated.

getKOption

EClass getKOption()
Returns the meta object for class 'KOption'.

Returns:
the meta object for class 'KOption'.
See Also:
KOption
Generated:
This code was automatically generated.

getKOption_Key

EAttribute getKOption_Key()
Returns the meta object for the attribute 'Key'.

Returns:
the meta object for the attribute 'Key'.
See Also:
KOption.getKey(), getKOption()
Generated:
This code was automatically generated.

getKOption_Default

EAttribute getKOption_Default()
Returns the meta object for the attribute 'Default'.

Returns:
the meta object for the attribute 'Default'.
See Also:
KOption.isDefault(), getKOption()
Generated:
This code was automatically generated.

getKStringOption

EClass getKStringOption()
Returns the meta object for class 'KString Option'.

Returns:
the meta object for class 'KString Option'.
See Also:
KStringOption
Generated:
This code was automatically generated.

getKStringOption_Value

EAttribute getKStringOption_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
KStringOption.getValue(), getKStringOption()
Generated:
This code was automatically generated.

getKIntOption

EClass getKIntOption()
Returns the meta object for class 'KInt Option'.

Returns:
the meta object for class 'KInt Option'.
See Also:
KIntOption
Generated:
This code was automatically generated.

getKIntOption_Value

EAttribute getKIntOption_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
KIntOption.getValue(), getKIntOption()
Generated:
This code was automatically generated.

getKBooleanOption

EClass getKBooleanOption()
Returns the meta object for class 'KBoolean Option'.

Returns:
the meta object for class 'KBoolean Option'.
See Also:
KBooleanOption
Generated:
This code was automatically generated.

getKBooleanOption_Value

EAttribute getKBooleanOption_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
KBooleanOption.isValue(), getKBooleanOption()
Generated:
This code was automatically generated.

getKFloatOption

EClass getKFloatOption()
Returns the meta object for class 'KFloat Option'.

Returns:
the meta object for class 'KFloat Option'.
See Also:
KFloatOption
Generated:
This code was automatically generated.

getKFloatOption_Value

EAttribute getKFloatOption_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
KFloatOption.getValue(), getKFloatOption()
Generated:
This code was automatically generated.

getKObjectOption

EClass getKObjectOption()
Returns the meta object for class 'KObject Option'.

Returns:
the meta object for class 'KObject Option'.
See Also:
KObjectOption
Generated:
This code was automatically generated.

getKObjectOption_Value

EReference getKObjectOption_Value()
Returns the meta object for the containment reference 'Value'.

Returns:
the meta object for the containment reference 'Value'.
See Also:
KObjectOption.getValue(), getKObjectOption()
Generated:
This code was automatically generated.

getKInsets

EClass getKInsets()
Returns the meta object for class 'KInsets'.

Returns:
the meta object for class 'KInsets'.
See Also:
KInsets
Generated:
This code was automatically generated.

getKInsets_Top

EAttribute getKInsets_Top()
Returns the meta object for the attribute 'Top'.

Returns:
the meta object for the attribute 'Top'.
See Also:
KInsets.getTop(), getKInsets()
Generated:
This code was automatically generated.

getKInsets_Bottom

EAttribute getKInsets_Bottom()
Returns the meta object for the attribute 'Bottom'.

Returns:
the meta object for the attribute 'Bottom'.
See Also:
KInsets.getBottom(), getKInsets()
Generated:
This code was automatically generated.

getKInsets_Left

EAttribute getKInsets_Left()
Returns the meta object for the attribute 'Left'.

Returns:
the meta object for the attribute 'Left'.
See Also:
KInsets.getLeft(), getKInsets()
Generated:
This code was automatically generated.

getKInsets_Right

EAttribute getKInsets_Right()
Returns the meta object for the attribute 'Right'.

Returns:
the meta object for the attribute 'Right'.
See Also:
KInsets.getRight(), getKInsets()
Generated:
This code was automatically generated.

getKLayoutDataFactory

KLayoutDataFactory getKLayoutDataFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated:
This code was automatically generated.