TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.models.internal.probekit
Interface ProbekitFactory

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

public interface ProbekitFactory
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:
ProbekitPackage
Generated

Field Summary
static ProbekitFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ControlKey createControlKey()
          Returns a new object of class 'Control Key'
 ControlName createControlName()
          Returns a new object of class 'Control Name'
 DataItem createDataItem()
          Returns a new object of class 'Data Item'
 Description createDescription()
          Returns a new object of class 'Description'
 DocumentRoot createDocumentRoot()
          Returns a new object of class 'Document Root'
 Fragment createFragment()
          Returns a new object of class 'Fragment'
 Import createImport()
          Returns a new object of class 'Import'
 InvocationObject createInvocationObject()
          Returns a new object of class 'Invocation Object'
 Label createLabel()
          Returns a new object of class 'Label'
 Name createName()
          Returns a new object of class 'Name'
 Probe createProbe()
          Returns a new object of class 'Probe'
 Probekit createProbekit()
          Returns a new object of class 'Probekit'
 StaticField createStaticField()
          Returns a new object of class 'Static Field'
 Target createTarget()
          Returns a new object of class 'Target'
 ProbekitPackage getProbekitPackage()
          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

static final ProbekitFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createControlKey

ControlKey createControlKey()
Returns a new object of class 'Control Key'.

Returns:
a new object of class 'Control Key'.
Generated

createControlName

ControlName createControlName()
Returns a new object of class 'Control Name'.

Returns:
a new object of class 'Control Name'.
Generated

createDataItem

DataItem createDataItem()
Returns a new object of class 'Data Item'.

Returns:
a new object of class 'Data Item'.
Generated

createDescription

Description createDescription()
Returns a new object of class 'Description'.

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

createDocumentRoot

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

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

createFragment

Fragment createFragment()
Returns a new object of class 'Fragment'.

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

createImport

Import createImport()
Returns a new object of class 'Import'.

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

createInvocationObject

InvocationObject createInvocationObject()
Returns a new object of class 'Invocation Object'.

Returns:
a new object of class 'Invocation Object'.
Generated

createLabel

Label createLabel()
Returns a new object of class 'Label'.

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

createName

Name createName()
Returns a new object of class 'Name'.

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

createProbe

Probe createProbe()
Returns a new object of class 'Probe'.

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

createProbekit

Probekit createProbekit()
Returns a new object of class 'Probekit'.

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

createStaticField

StaticField createStaticField()
Returns a new object of class 'Static Field'.

Returns:
a new object of class 'Static Field'.
Generated

createTarget

Target createTarget()
Returns a new object of class 'Target'.

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

getProbekitPackage

ProbekitPackage getProbekitPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.5.0 Platform Project
Internal API Specification