org.ceno.model
Interface ModelFactory

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

public interface ModelFactory
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:
ModelPackage

Field Summary
static ModelFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 BroadcastMessage createBroadcastMessage()
          Returns a new object of class 'Broadcast Message'
 Developer createDeveloper()
          Returns a new object of class 'Developer'
 DeveloperResourceState createDeveloperResourceState()
          Returns a new object of class 'Developer Resource State'
 DeveloperResourceStates createDeveloperResourceStates()
          Returns a new object of class 'Developer Resource States'
 Messages createMessages()
          Returns a new object of class 'Messages'
 MulticastMessage createMulticastMessage()
          Returns a new object of class 'Multicast Message'
 Resource createResource()
          Returns a new object of class 'Resource'
 UnicastMessage createUnicastMessage()
          Returns a new object of class 'Unicast Message'
 ModelPackage getModelPackage()
          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 ModelFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createDeveloper

Developer createDeveloper()
Returns a new object of class 'Developer'.

Returns:
a new object of class 'Developer'.

createResource

Resource createResource()
Returns a new object of class 'Resource'.

Returns:
a new object of class 'Resource'.

createDeveloperResourceState

DeveloperResourceState createDeveloperResourceState()
Returns a new object of class 'Developer Resource State'.

Returns:
a new object of class 'Developer Resource State'.

createDeveloperResourceStates

DeveloperResourceStates createDeveloperResourceStates()
Returns a new object of class 'Developer Resource States'.

Returns:
a new object of class 'Developer Resource States'.

createUnicastMessage

UnicastMessage createUnicastMessage()
Returns a new object of class 'Unicast Message'.

Returns:
a new object of class 'Unicast Message'.

createMulticastMessage

MulticastMessage createMulticastMessage()
Returns a new object of class 'Multicast Message'.

Returns:
a new object of class 'Multicast Message'.

createBroadcastMessage

BroadcastMessage createBroadcastMessage()
Returns a new object of class 'Broadcast Message'.

Returns:
a new object of class 'Broadcast Message'.

createMessages

Messages createMessages()
Returns a new object of class 'Messages'.

Returns:
a new object of class 'Messages'.

getModelPackage

ModelPackage getModelPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.