|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SDBPackage
The Package for the model. It contains accessors for the meta objects to represent
SDBFactory| 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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final SDBPackage eINSTANCE
static final int SDB_RUNTIME
Runtime' class.
SDBRuntimeImpl,
SDBPackageImpl.getSDBRuntime(),
Constant Field Valuesstatic final int SDB_RUNTIME__ID
static final int SDB_RUNTIME__NAME
static final int SDB_RUNTIME__SYMPTOM_URL
static final int SDB_RUNTIME__LOCAL_EXTERNAL_FILE_LOCATION
static final int SDB_RUNTIME__DESCRIPTION
static final int SDB_RUNTIME__SYMPTOMS
static final int SDB_RUNTIME__SOLUTIONS
static final int SDB_RUNTIME__DIRECTIVES
static final int SDB_RUNTIME_FEATURE_COUNT
static final int SDB_SYMPTOM
Symptom' class.
SDBSymptomImpl,
SDBPackageImpl.getSDBSymptom(),
Constant Field Valuesstatic final int SDB_SYMPTOM__DESCRIPTION
static final int SDB_SYMPTOM__ID
static final int SDB_SYMPTOM__SOLUTIONS
static final int SDB_SYMPTOM__PATTERNS
static final int SDB_SYMPTOM_FEATURE_COUNT
static final int SDB_MATCH_PATTERN
Match Pattern' class.
SDBMatchPatternImpl,
SDBPackageImpl.getSDBMatchPattern(),
Constant Field Valuesstatic final int SDB_MATCH_PATTERN__NAME
static final int SDB_MATCH_PATTERN__VALUE
static final int SDB_MATCH_PATTERN_FEATURE_COUNT
static final int SDB_SOLUTION
Solution' class.
SDBSolutionImpl,
SDBPackageImpl.getSDBSolution(),
Constant Field Valuesstatic final int SDB_SOLUTION__DESCRIPTION
static final int SDB_SOLUTION__ID
static final int SDB_SOLUTION__DIRECTIVES
static final int SDB_SOLUTION__SYMPTOMS
static final int SDB_SOLUTION_FEATURE_COUNT
static final int SDB_DIRECTIVE
Directive' class.
SDBDirectiveImpl,
SDBPackageImpl.getSDBDirective(),
Constant Field Valuesstatic final int SDB_DIRECTIVE__ID
static final int SDB_DIRECTIVE__DESCRIPTION
static final int SDB_DIRECTIVE__DIRECTIVE_STRING
static final int SDB_DIRECTIVE__SOLUTIONS
static final int SDB_DIRECTIVE_FEATURE_COUNT
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getSDBRuntime()
Runtime'.
SDBRuntimeorg.eclipse.emf.ecore.EAttribute getSDBRuntime_Id()
Id'.
SDBRuntime.getId(),
getSDBRuntime()org.eclipse.emf.ecore.EAttribute getSDBRuntime_Name()
Name'.
SDBRuntime.getName(),
getSDBRuntime()org.eclipse.emf.ecore.EAttribute getSDBRuntime_SymptomUrl()
Symptom Url'.
SDBRuntime.getSymptomUrl(),
getSDBRuntime()org.eclipse.emf.ecore.EAttribute getSDBRuntime_LocalExternalFileLocation()
Local External File Location'.
SDBRuntime.getLocalExternalFileLocation(),
getSDBRuntime()org.eclipse.emf.ecore.EAttribute getSDBRuntime_Description()
Description'.
SDBRuntime.getDescription(),
getSDBRuntime()org.eclipse.emf.ecore.EReference getSDBRuntime_Symptoms()
Symptoms'.
SDBRuntime.getSymptoms(),
getSDBRuntime()org.eclipse.emf.ecore.EReference getSDBRuntime_Solutions()
Solutions'.
SDBRuntime.getSolutions(),
getSDBRuntime()org.eclipse.emf.ecore.EReference getSDBRuntime_Directives()
Directives'.
SDBRuntime.getDirectives(),
getSDBRuntime()org.eclipse.emf.ecore.EClass getSDBSymptom()
Symptom'.
SDBSymptomorg.eclipse.emf.ecore.EAttribute getSDBSymptom_Description()
Description'.
SDBSymptom.getDescription(),
getSDBSymptom()org.eclipse.emf.ecore.EAttribute getSDBSymptom_Id()
Id'.
SDBSymptom.getId(),
getSDBSymptom()org.eclipse.emf.ecore.EReference getSDBSymptom_Solutions()
Solutions'.
SDBSymptom.getSolutions(),
getSDBSymptom()org.eclipse.emf.ecore.EReference getSDBSymptom_Patterns()
Patterns'.
SDBSymptom.getPatterns(),
getSDBSymptom()org.eclipse.emf.ecore.EClass getSDBMatchPattern()
Match Pattern'.
SDBMatchPatternorg.eclipse.emf.ecore.EAttribute getSDBMatchPattern_Name()
Name'.
SDBMatchPattern.getName(),
getSDBMatchPattern()org.eclipse.emf.ecore.EAttribute getSDBMatchPattern_Value()
Value'.
SDBMatchPattern.getValue(),
getSDBMatchPattern()org.eclipse.emf.ecore.EClass getSDBSolution()
Solution'.
SDBSolutionorg.eclipse.emf.ecore.EAttribute getSDBSolution_Description()
Description'.
SDBSolution.getDescription(),
getSDBSolution()org.eclipse.emf.ecore.EAttribute getSDBSolution_Id()
Id'.
SDBSolution.getId(),
getSDBSolution()org.eclipse.emf.ecore.EReference getSDBSolution_Directives()
Directives'.
SDBSolution.getDirectives(),
getSDBSolution()org.eclipse.emf.ecore.EReference getSDBSolution_Symptoms()
Symptoms'.
SDBSolution.getSymptoms(),
getSDBSolution()org.eclipse.emf.ecore.EClass getSDBDirective()
Directive'.
SDBDirectiveorg.eclipse.emf.ecore.EAttribute getSDBDirective_Id()
Id'.
SDBDirective.getId(),
getSDBDirective()org.eclipse.emf.ecore.EAttribute getSDBDirective_Description()
Description'.
SDBDirective.getDescription(),
getSDBDirective()org.eclipse.emf.ecore.EAttribute getSDBDirective_DirectiveString()
Directive String'.
SDBDirective.getDirectiveString(),
getSDBDirective()org.eclipse.emf.ecore.EReference getSDBDirective_Solutions()
Solutions'.
SDBDirective.getSolutions(),
getSDBDirective()SDBFactory getSDBFactory()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||