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 yellow
(2011-03-14) reviewed by cmot, cds
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 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__PERSISTENT_ENTRIES
          The feature id for the 'Persistent Entries' containment reference list.
static int KEDGE_LAYOUT__PROPERTIES
          The feature id for the 'Properties' map.
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 KIDENTIFIER
          The meta object id for the 'KIdentifier' class.
static int KIDENTIFIER__ID
          The feature id for the 'Id' attribute.
static int KIDENTIFIER__PERSISTENT_ENTRIES
          The feature id for the 'Persistent Entries' containment reference list.
static int KIDENTIFIER__PROPERTIES
          The feature id for the 'Properties' map.
static int KIDENTIFIER_FEATURE_COUNT
          The number of structural features of the 'KIdentifier' 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 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__INSETS
          The feature id for the 'Insets' containment reference.
static int KSHAPE_LAYOUT__PERSISTENT_ENTRIES
          The feature id for the 'Persistent Entries' containment reference list.
static int KSHAPE_LAYOUT__PROPERTIES
          The feature id for the 'Properties' map.
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 KVECTOR
          The meta object id for the 'KVector' class.
static int KVECTOR__X
          The feature id for the 'X' attribute.
static int KVECTOR__Y
          The feature id for the 'Y' attribute.
static int KVECTOR_CHAIN
          The meta object id for the 'KVector Chain' class.
static int KVECTOR_CHAIN_FEATURE_COUNT
          The number of structural features of the 'KVector Chain' class.
static int KVECTOR_FEATURE_COUNT
          The number of structural features of the 'KVector' class.
 
Method Summary
 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 getKIdentifier_Id()
          Returns the meta object for the attribute 'Id'.
 EClass getKIdentifier()
          Returns the meta object for class 'KIdentifier'.
 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'.
 KLayoutDataFactory getKLayoutDataFactory()
          Returns the factory that creates the instances of the model.
 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'.
 EReference getKShapeLayout_Insets()
          Returns the meta object for the containment reference 'Insets'.
 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 getKVector_X()
          Returns the meta object for the attribute 'X'.
 EAttribute getKVector_Y()
          Returns the meta object for the attribute 'Y'.
 EClass getKVector()
          Returns the meta object for class 'KVector'.
 EClass getKVectorChain()
          Returns the meta object for class 'KVector Chain'.
 
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.

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__PROPERTIES

static final int KSHAPE_LAYOUT__PROPERTIES
The feature id for the 'Properties' map.

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

KSHAPE_LAYOUT__PERSISTENT_ENTRIES

static final int KSHAPE_LAYOUT__PERSISTENT_ENTRIES
The feature id for the 'Persistent Entries' 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__INSETS

static final int KSHAPE_LAYOUT__INSETS
The feature id for the 'Insets' containment reference.

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__PROPERTIES

static final int KEDGE_LAYOUT__PROPERTIES
The feature id for the 'Properties' map.

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

KEDGE_LAYOUT__PERSISTENT_ENTRIES

static final int KEDGE_LAYOUT__PERSISTENT_ENTRIES
The feature id for the 'Persistent Entries' 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

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

KIDENTIFIER

static final int KIDENTIFIER
The meta object id for the 'KIdentifier' class.

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

KIDENTIFIER__PROPERTIES

static final int KIDENTIFIER__PROPERTIES
The feature id for the 'Properties' map.

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

KIDENTIFIER__PERSISTENT_ENTRIES

static final int KIDENTIFIER__PERSISTENT_ENTRIES
The feature id for the 'Persistent Entries' containment reference list.

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

KIDENTIFIER__ID

static final int KIDENTIFIER__ID
The feature id for the 'Id' attribute.

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

KIDENTIFIER_FEATURE_COUNT

static final int KIDENTIFIER_FEATURE_COUNT
The number of structural features of the 'KIdentifier' class.

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

KVECTOR

static final int KVECTOR
The meta object id for the 'KVector' class.

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

KVECTOR__X

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

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

KVECTOR__Y

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

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

KVECTOR_FEATURE_COUNT

static final int KVECTOR_FEATURE_COUNT
The number of structural features of the 'KVector' class.

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

KVECTOR_CHAIN

static final int KVECTOR_CHAIN
The meta object id for the 'KVector Chain' class.

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

KVECTOR_CHAIN_FEATURE_COUNT

static final int KVECTOR_CHAIN_FEATURE_COUNT
The number of structural features of the 'KVector Chain' class.

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

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.

getKShapeLayout_Insets

EReference getKShapeLayout_Insets()
Returns the meta object for the containment reference 'Insets'.

Returns:
the meta object for the containment reference 'Insets'.
See Also:
KShapeLayout.getInsets(), 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.

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.

getKIdentifier

EClass getKIdentifier()
Returns the meta object for class 'KIdentifier'.

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

getKIdentifier_Id

EAttribute getKIdentifier_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
KIdentifier.getId(), getKIdentifier()
Generated:
This code was automatically generated.

getKVector

EClass getKVector()
Returns the meta object for class 'KVector'.

Returns:
the meta object for class 'KVector'.
See Also:
KVector
Generated:
This code was automatically generated.
Model element:
instanceClass=de.cau.cs.kieler.core.math.KVector

getKVector_X

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

Returns:
the meta object for the attribute 'X'.
See Also:
de.cau.cs.kieler.core.math.KVector#getX(), getKVector()
Generated:
This code was automatically generated.

getKVector_Y

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

Returns:
the meta object for the attribute 'Y'.
See Also:
de.cau.cs.kieler.core.math.KVector#getY(), getKVector()
Generated:
This code was automatically generated.

getKVectorChain

EClass getKVectorChain()
Returns the meta object for class 'KVector Chain'.

Returns:
the meta object for class 'KVector Chain'.
See Also:
KVectorChain
Generated:
This code was automatically generated.
Model element:
instanceClass=de.cau.cs.kieler.core.math.KVectorChain

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.