org.eclipse.gmt.modisco.omg.kdm.core
Interface CorePackage


public interface CorePackage

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

The Core package provides basic constructs for creating and describing meta-model classes in all specific KDM packages. Classes of the Core package determine the structure of KDM models, define fundamental modeling constraints, and determine the reflective API to KDM instances.

See Also:
CoreFactory
Generated:
Model:
kind="package"

Nested Class Summary
static interface CorePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Field Summary
static int AGGREGATED_RELATIONSHIP
          The meta object id for the 'Aggregated Relationship' class.
static int AGGREGATED_RELATIONSHIP__ANNOTATION
          The feature id for the 'Annotation' containment reference list.
static int AGGREGATED_RELATIONSHIP__ATTRIBUTE
          The feature id for the 'Attribute' containment reference list.
static int AGGREGATED_RELATIONSHIP__DENSITY
          The feature id for the 'Density' attribute.
static int AGGREGATED_RELATIONSHIP__FROM
          The feature id for the 'From' reference.
static int AGGREGATED_RELATIONSHIP__RELATION
          The feature id for the 'Relation' reference list.
static int AGGREGATED_RELATIONSHIP__STEREOTYPE
          The feature id for the 'Stereotype' reference list.
static int AGGREGATED_RELATIONSHIP__TAGGED_VALUE
          The feature id for the 'Tagged Value' containment reference list.
static int AGGREGATED_RELATIONSHIP__TO
          The feature id for the 'To' reference.
static int AGGREGATED_RELATIONSHIP_FEATURE_COUNT
          The number of structural features of the 'Aggregated Relationship' class.
static int BOOLEAN
          The meta object id for the 'Boolean' data type.
static CorePackage eINSTANCE
          The singleton instance of the package.
static int ELEMENT
          The meta object id for the 'Element' class.
static int ELEMENT__ANNOTATION
          The feature id for the 'Annotation' containment reference list.
static int ELEMENT__ATTRIBUTE
          The feature id for the 'Attribute' containment reference list.
static int ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Element' class.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int INTEGER
          The meta object id for the 'Integer' data type.
static int KDM_ENTITY
          The meta object id for the 'KDM Entity' class.
static int KDM_ENTITY__ANNOTATION
          The feature id for the 'Annotation' containment reference list.
static int KDM_ENTITY__ATTRIBUTE
          The feature id for the 'Attribute' containment reference list.
static int KDM_ENTITY__GROUP
          The feature id for the 'Group' reference list.
static int KDM_ENTITY__GROUPED_ELEMENT
          The feature id for the 'Grouped Element' reference list.
static int KDM_ENTITY__IN_AGGREGATED
          The feature id for the 'In Aggregated' reference list.
static int KDM_ENTITY__INBOUND
          The feature id for the 'Inbound' reference list.
static int KDM_ENTITY__MODEL
          The feature id for the 'Model' reference.
static int KDM_ENTITY__NAME
          The feature id for the 'Name' attribute.
static int KDM_ENTITY__OUT_AGGREGATED
          The feature id for the 'Out Aggregated' reference list.
static int KDM_ENTITY__OUTBOUND
          The feature id for the 'Outbound' reference list.
static int KDM_ENTITY__OWNED_ELEMENT
          The feature id for the 'Owned Element' containment reference list.
static int KDM_ENTITY__OWNED_RELATION
          The feature id for the 'Owned Relation' containment reference list.
static int KDM_ENTITY__OWNER
          The feature id for the 'Owner' container reference.
static int KDM_ENTITY__STEREOTYPE
          The feature id for the 'Stereotype' reference list.
static int KDM_ENTITY__TAGGED_VALUE
          The feature id for the 'Tagged Value' containment reference list.
static int KDM_ENTITY_FEATURE_COUNT
          The number of structural features of the 'KDM Entity' class.
static int KDM_RELATIONSHIP
          The meta object id for the 'KDM Relationship' class.
static int KDM_RELATIONSHIP__ANNOTATION
          The feature id for the 'Annotation' containment reference list.
static int KDM_RELATIONSHIP__ATTRIBUTE
          The feature id for the 'Attribute' containment reference list.
static int KDM_RELATIONSHIP__STEREOTYPE
          The feature id for the 'Stereotype' reference list.
static int KDM_RELATIONSHIP__TAGGED_VALUE
          The feature id for the 'Tagged Value' containment reference list.
static int KDM_RELATIONSHIP_FEATURE_COUNT
          The number of structural features of the 'KDM Relationship' class.
static int MODEL_ELEMENT
          The meta object id for the 'Model Element' class.
static int MODEL_ELEMENT__ANNOTATION
          The feature id for the 'Annotation' containment reference list.
static int MODEL_ELEMENT__ATTRIBUTE
          The feature id for the 'Attribute' containment reference list.
static int MODEL_ELEMENT__STEREOTYPE
          The feature id for the 'Stereotype' reference list.
static int MODEL_ELEMENT__TAGGED_VALUE
          The feature id for the 'Tagged Value' containment reference list.
static int MODEL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Model Element' class.
static int STRING
          The meta object id for the 'String' data type.
 
Method Summary
 EAttribute getAggregatedRelationship_Density()
          Returns the meta object for the attribute 'Density'.
 EReference getAggregatedRelationship_From()
          Returns the meta object for the reference 'From'.
 EReference getAggregatedRelationship_Relation()
          Returns the meta object for the reference list 'Relation'.
 EReference getAggregatedRelationship_To()
          Returns the meta object for the reference 'To'.
 EClass getAggregatedRelationship()
          Returns the meta object for class 'Aggregated Relationship'.
 EDataType getBoolean()
          Returns the meta object for data type 'Boolean'.
 CoreFactory getCoreFactory()
          Returns the factory that creates the instances of the model.
 EReference getElement_Annotation()
          Returns the meta object for the containment reference list 'Annotation'.
 EReference getElement_Attribute()
          Returns the meta object for the containment reference list 'Attribute'.
 EClass getElement()
          Returns the meta object for class 'Element'.
 EDataType getInteger()
          Returns the meta object for data type 'Integer'.
 EReference getKDMEntity_Group()
          Returns the meta object for the reference list 'Group'.
 EReference getKDMEntity_GroupedElement()
          Returns the meta object for the reference list 'Grouped Element'.
 EReference getKDMEntity_InAggregated()
          Returns the meta object for the reference list 'In Aggregated'.
 EReference getKDMEntity_Inbound()
          Returns the meta object for the reference list 'Inbound'.
 EReference getKDMEntity_Model()
          Returns the meta object for the reference 'Model'.
 EAttribute getKDMEntity_Name()
          Returns the meta object for the attribute 'Name'.
 EReference getKDMEntity_OutAggregated()
          Returns the meta object for the reference list 'Out Aggregated'.
 EReference getKDMEntity_Outbound()
          Returns the meta object for the reference list 'Outbound'.
 EReference getKDMEntity_OwnedElement()
          Returns the meta object for the containment reference list 'Owned Element'.
 EReference getKDMEntity_OwnedRelation()
          Returns the meta object for the containment reference list 'Owned Relation'.
 EReference getKDMEntity_Owner()
          Returns the meta object for the container reference 'Owner'.
 EClass getKDMEntity()
          Returns the meta object for class 'KDM Entity'.
 EClass getKDMRelationship()
          Returns the meta object for class 'KDM Relationship'.
 EReference getModelElement_Stereotype()
          Returns the meta object for the reference list 'Stereotype'.
 EReference getModelElement_TaggedValue()
          Returns the meta object for the containment reference list 'Tagged Value'.
 EClass getModelElement()
          Returns the meta object for class 'Model Element'.
 EDataType getString()
          Returns the meta object for data type 'String'.
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
Generated:

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
Generated:

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
Generated:

eINSTANCE

static final CorePackage eINSTANCE
The singleton instance of the package.

Generated:

ELEMENT

static final int ELEMENT
The meta object id for the 'Element' class.

See Also:
org.eclipse.gmt.modisco.omg.kdm.core.impl.ElementImpl, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getElement(), Constant Field Values
Generated:

ELEMENT__ATTRIBUTE

static final int ELEMENT__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT__ANNOTATION

static final int ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

ELEMENT_FEATURE_COUNT

static final int ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.

See Also:
Constant Field Values
Generated:
Ordered:

MODEL_ELEMENT

static final int MODEL_ELEMENT
The meta object id for the 'Model Element' class.

See Also:
org.eclipse.gmt.modisco.omg.kdm.core.impl.ModelElementImpl, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getModelElement(), Constant Field Values
Generated:

MODEL_ELEMENT__ATTRIBUTE

static final int MODEL_ELEMENT__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MODEL_ELEMENT__ANNOTATION

static final int MODEL_ELEMENT__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MODEL_ELEMENT__STEREOTYPE

static final int MODEL_ELEMENT__STEREOTYPE
The feature id for the 'Stereotype' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MODEL_ELEMENT__TAGGED_VALUE

static final int MODEL_ELEMENT__TAGGED_VALUE
The feature id for the 'Tagged Value' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

MODEL_ELEMENT_FEATURE_COUNT

static final int MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Model Element' class.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY

static final int KDM_ENTITY
The meta object id for the 'KDM Entity' class.

See Also:
org.eclipse.gmt.modisco.omg.kdm.core.impl.KDMEntityImpl, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getKDMEntity(), Constant Field Values
Generated:

KDM_ENTITY__ATTRIBUTE

static final int KDM_ENTITY__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__ANNOTATION

static final int KDM_ENTITY__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__STEREOTYPE

static final int KDM_ENTITY__STEREOTYPE
The feature id for the 'Stereotype' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__TAGGED_VALUE

static final int KDM_ENTITY__TAGGED_VALUE
The feature id for the 'Tagged Value' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__NAME

static final int KDM_ENTITY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__MODEL

static final int KDM_ENTITY__MODEL
The feature id for the 'Model' reference.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__OWNER

static final int KDM_ENTITY__OWNER
The feature id for the 'Owner' container reference.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__OWNED_ELEMENT

static final int KDM_ENTITY__OWNED_ELEMENT
The feature id for the 'Owned Element' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__OUTBOUND

static final int KDM_ENTITY__OUTBOUND
The feature id for the 'Outbound' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__INBOUND

static final int KDM_ENTITY__INBOUND
The feature id for the 'Inbound' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__OWNED_RELATION

static final int KDM_ENTITY__OWNED_RELATION
The feature id for the 'Owned Relation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__GROUP

static final int KDM_ENTITY__GROUP
The feature id for the 'Group' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__GROUPED_ELEMENT

static final int KDM_ENTITY__GROUPED_ELEMENT
The feature id for the 'Grouped Element' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__IN_AGGREGATED

static final int KDM_ENTITY__IN_AGGREGATED
The feature id for the 'In Aggregated' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY__OUT_AGGREGATED

static final int KDM_ENTITY__OUT_AGGREGATED
The feature id for the 'Out Aggregated' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_ENTITY_FEATURE_COUNT

static final int KDM_ENTITY_FEATURE_COUNT
The number of structural features of the 'KDM Entity' class.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_RELATIONSHIP

static final int KDM_RELATIONSHIP
The meta object id for the 'KDM Relationship' class.

See Also:
org.eclipse.gmt.modisco.omg.kdm.core.impl.KDMRelationshipImpl, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getKDMRelationship(), Constant Field Values
Generated:

KDM_RELATIONSHIP__ATTRIBUTE

static final int KDM_RELATIONSHIP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_RELATIONSHIP__ANNOTATION

static final int KDM_RELATIONSHIP__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_RELATIONSHIP__STEREOTYPE

static final int KDM_RELATIONSHIP__STEREOTYPE
The feature id for the 'Stereotype' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_RELATIONSHIP__TAGGED_VALUE

static final int KDM_RELATIONSHIP__TAGGED_VALUE
The feature id for the 'Tagged Value' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

KDM_RELATIONSHIP_FEATURE_COUNT

static final int KDM_RELATIONSHIP_FEATURE_COUNT
The number of structural features of the 'KDM Relationship' class.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP

static final int AGGREGATED_RELATIONSHIP
The meta object id for the 'Aggregated Relationship' class.

See Also:
org.eclipse.gmt.modisco.omg.kdm.core.impl.AggregatedRelationshipImpl, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getAggregatedRelationship(), Constant Field Values
Generated:

AGGREGATED_RELATIONSHIP__ATTRIBUTE

static final int AGGREGATED_RELATIONSHIP__ATTRIBUTE
The feature id for the 'Attribute' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__ANNOTATION

static final int AGGREGATED_RELATIONSHIP__ANNOTATION
The feature id for the 'Annotation' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__STEREOTYPE

static final int AGGREGATED_RELATIONSHIP__STEREOTYPE
The feature id for the 'Stereotype' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__TAGGED_VALUE

static final int AGGREGATED_RELATIONSHIP__TAGGED_VALUE
The feature id for the 'Tagged Value' containment reference list.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__FROM

static final int AGGREGATED_RELATIONSHIP__FROM
The feature id for the 'From' reference.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__TO

static final int AGGREGATED_RELATIONSHIP__TO
The feature id for the 'To' reference.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__RELATION

static final int AGGREGATED_RELATIONSHIP__RELATION
The feature id for the 'Relation' reference list.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP__DENSITY

static final int AGGREGATED_RELATIONSHIP__DENSITY
The feature id for the 'Density' attribute.

See Also:
Constant Field Values
Generated:
Ordered:

AGGREGATED_RELATIONSHIP_FEATURE_COUNT

static final int AGGREGATED_RELATIONSHIP_FEATURE_COUNT
The number of structural features of the 'Aggregated Relationship' class.

See Also:
Constant Field Values
Generated:
Ordered:

STRING

static final int STRING
The meta object id for the 'String' data type.

See Also:
String, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getString(), Constant Field Values
Generated:

INTEGER

static final int INTEGER
The meta object id for the 'Integer' data type.

See Also:
Integer, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getInteger(), Constant Field Values
Generated:

BOOLEAN

static final int BOOLEAN
The meta object id for the 'Boolean' data type.

See Also:
Boolean, org.eclipse.gmt.modisco.omg.kdm.core.impl.CorePackageImpl#getBoolean(), Constant Field Values
Generated:
Method Detail

getElement

EClass getElement()
Returns the meta object for class 'Element'.

Returns:
the meta object for class 'Element'.
See Also:
Element
Generated:

getElement_Attribute

EReference getElement_Attribute()
Returns the meta object for the containment reference list 'Attribute'.

Returns:
the meta object for the containment reference list 'Attribute'.
See Also:
Element.getAttribute(), getElement()
Generated:

getElement_Annotation

EReference getElement_Annotation()
Returns the meta object for the containment reference list 'Annotation'.

Returns:
the meta object for the containment reference list 'Annotation'.
See Also:
Element.getAnnotation(), getElement()
Generated:

getModelElement

EClass getModelElement()
Returns the meta object for class 'Model Element'.

Returns:
the meta object for class 'Model Element'.
See Also:
ModelElement
Generated:

getModelElement_Stereotype

EReference getModelElement_Stereotype()
Returns the meta object for the reference list 'Stereotype'.

Returns:
the meta object for the reference list 'Stereotype'.
See Also:
ModelElement.getStereotype(), getModelElement()
Generated:

getModelElement_TaggedValue

EReference getModelElement_TaggedValue()
Returns the meta object for the containment reference list 'Tagged Value'.

Returns:
the meta object for the containment reference list 'Tagged Value'.
See Also:
ModelElement.getTaggedValue(), getModelElement()
Generated:

getKDMEntity

EClass getKDMEntity()
Returns the meta object for class 'KDM Entity'.

Returns:
the meta object for class 'KDM Entity'.
See Also:
KDMEntity
Generated:

getKDMEntity_Name

EAttribute getKDMEntity_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
KDMEntity.getName(), getKDMEntity()
Generated:

getKDMEntity_Model

EReference getKDMEntity_Model()
Returns the meta object for the reference 'Model'.

Returns:
the meta object for the reference 'Model'.
See Also:
KDMEntity.getModel(), getKDMEntity()
Generated:

getKDMEntity_Owner

EReference getKDMEntity_Owner()
Returns the meta object for the container reference 'Owner'.

Returns:
the meta object for the container reference 'Owner'.
See Also:
KDMEntity.getOwner(), getKDMEntity()
Generated:

getKDMEntity_OwnedElement

EReference getKDMEntity_OwnedElement()
Returns the meta object for the containment reference list 'Owned Element'.

Returns:
the meta object for the containment reference list 'Owned Element'.
See Also:
KDMEntity.getOwnedElement(), getKDMEntity()
Generated:

getKDMEntity_Outbound

EReference getKDMEntity_Outbound()
Returns the meta object for the reference list 'Outbound'.

Returns:
the meta object for the reference list 'Outbound'.
See Also:
KDMEntity.getOutbound(), getKDMEntity()
Generated:

getKDMEntity_Inbound

EReference getKDMEntity_Inbound()
Returns the meta object for the reference list 'Inbound'.

Returns:
the meta object for the reference list 'Inbound'.
See Also:
KDMEntity.getInbound(), getKDMEntity()
Generated:

getKDMEntity_OwnedRelation

EReference getKDMEntity_OwnedRelation()
Returns the meta object for the containment reference list 'Owned Relation'.

Returns:
the meta object for the containment reference list 'Owned Relation'.
See Also:
KDMEntity.getOwnedRelation(), getKDMEntity()
Generated:

getKDMEntity_Group

EReference getKDMEntity_Group()
Returns the meta object for the reference list 'Group'.

Returns:
the meta object for the reference list 'Group'.
See Also:
KDMEntity.getGroup(), getKDMEntity()
Generated:

getKDMEntity_GroupedElement

EReference getKDMEntity_GroupedElement()
Returns the meta object for the reference list 'Grouped Element'.

Returns:
the meta object for the reference list 'Grouped Element'.
See Also:
KDMEntity.getGroupedElement(), getKDMEntity()
Generated:

getKDMEntity_InAggregated

EReference getKDMEntity_InAggregated()
Returns the meta object for the reference list 'In Aggregated'.

Returns:
the meta object for the reference list 'In Aggregated'.
See Also:
KDMEntity.getInAggregated(), getKDMEntity()
Generated:

getKDMEntity_OutAggregated

EReference getKDMEntity_OutAggregated()
Returns the meta object for the reference list 'Out Aggregated'.

Returns:
the meta object for the reference list 'Out Aggregated'.
See Also:
KDMEntity.getOutAggregated(), getKDMEntity()
Generated:

getKDMRelationship

EClass getKDMRelationship()
Returns the meta object for class 'KDM Relationship'.

Returns:
the meta object for class 'KDM Relationship'.
See Also:
KDMRelationship
Generated:

getAggregatedRelationship

EClass getAggregatedRelationship()
Returns the meta object for class 'Aggregated Relationship'.

Returns:
the meta object for class 'Aggregated Relationship'.
See Also:
AggregatedRelationship
Generated:

getAggregatedRelationship_From

EReference getAggregatedRelationship_From()
Returns the meta object for the reference 'From'.

Returns:
the meta object for the reference 'From'.
See Also:
AggregatedRelationship.getFrom(), getAggregatedRelationship()
Generated:

getAggregatedRelationship_To

EReference getAggregatedRelationship_To()
Returns the meta object for the reference 'To'.

Returns:
the meta object for the reference 'To'.
See Also:
AggregatedRelationship.getTo(), getAggregatedRelationship()
Generated:

getAggregatedRelationship_Relation

EReference getAggregatedRelationship_Relation()
Returns the meta object for the reference list 'Relation'.

Returns:
the meta object for the reference list 'Relation'.
See Also:
AggregatedRelationship.getRelation(), getAggregatedRelationship()
Generated:

getAggregatedRelationship_Density

EAttribute getAggregatedRelationship_Density()
Returns the meta object for the attribute 'Density'.

Returns:
the meta object for the attribute 'Density'.
See Also:
AggregatedRelationship.getDensity(), getAggregatedRelationship()
Generated:

getString

EDataType getString()
Returns the meta object for data type 'String'.

Returns:
the meta object for data type 'String'.
See Also:
String
Generated:
Model:
instanceClass="java.lang.String"

getInteger

EDataType getInteger()
Returns the meta object for data type 'Integer'.

Returns:
the meta object for data type 'Integer'.
See Also:
Integer
Generated:
Model:
instanceClass="java.lang.Integer"

getBoolean

EDataType getBoolean()
Returns the meta object for data type 'Boolean'.

Returns:
the meta object for data type 'Boolean'.
See Also:
Boolean
Generated:
Model:
instanceClass="java.lang.Boolean"

getCoreFactory

CoreFactory getCoreFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
Generated: