org.eclipse.ohf.stem.definitions.nodes
Interface NodesPackage

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:
NodesPackageImpl

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

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

See Also:
NodesFactory

Nested Class Summary
static interface NodesPackage.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 java.lang.String copyright
           
static NodesPackage 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 GEOGRAPHIC_FEATURE
          The meta object id for the 'Geographic Feature' class.
static int GEOGRAPHIC_FEATURE__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int GEOGRAPHIC_FEATURE__EDGES
          The feature id for the 'Edges' reference list.
static int GEOGRAPHIC_FEATURE__LABELS
          The feature id for the 'Labels' reference list.
static int GEOGRAPHIC_FEATURE__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int GEOGRAPHIC_FEATURE__URI
          The feature id for the 'URI' attribute.
static int GEOGRAPHIC_FEATURE_FEATURE_COUNT
          The number of structural features of the 'Geographic Feature' class.
static int NODE
          The meta object id for the 'Node' class.
static int NODE_FEATURE_COUNT
          The number of structural features of the 'Node' class.
static int REGION
          The meta object id for the 'Region' class.
static int REGION__DUBLIN_CORE
          The feature id for the 'Dublin Core' containment reference.
static int REGION__EDGES
          The feature id for the 'Edges' reference list.
static int REGION__LABELS
          The feature id for the 'Labels' reference list.
static int REGION__TYPE_URI
          The feature id for the 'Type URI' attribute.
static int REGION__URI
          The feature id for the 'URI' attribute.
static int REGION_FEATURE_COUNT
          The number of structural features of the 'Region' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getGeographicFeature()
          Returns the meta object for class 'Geographic Feature'.
 org.eclipse.emf.ecore.EClass getNode()
          Returns the meta object for class 'Node'.
 NodesFactory getNodesFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EClass getRegion()
          Returns the meta object for class 'Region'.
 
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

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 NodesPackage eINSTANCE
The singleton instance of the package.


NODE

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

See Also:
Node, NodesPackageImpl.getNode(), Constant Field Values

GEOGRAPHIC_FEATURE

static final int GEOGRAPHIC_FEATURE
The meta object id for the 'Geographic Feature' class.

See Also:
GeographicFeatureImpl, NodesPackageImpl.getGeographicFeature(), Constant Field Values

GEOGRAPHIC_FEATURE__URI

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

See Also:
Constant Field Values

GEOGRAPHIC_FEATURE__TYPE_URI

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

See Also:
Constant Field Values

GEOGRAPHIC_FEATURE__DUBLIN_CORE

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

See Also:
Constant Field Values

GEOGRAPHIC_FEATURE__EDGES

static final int GEOGRAPHIC_FEATURE__EDGES
The feature id for the 'Edges' reference list.

See Also:
Constant Field Values

GEOGRAPHIC_FEATURE__LABELS

static final int GEOGRAPHIC_FEATURE__LABELS
The feature id for the 'Labels' reference list.

See Also:
Constant Field Values

GEOGRAPHIC_FEATURE_FEATURE_COUNT

static final int GEOGRAPHIC_FEATURE_FEATURE_COUNT
The number of structural features of the 'Geographic Feature' class.

See Also:
Constant Field Values

REGION

static final int REGION
The meta object id for the 'Region' class.

See Also:
RegionImpl, NodesPackageImpl.getRegion(), Constant Field Values

REGION__URI

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

See Also:
Constant Field Values

REGION__TYPE_URI

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

See Also:
Constant Field Values

REGION__DUBLIN_CORE

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

See Also:
Constant Field Values

REGION__EDGES

static final int REGION__EDGES
The feature id for the 'Edges' reference list.

See Also:
Constant Field Values

REGION__LABELS

static final int REGION__LABELS
The feature id for the 'Labels' reference list.

See Also:
Constant Field Values

REGION_FEATURE_COUNT

static final int REGION_FEATURE_COUNT
The number of structural features of the 'Region' class.

See Also:
Constant Field Values

NODE_FEATURE_COUNT

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

See Also:
Constant Field Values
Method Detail

getGeographicFeature

org.eclipse.emf.ecore.EClass getGeographicFeature()
Returns the meta object for class 'Geographic Feature'.

Returns:
the meta object for class 'Geographic Feature'.
See Also:
GeographicFeature

getRegion

org.eclipse.emf.ecore.EClass getRegion()
Returns the meta object for class 'Region'.

Returns:
the meta object for class 'Region'.
See Also:
Region

getNode

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

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

getNodesFactory

NodesFactory getNodesFactory()
Returns the factory that creates the instances of the model.

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