Modelers

org.topcased.modeler.graphconf
Interface GraphconfPackage.Literals

Enclosing interface:
GraphconfPackage

public static interface GraphconfPackage.Literals

Defines literals for the meta objects that represent

** Generated **

Field Summary
static EClass ABSTRACT_GRAPH_CONF
          The meta object literal for the 'Abstract Graph Conf' class.
static EReference ABSTRACT_GRAPH_CONF__BRIDGE
          The meta object literal for the 'Bridge' containment reference feature.
static EReference ABSTRACT_GRAPH_CONF__CONSTRAINT
          The meta object literal for the 'Constraint' containment reference list feature.
static EAttribute ABSTRACT_GRAPH_CONF__DEFAULT_FONT
          The meta object literal for the 'Default Font' attribute feature.
static EAttribute ABSTRACT_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR
          The meta object literal for the 'Default Foreground Color' attribute feature.
static EAttribute ABSTRACT_GRAPH_CONF__LINE_STYLE
          The meta object literal for the 'Line Style' attribute feature.
static EAttribute ABSTRACT_GRAPH_CONF__LINE_WIDTH
          The meta object literal for the 'Line Width' attribute feature.
static EAttribute ABSTRACT_GRAPH_CONF__PRESENTATION
          The meta object literal for the 'Presentation' attribute feature.
static EClass BRIDGE
          The meta object literal for the 'Bridge' class.
static EDataType COLOR
          The meta object literal for the 'Color' data type.
static EClass CONSTRAINT
          The meta object literal for the 'Constraint' class.
static EAttribute CONSTRAINT__LANGUAGE
          The meta object literal for the 'Language' attribute feature.
static EAttribute CONSTRAINT__RULE
          The meta object literal for the 'Rule' attribute feature.
static EClass DIAGRAM_GRAPH_CONF
          The meta object literal for the 'Diagram Graph Conf' class.
static EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR
          The meta object literal for the 'Default Background Color' attribute feature.
static EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_FONT
          The meta object literal for the 'Default Font' attribute feature.
static EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR
          The meta object literal for the 'Default Foreground Color' attribute feature.
static EReference DIAGRAM_GRAPH_CONF__EDGE
          The meta object literal for the 'Edge' containment reference list feature.
static EAttribute DIAGRAM_GRAPH_CONF__ID
          The meta object literal for the 'Id' attribute feature.
static EReference DIAGRAM_GRAPH_CONF__NODE
          The meta object literal for the 'Node' containment reference list feature.
static EClass EDGE_GRAPH_CONF
          The meta object literal for the 'Edge Graph Conf' class.
static EAttribute EDGE_GRAPH_CONF__DEFAULT_ROUTER
          The meta object literal for the 'Default Router' attribute feature.
static EClass EMF_BRIDGE
          The meta object literal for the 'EMF Bridge' class.
static EReference EMF_BRIDGE__TYPE
          The meta object literal for the 'Type' reference feature.
static EDataType FONT
          The meta object literal for the 'Font' data type.
static EEnum LINE_STYLE
          The meta object literal for the 'Line Style' enum.
static EClass NODE_GRAPH_CONF
          The meta object literal for the 'Node Graph Conf' class.
static EAttribute NODE_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR
          The meta object literal for the 'Default Background Color' attribute feature.
static EAttribute NODE_GRAPH_CONF__DEFAULT_HEIGHT
          The meta object literal for the 'Default Height' attribute feature.
static EAttribute NODE_GRAPH_CONF__DEFAULT_WIDTH
          The meta object literal for the 'Default Width' attribute feature.
static EAttribute NODE_GRAPH_CONF__IS_HEIGHT_RESIZABLE
          The meta object literal for the 'Is Height Resizable' attribute feature.
static EAttribute NODE_GRAPH_CONF__IS_WIDTH_RESIZABLE
          The meta object literal for the 'Is Width Resizable' attribute feature.
static EAttribute NODE_GRAPH_CONF__MAXIMUM_HEIGHT
          The meta object literal for the 'Maximum Height' attribute feature.
static EAttribute NODE_GRAPH_CONF__MAXIMUM_WIDTH
          The meta object literal for the 'Maximum Width' attribute feature.
static EAttribute NODE_GRAPH_CONF__MINIMUM_HEIGHT
          The meta object literal for the 'Minimum Height' attribute feature.
static EAttribute NODE_GRAPH_CONF__MINIMUM_WIDTH
          The meta object literal for the 'Minimum Width' attribute feature.
static EEnum ROUTER_TYPE
          The meta object literal for the 'Router Type' enum.
static EClass STRING_BRIDGE
          The meta object literal for the 'String Bridge' class.
static EAttribute STRING_BRIDGE__TYPE
          The meta object literal for the 'Type' attribute feature.
 

Field Detail

ABSTRACT_GRAPH_CONF

static final EClass ABSTRACT_GRAPH_CONF
The meta object literal for the 'Abstract Graph Conf' class.

See Also:
AbstractGraphConfImpl, GraphconfPackageImpl.getAbstractGraphConf()
** Generated **

ABSTRACT_GRAPH_CONF__PRESENTATION

static final EAttribute ABSTRACT_GRAPH_CONF__PRESENTATION
The meta object literal for the 'Presentation' attribute feature.

** Generated **

ABSTRACT_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR

static final EAttribute ABSTRACT_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR
The meta object literal for the 'Default Foreground Color' attribute feature.

** Generated **

ABSTRACT_GRAPH_CONF__DEFAULT_FONT

static final EAttribute ABSTRACT_GRAPH_CONF__DEFAULT_FONT
The meta object literal for the 'Default Font' attribute feature.

** Generated **

ABSTRACT_GRAPH_CONF__LINE_WIDTH

static final EAttribute ABSTRACT_GRAPH_CONF__LINE_WIDTH
The meta object literal for the 'Line Width' attribute feature.

** Generated **

ABSTRACT_GRAPH_CONF__LINE_STYLE

static final EAttribute ABSTRACT_GRAPH_CONF__LINE_STYLE
The meta object literal for the 'Line Style' attribute feature.

** Generated **

ABSTRACT_GRAPH_CONF__BRIDGE

static final EReference ABSTRACT_GRAPH_CONF__BRIDGE
The meta object literal for the 'Bridge' containment reference feature.

** Generated **

ABSTRACT_GRAPH_CONF__CONSTRAINT

static final EReference ABSTRACT_GRAPH_CONF__CONSTRAINT
The meta object literal for the 'Constraint' containment reference list feature.

** Generated **

DIAGRAM_GRAPH_CONF

static final EClass DIAGRAM_GRAPH_CONF
The meta object literal for the 'Diagram Graph Conf' class.

See Also:
DiagramGraphConfImpl, GraphconfPackageImpl.getDiagramGraphConf()
** Generated **

DIAGRAM_GRAPH_CONF__NODE

static final EReference DIAGRAM_GRAPH_CONF__NODE
The meta object literal for the 'Node' containment reference list feature.

** Generated **

DIAGRAM_GRAPH_CONF__EDGE

static final EReference DIAGRAM_GRAPH_CONF__EDGE
The meta object literal for the 'Edge' containment reference list feature.

** Generated **

DIAGRAM_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR

static final EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR
The meta object literal for the 'Default Background Color' attribute feature.

** Generated **

DIAGRAM_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR

static final EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_FOREGROUND_COLOR
The meta object literal for the 'Default Foreground Color' attribute feature.

** Generated **

DIAGRAM_GRAPH_CONF__DEFAULT_FONT

static final EAttribute DIAGRAM_GRAPH_CONF__DEFAULT_FONT
The meta object literal for the 'Default Font' attribute feature.

** Generated **

DIAGRAM_GRAPH_CONF__ID

static final EAttribute DIAGRAM_GRAPH_CONF__ID
The meta object literal for the 'Id' attribute feature.

** Generated **

NODE_GRAPH_CONF

static final EClass NODE_GRAPH_CONF
The meta object literal for the 'Node Graph Conf' class.

See Also:
NodeGraphConfImpl, GraphconfPackageImpl.getNodeGraphConf()
** Generated **

NODE_GRAPH_CONF__DEFAULT_WIDTH

static final EAttribute NODE_GRAPH_CONF__DEFAULT_WIDTH
The meta object literal for the 'Default Width' attribute feature.

** Generated **

NODE_GRAPH_CONF__DEFAULT_HEIGHT

static final EAttribute NODE_GRAPH_CONF__DEFAULT_HEIGHT
The meta object literal for the 'Default Height' attribute feature.

** Generated **

NODE_GRAPH_CONF__MINIMUM_WIDTH

static final EAttribute NODE_GRAPH_CONF__MINIMUM_WIDTH
The meta object literal for the 'Minimum Width' attribute feature.

** Generated **

NODE_GRAPH_CONF__MINIMUM_HEIGHT

static final EAttribute NODE_GRAPH_CONF__MINIMUM_HEIGHT
The meta object literal for the 'Minimum Height' attribute feature.

** Generated **

NODE_GRAPH_CONF__MAXIMUM_WIDTH

static final EAttribute NODE_GRAPH_CONF__MAXIMUM_WIDTH
The meta object literal for the 'Maximum Width' attribute feature.

** Generated **

NODE_GRAPH_CONF__MAXIMUM_HEIGHT

static final EAttribute NODE_GRAPH_CONF__MAXIMUM_HEIGHT
The meta object literal for the 'Maximum Height' attribute feature.

** Generated **

NODE_GRAPH_CONF__IS_WIDTH_RESIZABLE

static final EAttribute NODE_GRAPH_CONF__IS_WIDTH_RESIZABLE
The meta object literal for the 'Is Width Resizable' attribute feature.

** Generated **

NODE_GRAPH_CONF__IS_HEIGHT_RESIZABLE

static final EAttribute NODE_GRAPH_CONF__IS_HEIGHT_RESIZABLE
The meta object literal for the 'Is Height Resizable' attribute feature.

** Generated **

NODE_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR

static final EAttribute NODE_GRAPH_CONF__DEFAULT_BACKGROUND_COLOR
The meta object literal for the 'Default Background Color' attribute feature.

** Generated **

EDGE_GRAPH_CONF

static final EClass EDGE_GRAPH_CONF
The meta object literal for the 'Edge Graph Conf' class.

See Also:
EdgeGraphConfImpl, GraphconfPackageImpl.getEdgeGraphConf()
** Generated **

EDGE_GRAPH_CONF__DEFAULT_ROUTER

static final EAttribute EDGE_GRAPH_CONF__DEFAULT_ROUTER
The meta object literal for the 'Default Router' attribute feature.

** Generated **

BRIDGE

static final EClass BRIDGE
The meta object literal for the 'Bridge' class.

See Also:
BridgeImpl, GraphconfPackageImpl.getBridge()
** Generated **

EMF_BRIDGE

static final EClass EMF_BRIDGE
The meta object literal for the 'EMF Bridge' class.

See Also:
EMFBridgeImpl, GraphconfPackageImpl.getEMFBridge()
** Generated **

EMF_BRIDGE__TYPE

static final EReference EMF_BRIDGE__TYPE
The meta object literal for the 'Type' reference feature.

** Generated **

STRING_BRIDGE

static final EClass STRING_BRIDGE
The meta object literal for the 'String Bridge' class.

See Also:
StringBridgeImpl, GraphconfPackageImpl.getStringBridge()
** Generated **

STRING_BRIDGE__TYPE

static final EAttribute STRING_BRIDGE__TYPE
The meta object literal for the 'Type' attribute feature.

** Generated **

CONSTRAINT

static final EClass CONSTRAINT
The meta object literal for the 'Constraint' class.

See Also:
ConstraintImpl, GraphconfPackageImpl.getConstraint()
** Generated **

CONSTRAINT__LANGUAGE

static final EAttribute CONSTRAINT__LANGUAGE
The meta object literal for the 'Language' attribute feature.

** Generated **

CONSTRAINT__RULE

static final EAttribute CONSTRAINT__RULE
The meta object literal for the 'Rule' attribute feature.

** Generated **

LINE_STYLE

static final EEnum LINE_STYLE
The meta object literal for the 'Line Style' enum.

See Also:
LineStyle, GraphconfPackageImpl.getLineStyle()
** Generated **

ROUTER_TYPE

static final EEnum ROUTER_TYPE
The meta object literal for the 'Router Type' enum.

See Also:
RouterType, GraphconfPackageImpl.getRouterType()
** Generated **

COLOR

static final EDataType COLOR
The meta object literal for the 'Color' data type.

See Also:
Color, GraphconfPackageImpl.getColor()
** Generated **

FONT

static final EDataType FONT
The meta object literal for the 'Font' data type.

See Also:
Font, GraphconfPackageImpl.getFont()
** Generated **

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.