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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, GeographicFeature, Identifiable, Node, org.eclipse.emf.common.notify.Notifier, SanityChecker
All Known Implementing Classes:
RegionImpl

public interface Region
extends GeographicFeature

This interface defines a class in an EMF model for a Region node.


Field Summary
static java.lang.String copyright
           
static java.lang.String URI_TYPE_REGION_NODE_SEGMENT
          This is the segment of the type URI that prefixes all other segments in a geographic feature node type URI.
 
Fields inherited from interface org.eclipse.ohf.stem.definitions.nodes.GeographicFeature
URI_TYPE_GEOGRAPHIC_FEATURE_NODE_SEGMENT
 
Fields inherited from interface org.eclipse.ohf.stem.core.graph.Node
URI_TYPE_NODE_SEGMENT
 
Method Summary
 
Methods inherited from interface org.eclipse.ohf.stem.core.graph.Node
getEdges, getLabels
 
Methods inherited from interface org.eclipse.ohf.stem.core.common.Identifiable
getDublinCore, getTypeURI, getURI, sane, setDublinCore, setTypeURI, setURI
 
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

URI_TYPE_REGION_NODE_SEGMENT

static final java.lang.String URI_TYPE_REGION_NODE_SEGMENT
This is the segment of the type URI that prefixes all other segments in a geographic feature node type URI.

See Also:
Constant Field Values