org.eclipse.ohf.stem.tests.util.decorators
Interface DecoratorsPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DecoratorsPackageImpl

public interface DecoratorsPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
DecoratorsFactory

Nested Class Summary
static interface DecoratorsPackage.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
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int EDGE_DECORATOR
          The meta object id for the 'Edge Decorator' class.
static int EDGE_DECORATOR_FEATURE_COUNT
          The number of structural features of the 'Edge Decorator' class.
static DecoratorsPackage eINSTANCE
          The singleton instance of the package.
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 GRAPH_DECORATOR
          The meta object id for the 'Graph Decorator' class.
static int GRAPH_DECORATOR_FEATURE_COUNT
          The number of structural features of the 'Graph Decorator' class.
static int NODE_DECORATOR
          The meta object id for the 'Node Decorator' class.
static int NODE_DECORATOR_FEATURE_COUNT
          The number of structural features of the 'Node Decorator' class.
static int TEST_EDGE_DECORATOR1
          The meta object id for the 'Test Edge Decorator1' class.
static int TEST_EDGE_DECORATOR1__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int TEST_EDGE_DECORATOR1__EDGE_URI
          The feature id for the 'Edge URI' attribute.
static int TEST_EDGE_DECORATOR1__GRAPH
          The feature id for the 'Graph' container reference.
static int TEST_EDGE_DECORATOR1__LABELS_TO_UPDATE
          The feature id for the 'Labels To Update' reference list.
static int TEST_EDGE_DECORATOR1__NODE_AURI
          The feature id for the 'Node AURI' attribute.
static int TEST_EDGE_DECORATOR1__NODE_BURI
          The feature id for the 'Node BURI' attribute.
static int TEST_EDGE_DECORATOR1__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int TEST_EDGE_DECORATOR1__URI
          The feature id for the 'URI' attribute.
static int TEST_EDGE_DECORATOR1_FEATURE_COUNT
          The number of structural features of the 'Test Edge Decorator1' class.
static int TEST_GRAPH_DECORATOR1
          The meta object id for the 'Test Graph Decorator1' class.
static int TEST_GRAPH_DECORATOR1__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int TEST_GRAPH_DECORATOR1__GRAPH
          The feature id for the 'Graph' container reference.
static int TEST_GRAPH_DECORATOR1__LABELS_TO_UPDATE
          The feature id for the 'Labels To Update' reference list.
static int TEST_GRAPH_DECORATOR1__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int TEST_GRAPH_DECORATOR1__URI
          The feature id for the 'URI' attribute.
static int TEST_GRAPH_DECORATOR1_FEATURE_COUNT
          The number of structural features of the 'Test Graph Decorator1' class.
static int TEST_NODE_DECORATOR1
          The meta object id for the 'Test Node Decorator1' class.
static int TEST_NODE_DECORATOR1__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int TEST_NODE_DECORATOR1__GRAPH
          The feature id for the 'Graph' container reference.
static int TEST_NODE_DECORATOR1__LABELS_TO_UPDATE
          The feature id for the 'Labels To Update' reference list.
static int TEST_NODE_DECORATOR1__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int TEST_NODE_DECORATOR1__URI
          The feature id for the 'URI' attribute.
static int TEST_NODE_DECORATOR1_FEATURE_COUNT
          The number of structural features of the 'Test Node Decorator1' class.
static int TEST_SCENARIO_GRAPH_DECORATOR1
          The meta object id for the 'Test Scenario Graph Decorator1' class.
static int TEST_SCENARIO_GRAPH_DECORATOR1__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int TEST_SCENARIO_GRAPH_DECORATOR1__GRAPH
          The feature id for the 'Graph' container reference.
static int TEST_SCENARIO_GRAPH_DECORATOR1__LABELS_TO_UPDATE
          The feature id for the 'Labels To Update' reference list.
static int TEST_SCENARIO_GRAPH_DECORATOR1__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int TEST_SCENARIO_GRAPH_DECORATOR1__URI
          The feature id for the 'URI' attribute.
static int TEST_SCENARIO_GRAPH_DECORATOR1_FEATURE_COUNT
          The number of structural features of the 'Test Scenario Graph Decorator1' class.
static int URI
          The meta object id for the 'URI' data type.
 
Method Summary
 DecoratorsFactory getDecoratorsFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EClass getEdgeDecorator()
          Returns the meta object for class 'Edge Decorator'.
 org.eclipse.emf.ecore.EClass getGraphDecorator()
          Returns the meta object for class 'Graph Decorator'.
 org.eclipse.emf.ecore.EClass getNodeDecorator()
          Returns the meta object for class 'Node Decorator'.
 org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_EdgeURI()
          Returns the meta object for the attribute 'Edge URI'.
 org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_NodeAURI()
          Returns the meta object for the attribute 'Node AURI'.
 org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_NodeBURI()
          Returns the meta object for the attribute 'Node BURI'.
 org.eclipse.emf.ecore.EClass getTestEdgeDecorator1()
          Returns the meta object for class 'Test Edge Decorator1'.
 org.eclipse.emf.ecore.EClass getTestGraphDecorator1()
          Returns the meta object for class 'Test Graph Decorator1'.
 org.eclipse.emf.ecore.EClass getTestNodeDecorator1()
          Returns the meta object for class 'Test Node Decorator1'.
 org.eclipse.emf.ecore.EClass getTestScenarioGraphDecorator1()
          Returns the meta object for class 'Test Scenario Graph Decorator1'.
 org.eclipse.emf.ecore.EDataType getURI()
          Returns the meta object for data type 'URI'.
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

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

See Also:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final DecoratorsPackage eINSTANCE
The singleton instance of the package.


EDGE_DECORATOR

static final int EDGE_DECORATOR
The meta object id for the 'Edge Decorator' class.

See Also:
EdgeDecorator, DecoratorsPackageImpl.getEdgeDecorator(), Constant Field Values

TEST_EDGE_DECORATOR1

static final int TEST_EDGE_DECORATOR1
The meta object id for the 'Test Edge Decorator1' class.

See Also:
TestEdgeDecorator1Impl, DecoratorsPackageImpl.getTestEdgeDecorator1(), Constant Field Values

TEST_EDGE_DECORATOR1__URI

static final int TEST_EDGE_DECORATOR1__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__TYPE_URI

static final int TEST_EDGE_DECORATOR1__TYPE_URI
The feature id for the 'Type URI' attribute.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__DUBLIN_CORE

static final int TEST_EDGE_DECORATOR1__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__LABELS_TO_UPDATE

static final int TEST_EDGE_DECORATOR1__LABELS_TO_UPDATE
The feature id for the 'Labels To Update' reference list.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__GRAPH

static final int TEST_EDGE_DECORATOR1__GRAPH
The feature id for the 'Graph' container reference.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__NODE_AURI

static final int TEST_EDGE_DECORATOR1__NODE_AURI
The feature id for the 'Node AURI' attribute.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__NODE_BURI

static final int TEST_EDGE_DECORATOR1__NODE_BURI
The feature id for the 'Node BURI' attribute.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1__EDGE_URI

static final int TEST_EDGE_DECORATOR1__EDGE_URI
The feature id for the 'Edge URI' attribute.

See Also:
Constant Field Values

TEST_EDGE_DECORATOR1_FEATURE_COUNT

static final int TEST_EDGE_DECORATOR1_FEATURE_COUNT
The number of structural features of the 'Test Edge Decorator1' class.

See Also:
Constant Field Values

GRAPH_DECORATOR

static final int GRAPH_DECORATOR
The meta object id for the 'Graph Decorator' class.

See Also:
GraphDecorator, DecoratorsPackageImpl.getGraphDecorator(), Constant Field Values

TEST_GRAPH_DECORATOR1

static final int TEST_GRAPH_DECORATOR1
The meta object id for the 'Test Graph Decorator1' class.

See Also:
TestGraphDecorator1Impl, DecoratorsPackageImpl.getTestGraphDecorator1(), Constant Field Values

TEST_GRAPH_DECORATOR1__URI

static final int TEST_GRAPH_DECORATOR1__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

TEST_GRAPH_DECORATOR1__TYPE_URI

static final int TEST_GRAPH_DECORATOR1__TYPE_URI
The feature id for the 'Type URI' attribute.

See Also:
Constant Field Values

TEST_GRAPH_DECORATOR1__DUBLIN_CORE

static final int TEST_GRAPH_DECORATOR1__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

TEST_GRAPH_DECORATOR1__LABELS_TO_UPDATE

static final int TEST_GRAPH_DECORATOR1__LABELS_TO_UPDATE
The feature id for the 'Labels To Update' reference list.

See Also:
Constant Field Values

TEST_GRAPH_DECORATOR1__GRAPH

static final int TEST_GRAPH_DECORATOR1__GRAPH
The feature id for the 'Graph' container reference.

See Also:
Constant Field Values

TEST_GRAPH_DECORATOR1_FEATURE_COUNT

static final int TEST_GRAPH_DECORATOR1_FEATURE_COUNT
The number of structural features of the 'Test Graph Decorator1' class.

See Also:
Constant Field Values

NODE_DECORATOR

static final int NODE_DECORATOR
The meta object id for the 'Node Decorator' class.

See Also:
NodeDecorator, DecoratorsPackageImpl.getNodeDecorator(), Constant Field Values

TEST_NODE_DECORATOR1

static final int TEST_NODE_DECORATOR1
The meta object id for the 'Test Node Decorator1' class.

See Also:
TestNodeDecorator1Impl, DecoratorsPackageImpl.getTestNodeDecorator1(), Constant Field Values

TEST_NODE_DECORATOR1__URI

static final int TEST_NODE_DECORATOR1__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

TEST_NODE_DECORATOR1__TYPE_URI

static final int TEST_NODE_DECORATOR1__TYPE_URI
The feature id for the 'Type URI' attribute.

See Also:
Constant Field Values

TEST_NODE_DECORATOR1__DUBLIN_CORE

static final int TEST_NODE_DECORATOR1__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

TEST_NODE_DECORATOR1__LABELS_TO_UPDATE

static final int TEST_NODE_DECORATOR1__LABELS_TO_UPDATE
The feature id for the 'Labels To Update' reference list.

See Also:
Constant Field Values

TEST_NODE_DECORATOR1__GRAPH

static final int TEST_NODE_DECORATOR1__GRAPH
The feature id for the 'Graph' container reference.

See Also:
Constant Field Values

TEST_NODE_DECORATOR1_FEATURE_COUNT

static final int TEST_NODE_DECORATOR1_FEATURE_COUNT
The number of structural features of the 'Test Node Decorator1' class.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1

static final int TEST_SCENARIO_GRAPH_DECORATOR1
The meta object id for the 'Test Scenario Graph Decorator1' class.

See Also:
TestScenarioGraphDecorator1Impl, DecoratorsPackageImpl.getTestScenarioGraphDecorator1(), Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1__URI

static final int TEST_SCENARIO_GRAPH_DECORATOR1__URI
The feature id for the 'URI' attribute.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1__TYPE_URI

static final int TEST_SCENARIO_GRAPH_DECORATOR1__TYPE_URI
The feature id for the 'Type URI' attribute.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1__DUBLIN_CORE

static final int TEST_SCENARIO_GRAPH_DECORATOR1__DUBLIN_CORE
The feature id for the 'Dublin Core' containment reference.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1__LABELS_TO_UPDATE

static final int TEST_SCENARIO_GRAPH_DECORATOR1__LABELS_TO_UPDATE
The feature id for the 'Labels To Update' reference list.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1__GRAPH

static final int TEST_SCENARIO_GRAPH_DECORATOR1__GRAPH
The feature id for the 'Graph' container reference.

See Also:
Constant Field Values

TEST_SCENARIO_GRAPH_DECORATOR1_FEATURE_COUNT

static final int TEST_SCENARIO_GRAPH_DECORATOR1_FEATURE_COUNT
The number of structural features of the 'Test Scenario Graph Decorator1' class.

See Also:
Constant Field Values

EDGE_DECORATOR_FEATURE_COUNT

static final int EDGE_DECORATOR_FEATURE_COUNT
The number of structural features of the 'Edge Decorator' class.

See Also:
Constant Field Values

GRAPH_DECORATOR_FEATURE_COUNT

static final int GRAPH_DECORATOR_FEATURE_COUNT
The number of structural features of the 'Graph Decorator' class.

See Also:
Constant Field Values

NODE_DECORATOR_FEATURE_COUNT

static final int NODE_DECORATOR_FEATURE_COUNT
The number of structural features of the 'Node Decorator' class.

See Also:
Constant Field Values

URI

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

See Also:
URI, DecoratorsPackageImpl.getURI(), Constant Field Values
Method Detail

getTestEdgeDecorator1

org.eclipse.emf.ecore.EClass getTestEdgeDecorator1()
Returns the meta object for class 'Test Edge Decorator1'.

Returns:
the meta object for class 'Test Edge Decorator1'.
See Also:
TestEdgeDecorator1

getTestEdgeDecorator1_NodeAURI

org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_NodeAURI()
Returns the meta object for the attribute 'Node AURI'.

Returns:
the meta object for the attribute 'Node AURI'.
See Also:
TestEdgeDecorator1.getNodeAURI(), getTestEdgeDecorator1()

getTestEdgeDecorator1_NodeBURI

org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_NodeBURI()
Returns the meta object for the attribute 'Node BURI'.

Returns:
the meta object for the attribute 'Node BURI'.
See Also:
TestEdgeDecorator1.getNodeBURI(), getTestEdgeDecorator1()

getTestEdgeDecorator1_EdgeURI

org.eclipse.emf.ecore.EAttribute getTestEdgeDecorator1_EdgeURI()
Returns the meta object for the attribute 'Edge URI'.

Returns:
the meta object for the attribute 'Edge URI'.
See Also:
TestEdgeDecorator1.getEdgeURI(), getTestEdgeDecorator1()

getTestGraphDecorator1

org.eclipse.emf.ecore.EClass getTestGraphDecorator1()
Returns the meta object for class 'Test Graph Decorator1'.

Returns:
the meta object for class 'Test Graph Decorator1'.
See Also:
TestGraphDecorator1

getTestNodeDecorator1

org.eclipse.emf.ecore.EClass getTestNodeDecorator1()
Returns the meta object for class 'Test Node Decorator1'.

Returns:
the meta object for class 'Test Node Decorator1'.
See Also:
TestNodeDecorator1

getTestScenarioGraphDecorator1

org.eclipse.emf.ecore.EClass getTestScenarioGraphDecorator1()
Returns the meta object for class 'Test Scenario Graph Decorator1'.

Returns:
the meta object for class 'Test Scenario Graph Decorator1'.
See Also:
TestScenarioGraphDecorator1

getEdgeDecorator

org.eclipse.emf.ecore.EClass getEdgeDecorator()
Returns the meta object for class 'Edge Decorator'.

Returns:
the meta object for class 'Edge Decorator'.
See Also:
EdgeDecorator

getGraphDecorator

org.eclipse.emf.ecore.EClass getGraphDecorator()
Returns the meta object for class 'Graph Decorator'.

Returns:
the meta object for class 'Graph Decorator'.
See Also:
GraphDecorator

getNodeDecorator

org.eclipse.emf.ecore.EClass getNodeDecorator()
Returns the meta object for class 'Node Decorator'.

Returns:
the meta object for class 'Node Decorator'.
See Also:
NodeDecorator

getURI

org.eclipse.emf.ecore.EDataType getURI()
Returns the meta object for data type 'URI'.

Returns:
the meta object for data type 'URI'.
See Also:
URI

getDecoratorsFactory

DecoratorsFactory getDecoratorsFactory()
Returns the factory that creates the instances of the model.

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