org.eclipse.mofscript.traceabilitymodel
Interface TraceabilitymodelFactory

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

public interface TraceabilitymodelFactory
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:
TraceabilitymodelPackage

Field Summary
static java.lang.String copyright
           
static TraceabilitymodelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Block createBlock()
          Returns a new object of class 'Block'
 File createFile()
          Returns a new object of class 'File'
 MetaModel createMetaModel()
          Returns a new object of class 'Meta Model'
 ModelElementRef createModelElementRef()
          Returns a new object of class 'Model Element Ref'
 Trace createTrace()
          Returns a new object of class 'Trace'
 TraceableSegment createTraceableSegment()
          Returns a new object of class 'Traceable Segment'
 TraceModel createTraceModel()
          Returns a new object of class 'Trace Model'
 TraceabilitymodelPackage getTraceabilitymodelPackage()
          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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

eINSTANCE

static final TraceabilitymodelFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createModelElementRef

ModelElementRef createModelElementRef()
Returns a new object of class 'Model Element Ref'.

Returns:
a new object of class 'Model Element Ref'.

createTrace

Trace createTrace()
Returns a new object of class 'Trace'.

Returns:
a new object of class 'Trace'.

createTraceableSegment

TraceableSegment createTraceableSegment()
Returns a new object of class 'Traceable Segment'.

Returns:
a new object of class 'Traceable Segment'.

createBlock

Block createBlock()
Returns a new object of class 'Block'.

Returns:
a new object of class 'Block'.

createTraceModel

TraceModel createTraceModel()
Returns a new object of class 'Trace Model'.

Returns:
a new object of class 'Trace Model'.

createFile

File createFile()
Returns a new object of class 'File'.

Returns:
a new object of class 'File'.

createMetaModel

MetaModel createMetaModel()
Returns a new object of class 'Meta Model'.

Returns:
a new object of class 'Meta Model'.

getTraceabilitymodelPackage

TraceabilitymodelPackage getTraceabilitymodelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.