org.sintef.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 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'
 ModelElementRef createModelElementRef()
          Returns a new object of class 'Model Element Ref'
 Position createPosition()
          Returns a new object of class 'Position'
 ProtectedBlock createProtectedBlock()
          Returns a new object of class 'Protected Block'
 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

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'.

createTraceModel

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

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

createTraceableSegment

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

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

createFile

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

Returns:
a new object of class 'File'.

createBlock

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

Returns:
a new object of class 'Block'.

createProtectedBlock

ProtectedBlock createProtectedBlock()
Returns a new object of class 'Protected Block'.

Returns:
a new object of class 'Protected Block'.

createPosition

Position createPosition()
Returns a new object of class 'Position'.

Returns:
a new object of class 'Position'.

gettraceabilitymodelPackage

traceabilitymodelPackage gettraceabilitymodelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.