TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.variable.pool
Interface PoolPackage

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

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

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

See Also:
PoolFactory
Generated
[EMF] Model
kind="package"

Nested Class Summary
static interface PoolPackage.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 DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__VARIABLE_POOL
          The feature id for the 'Variable Pool' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static PoolPackage 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 VARIABLE
          The meta object id for the 'Variable' class
static int VARIABLE__NAME
          The feature id for the 'Name' attribute
static int VARIABLE__VALUE
          The feature id for the 'Value' attribute
static int VARIABLE_FEATURE_COUNT
          The number of structural features of the 'Variable' class
static int VARIABLE_POOL
          The meta object id for the 'Variable Pool' class
static int VARIABLE_POOL__GROUP
          The feature id for the 'Group' attribute list
static int VARIABLE_POOL__VARIABLE
          The feature id for the 'Variable' containment reference list
static int VARIABLE_POOL_FEATURE_COUNT
          The number of structural features of the 'Variable Pool' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 org.eclipse.emf.ecore.EReference getDocumentRoot_VariablePool()
          Returns the meta object for the containment reference 'Variable Pool'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 org.eclipse.emf.ecore.EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 PoolFactory getPoolFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getVariable_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getVariable_Value()
          Returns the meta object for the attribute 'Value'
 org.eclipse.emf.ecore.EClass getVariable()
          Returns the meta object for class 'Variable'
 org.eclipse.emf.ecore.EAttribute getVariablePool_Group()
          Returns the meta object for the attribute list 'Group'
 org.eclipse.emf.ecore.EReference getVariablePool_Variable()
          Returns the meta object for the containment reference list 'Variable'
 org.eclipse.emf.ecore.EClass getVariablePool()
          Returns the meta object for class 'Variable Pool'
 
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
Generated

eNS_URI

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

See Also:
Constant Field Values
Generated

eNS_PREFIX

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

See Also:
Constant Field Values
Generated

eINSTANCE

static final PoolPackage eINSTANCE
The singleton instance of the package.

Generated

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, PoolPackageImpl.getDocumentRoot(), Constant Field Values
Generated

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT__VARIABLE_POOL

static final int DOCUMENT_ROOT__VARIABLE_POOL
The feature id for the 'Variable Pool' containment reference.

See Also:
Constant Field Values
Generated
[EMF] Ordered

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE

static final int VARIABLE
The meta object id for the 'Variable' class.

See Also:
VariableImpl, PoolPackageImpl.getVariable(), Constant Field Values
Generated

VARIABLE__NAME

static final int VARIABLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE__VALUE

static final int VARIABLE__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE_FEATURE_COUNT

static final int VARIABLE_FEATURE_COUNT
The number of structural features of the 'Variable' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE_POOL

static final int VARIABLE_POOL
The meta object id for the 'Variable Pool' class.

See Also:
VariablePoolImpl, PoolPackageImpl.getVariablePool(), Constant Field Values
Generated

VARIABLE_POOL__GROUP

static final int VARIABLE_POOL__GROUP
The feature id for the 'Group' attribute list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE_POOL__VARIABLE

static final int VARIABLE_POOL__VARIABLE
The feature id for the 'Variable' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

VARIABLE_POOL_FEATURE_COUNT

static final int VARIABLE_POOL_FEATURE_COUNT
The number of structural features of the 'Variable Pool' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered
Method Detail

getDocumentRoot

org.eclipse.emf.ecore.EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot
Generated

getDocumentRoot_Mixed

org.eclipse.emf.ecore.EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()
Generated

getDocumentRoot_XMLNSPrefixMap

org.eclipse.emf.ecore.EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()
Generated

getDocumentRoot_XSISchemaLocation

org.eclipse.emf.ecore.EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()
Generated

getDocumentRoot_VariablePool

org.eclipse.emf.ecore.EReference getDocumentRoot_VariablePool()
Returns the meta object for the containment reference 'Variable Pool'.

Returns:
the meta object for the containment reference 'Variable Pool'.
See Also:
DocumentRoot.getVariablePool(), getDocumentRoot()
Generated

getVariable

org.eclipse.emf.ecore.EClass getVariable()
Returns the meta object for class 'Variable'.

Returns:
the meta object for class 'Variable'.
See Also:
Variable
Generated

getVariable_Name

org.eclipse.emf.ecore.EAttribute getVariable_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Variable.getName(), getVariable()
Generated

getVariable_Value

org.eclipse.emf.ecore.EAttribute getVariable_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
Variable.getValue(), getVariable()
Generated

getVariablePool

org.eclipse.emf.ecore.EClass getVariablePool()
Returns the meta object for class 'Variable Pool'.

Returns:
the meta object for class 'Variable Pool'.
See Also:
VariablePool
Generated

getVariablePool_Group

org.eclipse.emf.ecore.EAttribute getVariablePool_Group()
Returns the meta object for the attribute list 'Group'.

Returns:
the meta object for the attribute list 'Group'.
See Also:
VariablePool.getGroup(), getVariablePool()
Generated

getVariablePool_Variable

org.eclipse.emf.ecore.EReference getVariablePool_Variable()
Returns the meta object for the containment reference list 'Variable'.

Returns:
the meta object for the containment reference list 'Variable'.
See Also:
VariablePool.getVariable(), getVariablePool()
Generated

getPoolFactory

PoolFactory getPoolFactory()
Returns the factory that creates the instances of the model.

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

TPTP 4.5.0 Monitoring Tools Project
Public API Specification