de.cau.cs.kieler.krep.editors.rif.rif
Interface RifFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
RifFactoryImpl

public interface RifFactory
extends EFactory

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

See Also:
RifPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static RifFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Data createData()
          Returns a new object of class 'Data'.
 decl createdecl()
          Returns a new object of class 'decl'.
 Tick createTick()
          Returns a new object of class 'Tick'.
 Trace createTrace()
          Returns a new object of class 'Trace'.
 RifPackage getRifPackage()
          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

eINSTANCE

static final RifFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createTrace

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

Returns:
a new object of class 'Trace'.
Generated:
This code was automatically generated.

createdecl

decl createdecl()
Returns a new object of class 'decl'.

Returns:
a new object of class 'decl'.
Generated:
This code was automatically generated.

createTick

Tick createTick()
Returns a new object of class 'Tick'.

Returns:
a new object of class 'Tick'.
Generated:
This code was automatically generated.

createData

Data createData()
Returns a new object of class 'Data'.

Returns:
a new object of class 'Data'.
Generated:
This code was automatically generated.

getRifPackage

RifPackage getRifPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated:
This code was automatically generated.