TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.sdb
Interface SDBPackage

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

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

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

Internal package, please do not extend or use. The symptom data base is used to contain symptoms to be used by an analysis engine whne analyzing common base events

See Also:
SDBFactory
Generated

Nested Class Summary
 
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 SDBPackage 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 SDB_DIRECTIVE
          The meta object id for the 'Directive' class
static int SDB_DIRECTIVE__DESCRIPTION
          The feature id for the 'Description' attribute
static int SDB_DIRECTIVE__DIRECTIVE_STRING
          The feature id for the 'Directive String' attribute
static int SDB_DIRECTIVE__ID
          The feature id for the 'Id' attribute
static int SDB_DIRECTIVE__SOLUTIONS
          The feature id for the 'Solutions' reference list
static int SDB_DIRECTIVE_FEATURE_COUNT
          The number of structural features of the the 'Directive' class
static int SDB_MATCH_PATTERN
          The meta object id for the 'Match Pattern' class
static int SDB_MATCH_PATTERN__NAME
          The feature id for the 'Name' attribute
static int SDB_MATCH_PATTERN__VALUE
          The feature id for the 'Value' attribute
static int SDB_MATCH_PATTERN_FEATURE_COUNT
          The number of structural features of the the 'Match Pattern' class
static int SDB_RUNTIME
          The meta object id for the 'Runtime' class
static int SDB_RUNTIME__DESCRIPTION
          The feature id for the 'Description' attribute
static int SDB_RUNTIME__DIRECTIVES
          The feature id for the 'Directives' containment reference list
static int SDB_RUNTIME__ID
          The feature id for the 'Id' attribute
static int SDB_RUNTIME__LOCAL_EXTERNAL_FILE_LOCATION
          The feature id for the 'Local External File Location' attribute
static int SDB_RUNTIME__NAME
          The feature id for the 'Name' attribute
static int SDB_RUNTIME__SOLUTIONS
          The feature id for the 'Solutions' containment reference list
static int SDB_RUNTIME__SYMPTOM_URL
          The feature id for the 'Symptom Url' attribute
static int SDB_RUNTIME__SYMPTOMS
          The feature id for the 'Symptoms' containment reference list
static int SDB_RUNTIME_FEATURE_COUNT
          The number of structural features of the the 'Runtime' class
static int SDB_SOLUTION
          The meta object id for the 'Solution' class
static int SDB_SOLUTION__DESCRIPTION
          The feature id for the 'Description' attribute
static int SDB_SOLUTION__DIRECTIVES
          The feature id for the 'Directives' reference list
static int SDB_SOLUTION__ID
          The feature id for the 'Id' attribute
static int SDB_SOLUTION__SYMPTOMS
          The feature id for the 'Symptoms' reference list
static int SDB_SOLUTION_FEATURE_COUNT
          The number of structural features of the the 'Solution' class
static int SDB_SYMPTOM
          The meta object id for the 'Symptom' class
static int SDB_SYMPTOM__DESCRIPTION
          The feature id for the 'Description' attribute
static int SDB_SYMPTOM__ID
          The feature id for the 'Id' attribute
static int SDB_SYMPTOM__PATTERNS
          The feature id for the 'Patterns' containment reference list
static int SDB_SYMPTOM__SOLUTIONS
          The feature id for the 'Solutions' reference list
static int SDB_SYMPTOM_FEATURE_COUNT
          The number of structural features of the the 'Symptom' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getSDBDirective_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getSDBDirective_DirectiveString()
          Returns the meta object for the attribute 'Directive String'
 org.eclipse.emf.ecore.EAttribute getSDBDirective_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EReference getSDBDirective_Solutions()
          Returns the meta object for the reference list 'Solutions'
 org.eclipse.emf.ecore.EClass getSDBDirective()
          Returns the meta object for class 'Directive'
 SDBFactory getSDBFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EAttribute getSDBMatchPattern_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getSDBMatchPattern_Value()
          Returns the meta object for the attribute 'Value'
 org.eclipse.emf.ecore.EClass getSDBMatchPattern()
          Returns the meta object for class 'Match Pattern'
 org.eclipse.emf.ecore.EAttribute getSDBRuntime_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EReference getSDBRuntime_Directives()
          Returns the meta object for the containment reference list 'Directives'
 org.eclipse.emf.ecore.EAttribute getSDBRuntime_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getSDBRuntime_LocalExternalFileLocation()
          Returns the meta object for the attribute 'Local External File Location'
 org.eclipse.emf.ecore.EAttribute getSDBRuntime_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EReference getSDBRuntime_Solutions()
          Returns the meta object for the containment reference list 'Solutions'
 org.eclipse.emf.ecore.EReference getSDBRuntime_Symptoms()
          Returns the meta object for the containment reference list 'Symptoms'
 org.eclipse.emf.ecore.EAttribute getSDBRuntime_SymptomUrl()
          Returns the meta object for the attribute 'Symptom Url'
 org.eclipse.emf.ecore.EClass getSDBRuntime()
          Returns the meta object for class 'Runtime'
 org.eclipse.emf.ecore.EAttribute getSDBSolution_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EReference getSDBSolution_Directives()
          Returns the meta object for the reference list 'Directives'
 org.eclipse.emf.ecore.EAttribute getSDBSolution_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EReference getSDBSolution_Symptoms()
          Returns the meta object for the reference list 'Symptoms'
 org.eclipse.emf.ecore.EClass getSDBSolution()
          Returns the meta object for class 'Solution'
 org.eclipse.emf.ecore.EAttribute getSDBSymptom_Description()
          Returns the meta object for the attribute 'Description'
 org.eclipse.emf.ecore.EAttribute getSDBSymptom_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EReference getSDBSymptom_Patterns()
          Returns the meta object for the containment reference list 'Patterns'
 org.eclipse.emf.ecore.EReference getSDBSymptom_Solutions()
          Returns the meta object for the reference list 'Solutions'
 org.eclipse.emf.ecore.EClass getSDBSymptom()
          Returns the meta object for class 'Symptom'
 
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 SDBPackage eINSTANCE
The singleton instance of the package.

Generated

SDB_RUNTIME

static final int SDB_RUNTIME
The meta object id for the 'Runtime' class.

See Also:
SDBRuntimeImpl, SDBPackageImpl.getSDBRuntime(), Constant Field Values
Generated

SDB_RUNTIME__ID

static final int SDB_RUNTIME__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__SYMPTOM_URL

static final int SDB_RUNTIME__SYMPTOM_URL
The feature id for the 'Symptom Url' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__LOCAL_EXTERNAL_FILE_LOCATION

static final int SDB_RUNTIME__LOCAL_EXTERNAL_FILE_LOCATION
The feature id for the 'Local External File Location' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__DESCRIPTION

static final int SDB_RUNTIME__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__SYMPTOMS

static final int SDB_RUNTIME__SYMPTOMS
The feature id for the 'Symptoms' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__SOLUTIONS

static final int SDB_RUNTIME__SOLUTIONS
The feature id for the 'Solutions' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME__DIRECTIVES

static final int SDB_RUNTIME__DIRECTIVES
The feature id for the 'Directives' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_RUNTIME_FEATURE_COUNT

static final int SDB_RUNTIME_FEATURE_COUNT
The number of structural features of the the 'Runtime' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SYMPTOM

static final int SDB_SYMPTOM
The meta object id for the 'Symptom' class.

See Also:
SDBSymptomImpl, SDBPackageImpl.getSDBSymptom(), Constant Field Values
Generated

SDB_SYMPTOM__DESCRIPTION

static final int SDB_SYMPTOM__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SYMPTOM__ID

static final int SDB_SYMPTOM__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SYMPTOM__SOLUTIONS

static final int SDB_SYMPTOM__SOLUTIONS
The feature id for the 'Solutions' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SYMPTOM__PATTERNS

static final int SDB_SYMPTOM__PATTERNS
The feature id for the 'Patterns' containment reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SYMPTOM_FEATURE_COUNT

static final int SDB_SYMPTOM_FEATURE_COUNT
The number of structural features of the the 'Symptom' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_MATCH_PATTERN

static final int SDB_MATCH_PATTERN
The meta object id for the 'Match Pattern' class.

See Also:
SDBMatchPatternImpl, SDBPackageImpl.getSDBMatchPattern(), Constant Field Values
Generated

SDB_MATCH_PATTERN__NAME

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_MATCH_PATTERN__VALUE

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

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_MATCH_PATTERN_FEATURE_COUNT

static final int SDB_MATCH_PATTERN_FEATURE_COUNT
The number of structural features of the the 'Match Pattern' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SOLUTION

static final int SDB_SOLUTION
The meta object id for the 'Solution' class.

See Also:
SDBSolutionImpl, SDBPackageImpl.getSDBSolution(), Constant Field Values
Generated

SDB_SOLUTION__DESCRIPTION

static final int SDB_SOLUTION__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SOLUTION__ID

static final int SDB_SOLUTION__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SOLUTION__DIRECTIVES

static final int SDB_SOLUTION__DIRECTIVES
The feature id for the 'Directives' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SOLUTION__SYMPTOMS

static final int SDB_SOLUTION__SYMPTOMS
The feature id for the 'Symptoms' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_SOLUTION_FEATURE_COUNT

static final int SDB_SOLUTION_FEATURE_COUNT
The number of structural features of the the 'Solution' class.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_DIRECTIVE

static final int SDB_DIRECTIVE
The meta object id for the 'Directive' class.

See Also:
SDBDirectiveImpl, SDBPackageImpl.getSDBDirective(), Constant Field Values
Generated

SDB_DIRECTIVE__ID

static final int SDB_DIRECTIVE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_DIRECTIVE__DESCRIPTION

static final int SDB_DIRECTIVE__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_DIRECTIVE__DIRECTIVE_STRING

static final int SDB_DIRECTIVE__DIRECTIVE_STRING
The feature id for the 'Directive String' attribute.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_DIRECTIVE__SOLUTIONS

static final int SDB_DIRECTIVE__SOLUTIONS
The feature id for the 'Solutions' reference list.

See Also:
Constant Field Values
Generated
[EMF] Ordered

SDB_DIRECTIVE_FEATURE_COUNT

static final int SDB_DIRECTIVE_FEATURE_COUNT
The number of structural features of the the 'Directive' class.

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

getSDBRuntime

org.eclipse.emf.ecore.EClass getSDBRuntime()
Returns the meta object for class 'Runtime'.

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

getSDBRuntime_Id

org.eclipse.emf.ecore.EAttribute getSDBRuntime_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
SDBRuntime.getId(), getSDBRuntime()
Generated

getSDBRuntime_Name

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

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

getSDBRuntime_SymptomUrl

org.eclipse.emf.ecore.EAttribute getSDBRuntime_SymptomUrl()
Returns the meta object for the attribute 'Symptom Url'.

Returns:
the meta object for the attribute 'Symptom Url'.
See Also:
SDBRuntime.getSymptomUrl(), getSDBRuntime()
Generated

getSDBRuntime_LocalExternalFileLocation

org.eclipse.emf.ecore.EAttribute getSDBRuntime_LocalExternalFileLocation()
Returns the meta object for the attribute 'Local External File Location'.

Returns:
the meta object for the attribute 'Local External File Location'.
See Also:
SDBRuntime.getLocalExternalFileLocation(), getSDBRuntime()
Generated

getSDBRuntime_Description

org.eclipse.emf.ecore.EAttribute getSDBRuntime_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SDBRuntime.getDescription(), getSDBRuntime()
Generated

getSDBRuntime_Symptoms

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

Returns:
the meta object for the containment reference list 'Symptoms'.
See Also:
SDBRuntime.getSymptoms(), getSDBRuntime()
Generated

getSDBRuntime_Solutions

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

Returns:
the meta object for the containment reference list 'Solutions'.
See Also:
SDBRuntime.getSolutions(), getSDBRuntime()
Generated

getSDBRuntime_Directives

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

Returns:
the meta object for the containment reference list 'Directives'.
See Also:
SDBRuntime.getDirectives(), getSDBRuntime()
Generated

getSDBSymptom

org.eclipse.emf.ecore.EClass getSDBSymptom()
Returns the meta object for class 'Symptom'.

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

getSDBSymptom_Description

org.eclipse.emf.ecore.EAttribute getSDBSymptom_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SDBSymptom.getDescription(), getSDBSymptom()
Generated

getSDBSymptom_Id

org.eclipse.emf.ecore.EAttribute getSDBSymptom_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
SDBSymptom.getId(), getSDBSymptom()
Generated

getSDBSymptom_Solutions

org.eclipse.emf.ecore.EReference getSDBSymptom_Solutions()
Returns the meta object for the reference list 'Solutions'.

Returns:
the meta object for the reference list 'Solutions'.
See Also:
SDBSymptom.getSolutions(), getSDBSymptom()
Generated

getSDBSymptom_Patterns

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

Returns:
the meta object for the containment reference list 'Patterns'.
See Also:
SDBSymptom.getPatterns(), getSDBSymptom()
Generated

getSDBMatchPattern

org.eclipse.emf.ecore.EClass getSDBMatchPattern()
Returns the meta object for class 'Match Pattern'.

Returns:
the meta object for class 'Match Pattern'.
See Also:
SDBMatchPattern
Generated

getSDBMatchPattern_Name

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

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

getSDBMatchPattern_Value

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

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

getSDBSolution

org.eclipse.emf.ecore.EClass getSDBSolution()
Returns the meta object for class 'Solution'.

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

getSDBSolution_Description

org.eclipse.emf.ecore.EAttribute getSDBSolution_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SDBSolution.getDescription(), getSDBSolution()
Generated

getSDBSolution_Id

org.eclipse.emf.ecore.EAttribute getSDBSolution_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
SDBSolution.getId(), getSDBSolution()
Generated

getSDBSolution_Directives

org.eclipse.emf.ecore.EReference getSDBSolution_Directives()
Returns the meta object for the reference list 'Directives'.

Returns:
the meta object for the reference list 'Directives'.
See Also:
SDBSolution.getDirectives(), getSDBSolution()
Generated

getSDBSolution_Symptoms

org.eclipse.emf.ecore.EReference getSDBSolution_Symptoms()
Returns the meta object for the reference list 'Symptoms'.

Returns:
the meta object for the reference list 'Symptoms'.
See Also:
SDBSolution.getSymptoms(), getSDBSolution()
Generated

getSDBDirective

org.eclipse.emf.ecore.EClass getSDBDirective()
Returns the meta object for class 'Directive'.

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

getSDBDirective_Id

org.eclipse.emf.ecore.EAttribute getSDBDirective_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
SDBDirective.getId(), getSDBDirective()
Generated

getSDBDirective_Description

org.eclipse.emf.ecore.EAttribute getSDBDirective_Description()
Returns the meta object for the attribute 'Description'.

Returns:
the meta object for the attribute 'Description'.
See Also:
SDBDirective.getDescription(), getSDBDirective()
Generated

getSDBDirective_DirectiveString

org.eclipse.emf.ecore.EAttribute getSDBDirective_DirectiveString()
Returns the meta object for the attribute 'Directive String'.

Returns:
the meta object for the attribute 'Directive String'.
See Also:
SDBDirective.getDirectiveString(), getSDBDirective()
Generated

getSDBDirective_Solutions

org.eclipse.emf.ecore.EReference getSDBDirective_Solutions()
Returns the meta object for the reference list 'Solutions'.

Returns:
the meta object for the reference list 'Solutions'.
See Also:
SDBDirective.getSolutions(), getSDBDirective()
Generated

getSDBFactory

SDBFactory getSDBFactory()
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 Platform Project
Internal API Specification