Bus

org.topcased.comparisonresultmodel
Interface ComparisonresultmodelFactory

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

public interface ComparisonresultmodelFactory
extends EFactory

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

See Also:
ComparisonresultmodelPackage
** Generated **

Field Summary
static java.lang.String copyright
           
static ComparisonresultmodelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ComparisonObject createComparisonObject()
          Returns a new object of class 'Comparison Object'
 Container createContainer()
          Returns a new object of class 'Container'
 ComparisonresultmodelPackage getComparisonresultmodelPackage()
          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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **

eINSTANCE

static final ComparisonresultmodelFactory eINSTANCE
The singleton instance of the factory.

** Generated **
Method Detail

createContainer

Container createContainer()
Returns a new object of class 'Container'.

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

createComparisonObject

ComparisonObject createComparisonObject()
Returns a new object of class 'Comparison Object'.

Returns:
a new object of class 'Comparison Object'.
** Generated **

getComparisonresultmodelPackage

ComparisonresultmodelPackage getComparisonresultmodelPackage()
Returns the package supported by this factory.

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

Bus

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