OCL

org.topcased.checkresultmodel
Interface CheckresultmodelFactory

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

public interface CheckresultmodelFactory
extends EFactory

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

See Also:
CheckresultmodelPackage
** Generated **

Field Summary
static CheckresultmodelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 Context createContext()
          Returns a new object of class 'Context'
 Item createItem()
          Returns a new object of class 'Item'
 Model createModel()
          Returns a new object of class 'Model'
 ModelInformation createModelInformation()
          Returns a new object of class 'Model Information'
 Package createPackage()
          Returns a new object of class 'Package'
 Rule createRule()
          Returns a new object of class 'Rule'
 CheckresultmodelPackage getCheckresultmodelPackage()
          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 CheckresultmodelFactory eINSTANCE
The singleton instance of the factory.

** Generated **
Method Detail

createModel

Model createModel()
Returns a new object of class 'Model'.

Returns:
a new object of class 'Model'.
** Generated **

createModelInformation

ModelInformation createModelInformation()
Returns a new object of class 'Model Information'.

Returns:
a new object of class 'Model Information'.
** Generated **

createPackage

Package createPackage()
Returns a new object of class 'Package'.

Returns:
a new object of class 'Package'.
** Generated **

createContext

Context createContext()
Returns a new object of class 'Context'.

Returns:
a new object of class 'Context'.
** Generated **

createRule

Rule createRule()
Returns a new object of class 'Rule'.

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

createItem

Item createItem()
Returns a new object of class 'Item'.

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

getCheckresultmodelPackage

CheckresultmodelPackage getCheckresultmodelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
** Generated **

OCL

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.