de.cau.cs.kieler.dataflow
Interface DataflowPackage.Literals

Enclosing interface:
DataflowPackage

public static interface DataflowPackage.Literals

Defines literals for the meta objects that represent

Rating red
Generated:
This code was automatically generated.

Field Summary
static EClass BOX
          The meta object literal for the 'Box' class.
static EReference BOX__INPUTS
          The meta object literal for the 'Inputs' containment reference list feature.
static EReference BOX__OUTPUTS
          The meta object literal for the 'Outputs' containment reference list feature.
static EClass CONNECTION
          The meta object literal for the 'Connection' class.
static EReference CONNECTION__SOURCE_PORT
          The meta object literal for the 'Source Port' reference feature.
static EReference CONNECTION__TARGET_PORT
          The meta object literal for the 'Target Port' reference feature.
static EClass DATAFLOW_MODEL
          The meta object literal for the 'Model' class.
static EReference DATAFLOW_MODEL__BOXES
          The meta object literal for the 'Boxes' containment reference list feature.
static EReference DATAFLOW_MODEL__CONNECTIONS
          The meta object literal for the 'Connections' containment reference list feature.
static EAttribute DATAFLOW_MODEL__NAME
          The meta object literal for the 'Name' attribute feature.
static EClass INPUT_PORT
          The meta object literal for the 'Input Port' class.
static EReference INPUT_PORT__PARENT_BOX
          The meta object literal for the 'Parent Box' container reference feature.
static EClass OUTPUT_PORT
          The meta object literal for the 'Output Port' class.
static EReference OUTPUT_PORT__PARENT_BOX
          The meta object literal for the 'Parent Box' container reference feature.
static EClass PORT
          The meta object literal for the 'Port' class.
static EAttribute PORT__NAME
          The meta object literal for the 'Name' attribute feature.
 

Field Detail

DATAFLOW_MODEL

static final EClass DATAFLOW_MODEL
The meta object literal for the 'Model' class.

See Also:
DataflowModelImpl, DataflowPackageImpl.getDataflowModel()
Generated:
This code was automatically generated.

DATAFLOW_MODEL__NAME

static final EAttribute DATAFLOW_MODEL__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

DATAFLOW_MODEL__BOXES

static final EReference DATAFLOW_MODEL__BOXES
The meta object literal for the 'Boxes' containment reference list feature.

Generated:
This code was automatically generated.

DATAFLOW_MODEL__CONNECTIONS

static final EReference DATAFLOW_MODEL__CONNECTIONS
The meta object literal for the 'Connections' containment reference list feature.

Generated:
This code was automatically generated.

BOX

static final EClass BOX
The meta object literal for the 'Box' class.

See Also:
BoxImpl, DataflowPackageImpl.getBox()
Generated:
This code was automatically generated.

BOX__INPUTS

static final EReference BOX__INPUTS
The meta object literal for the 'Inputs' containment reference list feature.

Generated:
This code was automatically generated.

BOX__OUTPUTS

static final EReference BOX__OUTPUTS
The meta object literal for the 'Outputs' containment reference list feature.

Generated:
This code was automatically generated.

CONNECTION

static final EClass CONNECTION
The meta object literal for the 'Connection' class.

See Also:
ConnectionImpl, DataflowPackageImpl.getConnection()
Generated:
This code was automatically generated.

CONNECTION__SOURCE_PORT

static final EReference CONNECTION__SOURCE_PORT
The meta object literal for the 'Source Port' reference feature.

Generated:
This code was automatically generated.

CONNECTION__TARGET_PORT

static final EReference CONNECTION__TARGET_PORT
The meta object literal for the 'Target Port' reference feature.

Generated:
This code was automatically generated.

PORT

static final EClass PORT
The meta object literal for the 'Port' class.

See Also:
PortImpl, DataflowPackageImpl.getPort()
Generated:
This code was automatically generated.

PORT__NAME

static final EAttribute PORT__NAME
The meta object literal for the 'Name' attribute feature.

Generated:
This code was automatically generated.

INPUT_PORT

static final EClass INPUT_PORT
The meta object literal for the 'Input Port' class.

See Also:
InputPortImpl, DataflowPackageImpl.getInputPort()
Generated:
This code was automatically generated.

INPUT_PORT__PARENT_BOX

static final EReference INPUT_PORT__PARENT_BOX
The meta object literal for the 'Parent Box' container reference feature.

Generated:
This code was automatically generated.

OUTPUT_PORT

static final EClass OUTPUT_PORT
The meta object literal for the 'Output Port' class.

See Also:
OutputPortImpl, DataflowPackageImpl.getOutputPort()
Generated:
This code was automatically generated.

OUTPUT_PORT__PARENT_BOX

static final EReference OUTPUT_PORT__PARENT_BOX
The meta object literal for the 'Parent Box' container reference feature.

Generated:
This code was automatically generated.