TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.models.symptom
Interface SymptomFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
SymptomFactoryImpl

public interface SymptomFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
SymptomPackage
Generated

Field Summary
static SymptomFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 Symptom createSymptom()
          Returns a new object of class 'Symptom'
 SymptomCatalog createSymptomCatalog()
          Returns a new object of class 'Catalog'
 SymptomContainer createSymptomContainer()
          Returns a new object of class 'Container'
 SymptomDefinition createSymptomDefinition()
          Returns a new object of class 'Definition'
 SymptomEffect createSymptomEffect()
          Returns a new object of class 'Effect'
 SymptomEngine createSymptomEngine()
          Returns a new object of class 'Engine'
 SymptomRule createSymptomRule()
          Returns a new object of class 'Rule'
 SymptomPackage getSymptomPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
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

eINSTANCE

public static final SymptomFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createDocumentRoot

public DocumentRoot createDocumentRoot()
Returns a new object of class 'Document Root'.

Returns:
a new object of class 'Document Root'.
Generated

createSymptom

public Symptom createSymptom()
Returns a new object of class 'Symptom'.

Returns:
a new object of class 'Symptom'.
Generated

createSymptomCatalog

public SymptomCatalog createSymptomCatalog()
Returns a new object of class 'Catalog'.

Returns:
a new object of class 'Catalog'.
Generated

createSymptomContainer

public SymptomContainer createSymptomContainer()
Returns a new object of class 'Container'.

Returns:
a new object of class 'Container'.
Generated

createSymptomDefinition

public SymptomDefinition createSymptomDefinition()
Returns a new object of class 'Definition'.

Returns:
a new object of class 'Definition'.
Generated

createSymptomEffect

public SymptomEffect createSymptomEffect()
Returns a new object of class 'Effect'.

Returns:
a new object of class 'Effect'.
Generated

createSymptomEngine

public SymptomEngine createSymptomEngine()
Returns a new object of class 'Engine'.

Returns:
a new object of class 'Engine'.
Generated

createSymptomRule

public SymptomRule createSymptomRule()
Returns a new object of class 'Rule'.

Returns:
a new object of class 'Rule'.
Generated

getSymptomPackage

public SymptomPackage getSymptomPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.4.0 Platform Project
Public API Specification