TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.common
Interface CommonFactory

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

public interface CommonFactory
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:
CommonPackage
Generated

Field Summary
static java.lang.String copyright
           
static CommonFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 CMNAnnotation createCMNAnnotation()
          Returns a new object of class 'CMN Annotation'
 CMNDefaultProperty createCMNDefaultProperty()
          Returns a new object of class 'CMN Default Property'
 CMNExtendedProperty createCMNExtendedProperty()
          Returns a new object of class 'CMN Extended Property'
 CMNMachine createCMNMachine()
          Returns a new object of class 'CMN Machine'
 CMNNodeInstance createCMNNodeInstance()
          Returns a new object of class 'CMN Node Instance'
 CMNNodeType createCMNNodeType()
          Returns a new object of class 'CMN Node Type'
 CommonPackage getCommonPackage()
          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

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated

eINSTANCE

public static final CommonFactory eINSTANCE
The singleton instance of the factory.

Generated
Method Detail

createCMNMachine

public CMNMachine createCMNMachine()
Returns a new object of class 'CMN Machine'.

Returns:
a new object of class 'CMN Machine'.
Generated

createCMNNodeType

public CMNNodeType createCMNNodeType()
Returns a new object of class 'CMN Node Type'.

Returns:
a new object of class 'CMN Node Type'.
Generated

createCMNNodeInstance

public CMNNodeInstance createCMNNodeInstance()
Returns a new object of class 'CMN Node Instance'.

Returns:
a new object of class 'CMN Node Instance'.
Generated

createCMNExtendedProperty

public CMNExtendedProperty createCMNExtendedProperty()
Returns a new object of class 'CMN Extended Property'.

Returns:
a new object of class 'CMN Extended Property'.
Generated

createCMNDefaultProperty

public CMNDefaultProperty createCMNDefaultProperty()
Returns a new object of class 'CMN Default Property'.

Returns:
a new object of class 'CMN Default Property'.
Generated

createCMNAnnotation

public CMNAnnotation createCMNAnnotation()
Returns a new object of class 'CMN Annotation'.

Returns:
a new object of class 'CMN Annotation'.
Generated

getCommonPackage

public CommonPackage getCommonPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated

TPTP 4.4.0 Platform Project
Public API Specification