|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodesPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final java.lang.String copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final NodesPackage eINSTANCE
static final int NODE
Node
' class.
Node
,
NodesPackageImpl.getNode()
,
Constant Field Valuesstatic final int GEOGRAPHIC_FEATURE
Geographic Feature
' class.
GeographicFeatureImpl
,
NodesPackageImpl.getGeographicFeature()
,
Constant Field Valuesstatic final int GEOGRAPHIC_FEATURE__URI
static final int GEOGRAPHIC_FEATURE__TYPE_URI
static final int GEOGRAPHIC_FEATURE__DUBLIN_CORE
static final int GEOGRAPHIC_FEATURE__EDGES
static final int GEOGRAPHIC_FEATURE__LABELS
static final int GEOGRAPHIC_FEATURE_FEATURE_COUNT
static final int REGION
Region
' class.
RegionImpl
,
NodesPackageImpl.getRegion()
,
Constant Field Valuesstatic final int REGION__URI
static final int REGION__TYPE_URI
static final int REGION__DUBLIN_CORE
static final int REGION__EDGES
static final int REGION__LABELS
static final int REGION_FEATURE_COUNT
static final int NODE_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getGeographicFeature()
Geographic Feature
'.
GeographicFeature
org.eclipse.emf.ecore.EClass getRegion()
Region
'.
Region
org.eclipse.emf.ecore.EClass getNode()
Node
'.
Node
NodesFactory getNodesFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |