com.hammurapi.flow
Interface FlowPackage.Literals

Enclosing interface:
FlowPackage

public static interface FlowPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass FLOW
          The meta object literal for the 'Flow' class.
static org.eclipse.emf.ecore.EAttribute FLOW__FACADE_INTERFACE
          The meta object literal for the 'Facade Interface' attribute feature.
static org.eclipse.emf.ecore.EReference FLOW__FLOW_ELEMENT
          The meta object literal for the 'Flow Element' containment reference list feature.
static org.eclipse.emf.ecore.EClass FLOW_ELEMENT
          The meta object literal for the 'Element' class.
static org.eclipse.emf.ecore.EReference FLOW_ELEMENT__FLOW
          The meta object literal for the 'Flow' container reference feature.
static org.eclipse.emf.ecore.EReference FLOW_ELEMENT__VIEW_CONFIG
          The meta object literal for the 'View Config' containment reference list feature.
static org.eclipse.emf.ecore.EClass NODE
          The meta object literal for the 'Node' class.
static org.eclipse.emf.ecore.EReference NODE__PIN
          The meta object literal for the 'Pin' containment reference list feature.
static org.eclipse.emf.ecore.EClass PIN
          The meta object literal for the 'Pin' class.
static org.eclipse.emf.ecore.EReference PIN__INPUT
          The meta object literal for the 'Input' reference list feature.
static org.eclipse.emf.ecore.EAttribute PIN__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference PIN__NODE
          The meta object literal for the 'Node' container reference feature.
static org.eclipse.emf.ecore.EReference PIN__OUTPUT
          The meta object literal for the 'Output' reference list feature.
static org.eclipse.emf.ecore.EReference PIN__PIN_CONFIG
          The meta object literal for the 'Pin Config' containment reference feature.
static org.eclipse.emf.ecore.EClass TRANSITION
          The meta object literal for the 'Transition' class.
static org.eclipse.emf.ecore.EReference TRANSITION__FROM_KEY
          The meta object literal for the 'From Key' containment reference feature.
static org.eclipse.emf.ecore.EReference TRANSITION__FROM_PIN
          The meta object literal for the 'From Pin' reference feature.
static org.eclipse.emf.ecore.EReference TRANSITION__TO_KEY
          The meta object literal for the 'To Key' containment reference feature.
static org.eclipse.emf.ecore.EReference TRANSITION__TO_PIN
          The meta object literal for the 'To Pin' reference feature.
 

Field Detail

FLOW_ELEMENT

static final org.eclipse.emf.ecore.EClass FLOW_ELEMENT
The meta object literal for the 'Element' class.

See Also:
FlowElement, FlowPackageImpl.getFlowElement()

FLOW_ELEMENT__FLOW

static final org.eclipse.emf.ecore.EReference FLOW_ELEMENT__FLOW
The meta object literal for the 'Flow' container reference feature.


FLOW_ELEMENT__VIEW_CONFIG

static final org.eclipse.emf.ecore.EReference FLOW_ELEMENT__VIEW_CONFIG
The meta object literal for the 'View Config' containment reference list feature.


NODE

static final org.eclipse.emf.ecore.EClass NODE
The meta object literal for the 'Node' class.

See Also:
NodeImpl, FlowPackageImpl.getNode()

NODE__PIN

static final org.eclipse.emf.ecore.EReference NODE__PIN
The meta object literal for the 'Pin' containment reference list feature.


FLOW

static final org.eclipse.emf.ecore.EClass FLOW
The meta object literal for the 'Flow' class.

See Also:
FlowImpl, FlowPackageImpl.getFlow()

FLOW__FLOW_ELEMENT

static final org.eclipse.emf.ecore.EReference FLOW__FLOW_ELEMENT
The meta object literal for the 'Flow Element' containment reference list feature.


FLOW__FACADE_INTERFACE

static final org.eclipse.emf.ecore.EAttribute FLOW__FACADE_INTERFACE
The meta object literal for the 'Facade Interface' attribute feature.


PIN

static final org.eclipse.emf.ecore.EClass PIN
The meta object literal for the 'Pin' class.

See Also:
PinImpl, FlowPackageImpl.getPin()

PIN__OUTPUT

static final org.eclipse.emf.ecore.EReference PIN__OUTPUT
The meta object literal for the 'Output' reference list feature.


PIN__INPUT

static final org.eclipse.emf.ecore.EReference PIN__INPUT
The meta object literal for the 'Input' reference list feature.


PIN__NODE

static final org.eclipse.emf.ecore.EReference PIN__NODE
The meta object literal for the 'Node' container reference feature.


PIN__NAME

static final org.eclipse.emf.ecore.EAttribute PIN__NAME
The meta object literal for the 'Name' attribute feature.


PIN__PIN_CONFIG

static final org.eclipse.emf.ecore.EReference PIN__PIN_CONFIG
The meta object literal for the 'Pin Config' containment reference feature.


TRANSITION

static final org.eclipse.emf.ecore.EClass TRANSITION
The meta object literal for the 'Transition' class.

See Also:
TransitionImpl, FlowPackageImpl.getTransition()

TRANSITION__FROM_PIN

static final org.eclipse.emf.ecore.EReference TRANSITION__FROM_PIN
The meta object literal for the 'From Pin' reference feature.


TRANSITION__TO_PIN

static final org.eclipse.emf.ecore.EReference TRANSITION__TO_PIN
The meta object literal for the 'To Pin' reference feature.


TRANSITION__FROM_KEY

static final org.eclipse.emf.ecore.EReference TRANSITION__FROM_KEY
The meta object literal for the 'From Key' containment reference feature.


TRANSITION__TO_KEY

static final org.eclipse.emf.ecore.EReference TRANSITION__TO_KEY
The meta object literal for the 'To Key' containment reference feature.