org.ceno.model
Interface ModelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModelPackageImpl

public interface ModelPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ModelFactory

Nested Class Summary
static interface ModelPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int BROADCAST_MESSAGE
          The meta object id for the 'Broadcast Message' class
static int BROADCAST_MESSAGE__ID
          The feature id for the 'Id' attribute
static int BROADCAST_MESSAGE__MESSAGE_TEXT
          The feature id for the 'Message Text' attribute
static int BROADCAST_MESSAGE__SENDER
          The feature id for the 'Sender' reference
static int BROADCAST_MESSAGE__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int BROADCAST_MESSAGE_FEATURE_COUNT
          The number of structural features of the 'Broadcast Message' class
static int DEVELOPER
          The meta object id for the 'Developer' class
static int DEVELOPER__EMAIL
          The feature id for the 'Email' attribute
static int DEVELOPER__ID
          The feature id for the 'Id' attribute
static int DEVELOPER__NAME
          The feature id for the 'Name' attribute
static int DEVELOPER__ONLINE
          The feature id for the 'Online' attribute
static int DEVELOPER__PASSWORD
          The feature id for the 'Password' attribute
static int DEVELOPER_FEATURE_COUNT
          The number of structural features of the 'Developer' class
static int DEVELOPER_RESOURCE_STATE
          The meta object id for the 'Developer Resource State' class
static int DEVELOPER_RESOURCE_STATE__DEVELOPER
          The feature id for the 'Developer' reference
static int DEVELOPER_RESOURCE_STATE__ID
          The feature id for the 'Id' attribute
static int DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES
          The feature id for the 'Opened Resources' reference list
static int DEVELOPER_RESOURCE_STATE__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int DEVELOPER_RESOURCE_STATE_FEATURE_COUNT
          The number of structural features of the 'Developer Resource State' class
static int DEVELOPER_RESOURCE_STATES
          The meta object id for the 'Developer Resource States' class
static int DEVELOPER_RESOURCE_STATES__STATES
          The feature id for the 'States' reference list
static int DEVELOPER_RESOURCE_STATES_FEATURE_COUNT
          The number of structural features of the 'Developer Resource States' class
static ModelPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int MESSAGE
          The meta object id for the 'Message' class
static int MESSAGE__ID
          The feature id for the 'Id' attribute
static int MESSAGE__MESSAGE_TEXT
          The feature id for the 'Message Text' attribute
static int MESSAGE__SENDER
          The feature id for the 'Sender' reference
static int MESSAGE__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int MESSAGE_FEATURE_COUNT
          The number of structural features of the 'Message' class
static int MESSAGES
          The meta object id for the 'Messages' class
static int MESSAGES__MESSAGES
          The feature id for the 'Messages' reference list
static int MESSAGES_FEATURE_COUNT
          The number of structural features of the 'Messages' class
static int MULTICAST_MESSAGE
          The meta object id for the 'Multicast Message' class
static int MULTICAST_MESSAGE__GROUP
          The feature id for the 'Group' reference
static int MULTICAST_MESSAGE__ID
          The feature id for the 'Id' attribute
static int MULTICAST_MESSAGE__MESSAGE_TEXT
          The feature id for the 'Message Text' attribute
static int MULTICAST_MESSAGE__SENDER
          The feature id for the 'Sender' reference
static int MULTICAST_MESSAGE__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int MULTICAST_MESSAGE_FEATURE_COUNT
          The number of structural features of the 'Multicast Message' class
static int RESOURCE
          The meta object id for the 'Resource' class
static int RESOURCE__FQ_NAME
          The feature id for the 'Fq Name' attribute
static int RESOURCE__ID
          The feature id for the 'Id' attribute
static int RESOURCE_FEATURE_COUNT
          The number of structural features of the 'Resource' class
static int UNICAST_MESSAGE
          The meta object id for the 'Unicast Message' class
static int UNICAST_MESSAGE__ID
          The feature id for the 'Id' attribute
static int UNICAST_MESSAGE__MESSAGE_TEXT
          The feature id for the 'Message Text' attribute
static int UNICAST_MESSAGE__RECEIVER
          The feature id for the 'Receiver' reference
static int UNICAST_MESSAGE__SENDER
          The feature id for the 'Sender' reference
static int UNICAST_MESSAGE__TIMESTAMP
          The feature id for the 'Timestamp' attribute
static int UNICAST_MESSAGE_FEATURE_COUNT
          The number of structural features of the 'Unicast Message' class
 
Method Summary
 org.eclipse.emf.ecore.EClass getBroadcastMessage()
          Returns the meta object for class 'Broadcast Message'
 org.eclipse.emf.ecore.EAttribute getDeveloper_Email()
          Returns the meta object for the attribute 'Email'
 org.eclipse.emf.ecore.EAttribute getDeveloper_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getDeveloper_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getDeveloper_Online()
          Returns the meta object for the attribute 'Online'
 org.eclipse.emf.ecore.EAttribute getDeveloper_Password()
          Returns the meta object for the attribute 'Password'
 org.eclipse.emf.ecore.EClass getDeveloper()
          Returns the meta object for class 'Developer'
 org.eclipse.emf.ecore.EReference getDeveloperResourceState_Developer()
          Returns the meta object for the reference 'Developer'
 org.eclipse.emf.ecore.EAttribute getDeveloperResourceState_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EReference getDeveloperResourceState_OpenedResources()
          Returns the meta object for the reference list 'Opened Resources'
 org.eclipse.emf.ecore.EAttribute getDeveloperResourceState_Timestamp()
          Returns the meta object for the attribute 'Timestamp'
 org.eclipse.emf.ecore.EClass getDeveloperResourceState()
          Returns the meta object for class 'Developer Resource State'
 org.eclipse.emf.ecore.EReference getDeveloperResourceStates_States()
          Returns the meta object for the reference list 'States'
 org.eclipse.emf.ecore.EClass getDeveloperResourceStates()
          Returns the meta object for class 'Developer Resource States'
 org.eclipse.emf.ecore.EAttribute getMessage_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EAttribute getMessage_MessageText()
          Returns the meta object for the attribute 'Message Text'
 org.eclipse.emf.ecore.EReference getMessage_Sender()
          Returns the meta object for the reference 'Sender'
 org.eclipse.emf.ecore.EAttribute getMessage_Timestamp()
          Returns the meta object for the attribute 'Timestamp'
 org.eclipse.emf.ecore.EClass getMessage()
          Returns the meta object for class 'Message'
 org.eclipse.emf.ecore.EReference getMessages_Messages()
          Returns the meta object for the reference list 'Messages'
 org.eclipse.emf.ecore.EClass getMessages()
          Returns the meta object for class 'Messages'
 ModelFactory getModelFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getMulticastMessage_Group()
          Returns the meta object for the reference 'Group'
 org.eclipse.emf.ecore.EClass getMulticastMessage()
          Returns the meta object for class 'Multicast Message'
 org.eclipse.emf.ecore.EAttribute getResource_FqName()
          Returns the meta object for the attribute 'Fq Name'
 org.eclipse.emf.ecore.EAttribute getResource_Id()
          Returns the meta object for the attribute 'Id'
 org.eclipse.emf.ecore.EClass getResource()
          Returns the meta object for class 'Resource'
 org.eclipse.emf.ecore.EReference getUnicastMessage_Receiver()
          Returns the meta object for the reference 'Receiver'
 org.eclipse.emf.ecore.EClass getUnicastMessage()
          Returns the meta object for class 'Unicast Message'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ModelPackage eINSTANCE
The singleton instance of the package.


DEVELOPER

static final int DEVELOPER
The meta object id for the 'Developer' class.

See Also:
DeveloperImpl, ModelPackageImpl.getDeveloper(), Constant Field Values

DEVELOPER__NAME

static final int DEVELOPER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

DEVELOPER__ONLINE

static final int DEVELOPER__ONLINE
The feature id for the 'Online' attribute.

See Also:
Constant Field Values

DEVELOPER__ID

static final int DEVELOPER__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

DEVELOPER__PASSWORD

static final int DEVELOPER__PASSWORD
The feature id for the 'Password' attribute.

See Also:
Constant Field Values

DEVELOPER__EMAIL

static final int DEVELOPER__EMAIL
The feature id for the 'Email' attribute.

See Also:
Constant Field Values

DEVELOPER_FEATURE_COUNT

static final int DEVELOPER_FEATURE_COUNT
The number of structural features of the 'Developer' class.

See Also:
Constant Field Values

RESOURCE

static final int RESOURCE
The meta object id for the 'Resource' class.

See Also:
ResourceImpl, ModelPackageImpl.getResource(), Constant Field Values

RESOURCE__FQ_NAME

static final int RESOURCE__FQ_NAME
The feature id for the 'Fq Name' attribute.

See Also:
Constant Field Values

RESOURCE__ID

static final int RESOURCE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

RESOURCE_FEATURE_COUNT

static final int RESOURCE_FEATURE_COUNT
The number of structural features of the 'Resource' class.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATE

static final int DEVELOPER_RESOURCE_STATE
The meta object id for the 'Developer Resource State' class.

See Also:
DeveloperResourceStateImpl, ModelPackageImpl.getDeveloperResourceState(), Constant Field Values

DEVELOPER_RESOURCE_STATE__DEVELOPER

static final int DEVELOPER_RESOURCE_STATE__DEVELOPER
The feature id for the 'Developer' reference.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES

static final int DEVELOPER_RESOURCE_STATE__OPENED_RESOURCES
The feature id for the 'Opened Resources' reference list.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATE__TIMESTAMP

static final int DEVELOPER_RESOURCE_STATE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATE__ID

static final int DEVELOPER_RESOURCE_STATE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATE_FEATURE_COUNT

static final int DEVELOPER_RESOURCE_STATE_FEATURE_COUNT
The number of structural features of the 'Developer Resource State' class.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATES

static final int DEVELOPER_RESOURCE_STATES
The meta object id for the 'Developer Resource States' class.

See Also:
DeveloperResourceStatesImpl, ModelPackageImpl.getDeveloperResourceStates(), Constant Field Values

DEVELOPER_RESOURCE_STATES__STATES

static final int DEVELOPER_RESOURCE_STATES__STATES
The feature id for the 'States' reference list.

See Also:
Constant Field Values

DEVELOPER_RESOURCE_STATES_FEATURE_COUNT

static final int DEVELOPER_RESOURCE_STATES_FEATURE_COUNT
The number of structural features of the 'Developer Resource States' class.

See Also:
Constant Field Values

MESSAGE

static final int MESSAGE
The meta object id for the 'Message' class.

See Also:
MessageImpl, ModelPackageImpl.getMessage(), Constant Field Values

MESSAGE__SENDER

static final int MESSAGE__SENDER
The feature id for the 'Sender' reference.

See Also:
Constant Field Values

MESSAGE__MESSAGE_TEXT

static final int MESSAGE__MESSAGE_TEXT
The feature id for the 'Message Text' attribute.

See Also:
Constant Field Values

MESSAGE__ID

static final int MESSAGE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

MESSAGE__TIMESTAMP

static final int MESSAGE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

MESSAGE_FEATURE_COUNT

static final int MESSAGE_FEATURE_COUNT
The number of structural features of the 'Message' class.

See Also:
Constant Field Values

UNICAST_MESSAGE

static final int UNICAST_MESSAGE
The meta object id for the 'Unicast Message' class.

See Also:
UnicastMessageImpl, ModelPackageImpl.getUnicastMessage(), Constant Field Values

UNICAST_MESSAGE__SENDER

static final int UNICAST_MESSAGE__SENDER
The feature id for the 'Sender' reference.

See Also:
Constant Field Values

UNICAST_MESSAGE__MESSAGE_TEXT

static final int UNICAST_MESSAGE__MESSAGE_TEXT
The feature id for the 'Message Text' attribute.

See Also:
Constant Field Values

UNICAST_MESSAGE__ID

static final int UNICAST_MESSAGE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

UNICAST_MESSAGE__TIMESTAMP

static final int UNICAST_MESSAGE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

UNICAST_MESSAGE__RECEIVER

static final int UNICAST_MESSAGE__RECEIVER
The feature id for the 'Receiver' reference.

See Also:
Constant Field Values

UNICAST_MESSAGE_FEATURE_COUNT

static final int UNICAST_MESSAGE_FEATURE_COUNT
The number of structural features of the 'Unicast Message' class.

See Also:
Constant Field Values

MULTICAST_MESSAGE

static final int MULTICAST_MESSAGE
The meta object id for the 'Multicast Message' class.

See Also:
MulticastMessageImpl, ModelPackageImpl.getMulticastMessage(), Constant Field Values

MULTICAST_MESSAGE__SENDER

static final int MULTICAST_MESSAGE__SENDER
The feature id for the 'Sender' reference.

See Also:
Constant Field Values

MULTICAST_MESSAGE__MESSAGE_TEXT

static final int MULTICAST_MESSAGE__MESSAGE_TEXT
The feature id for the 'Message Text' attribute.

See Also:
Constant Field Values

MULTICAST_MESSAGE__ID

static final int MULTICAST_MESSAGE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

MULTICAST_MESSAGE__TIMESTAMP

static final int MULTICAST_MESSAGE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

MULTICAST_MESSAGE__GROUP

static final int MULTICAST_MESSAGE__GROUP
The feature id for the 'Group' reference.

See Also:
Constant Field Values

MULTICAST_MESSAGE_FEATURE_COUNT

static final int MULTICAST_MESSAGE_FEATURE_COUNT
The number of structural features of the 'Multicast Message' class.

See Also:
Constant Field Values

BROADCAST_MESSAGE

static final int BROADCAST_MESSAGE
The meta object id for the 'Broadcast Message' class.

See Also:
BroadcastMessageImpl, ModelPackageImpl.getBroadcastMessage(), Constant Field Values

BROADCAST_MESSAGE__SENDER

static final int BROADCAST_MESSAGE__SENDER
The feature id for the 'Sender' reference.

See Also:
Constant Field Values

BROADCAST_MESSAGE__MESSAGE_TEXT

static final int BROADCAST_MESSAGE__MESSAGE_TEXT
The feature id for the 'Message Text' attribute.

See Also:
Constant Field Values

BROADCAST_MESSAGE__ID

static final int BROADCAST_MESSAGE__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

BROADCAST_MESSAGE__TIMESTAMP

static final int BROADCAST_MESSAGE__TIMESTAMP
The feature id for the 'Timestamp' attribute.

See Also:
Constant Field Values

BROADCAST_MESSAGE_FEATURE_COUNT

static final int BROADCAST_MESSAGE_FEATURE_COUNT
The number of structural features of the 'Broadcast Message' class.

See Also:
Constant Field Values

MESSAGES

static final int MESSAGES
The meta object id for the 'Messages' class.

See Also:
MessagesImpl, ModelPackageImpl.getMessages(), Constant Field Values

MESSAGES__MESSAGES

static final int MESSAGES__MESSAGES
The feature id for the 'Messages' reference list.

See Also:
Constant Field Values

MESSAGES_FEATURE_COUNT

static final int MESSAGES_FEATURE_COUNT
The number of structural features of the 'Messages' class.

See Also:
Constant Field Values
Method Detail

getDeveloper

org.eclipse.emf.ecore.EClass getDeveloper()
Returns the meta object for class 'Developer'.

Returns:
the meta object for class 'Developer'.
See Also:
Developer

getDeveloper_Name

org.eclipse.emf.ecore.EAttribute getDeveloper_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Developer.getName(), getDeveloper()

getDeveloper_Online

org.eclipse.emf.ecore.EAttribute getDeveloper_Online()
Returns the meta object for the attribute 'Online'.

Returns:
the meta object for the attribute 'Online'.
See Also:
Developer.isOnline(), getDeveloper()

getDeveloper_Id

org.eclipse.emf.ecore.EAttribute getDeveloper_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
Developer.getId(), getDeveloper()

getDeveloper_Password

org.eclipse.emf.ecore.EAttribute getDeveloper_Password()
Returns the meta object for the attribute 'Password'.

Returns:
the meta object for the attribute 'Password'.
See Also:
Developer.getPassword(), getDeveloper()

getDeveloper_Email

org.eclipse.emf.ecore.EAttribute getDeveloper_Email()
Returns the meta object for the attribute 'Email'.

Returns:
the meta object for the attribute 'Email'.
See Also:
Developer.getEmail(), getDeveloper()

getResource

org.eclipse.emf.ecore.EClass getResource()
Returns the meta object for class 'Resource'.

Returns:
the meta object for class 'Resource'.
See Also:
Resource

getResource_FqName

org.eclipse.emf.ecore.EAttribute getResource_FqName()
Returns the meta object for the attribute 'Fq Name'.

Returns:
the meta object for the attribute 'Fq Name'.
See Also:
Resource.getFqName(), getResource()

getResource_Id

org.eclipse.emf.ecore.EAttribute getResource_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
Resource.getId(), getResource()

getDeveloperResourceState

org.eclipse.emf.ecore.EClass getDeveloperResourceState()
Returns the meta object for class 'Developer Resource State'.

Returns:
the meta object for class 'Developer Resource State'.
See Also:
DeveloperResourceState

getDeveloperResourceState_Developer

org.eclipse.emf.ecore.EReference getDeveloperResourceState_Developer()
Returns the meta object for the reference 'Developer'.

Returns:
the meta object for the reference 'Developer'.
See Also:
DeveloperResourceState.getDeveloper(), getDeveloperResourceState()

getDeveloperResourceState_OpenedResources

org.eclipse.emf.ecore.EReference getDeveloperResourceState_OpenedResources()
Returns the meta object for the reference list 'Opened Resources'.

Returns:
the meta object for the reference list 'Opened Resources'.
See Also:
DeveloperResourceState.getOpenedResources(), getDeveloperResourceState()

getDeveloperResourceState_Timestamp

org.eclipse.emf.ecore.EAttribute getDeveloperResourceState_Timestamp()
Returns the meta object for the attribute 'Timestamp'.

Returns:
the meta object for the attribute 'Timestamp'.
See Also:
DeveloperResourceState.getTimestamp(), getDeveloperResourceState()

getDeveloperResourceState_Id

org.eclipse.emf.ecore.EAttribute getDeveloperResourceState_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
DeveloperResourceState.getId(), getDeveloperResourceState()

getDeveloperResourceStates

org.eclipse.emf.ecore.EClass getDeveloperResourceStates()
Returns the meta object for class 'Developer Resource States'.

Returns:
the meta object for class 'Developer Resource States'.
See Also:
DeveloperResourceStates

getDeveloperResourceStates_States

org.eclipse.emf.ecore.EReference getDeveloperResourceStates_States()
Returns the meta object for the reference list 'States'.

Returns:
the meta object for the reference list 'States'.
See Also:
DeveloperResourceStates.getStates(), getDeveloperResourceStates()

getMessage

org.eclipse.emf.ecore.EClass getMessage()
Returns the meta object for class 'Message'.

Returns:
the meta object for class 'Message'.
See Also:
Message

getMessage_Sender

org.eclipse.emf.ecore.EReference getMessage_Sender()
Returns the meta object for the reference 'Sender'.

Returns:
the meta object for the reference 'Sender'.
See Also:
Message.getSender(), getMessage()

getMessage_MessageText

org.eclipse.emf.ecore.EAttribute getMessage_MessageText()
Returns the meta object for the attribute 'Message Text'.

Returns:
the meta object for the attribute 'Message Text'.
See Also:
Message.getMessageText(), getMessage()

getMessage_Id

org.eclipse.emf.ecore.EAttribute getMessage_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
Message.getId(), getMessage()

getMessage_Timestamp

org.eclipse.emf.ecore.EAttribute getMessage_Timestamp()
Returns the meta object for the attribute 'Timestamp'.

Returns:
the meta object for the attribute 'Timestamp'.
See Also:
Message.getTimestamp(), getMessage()

getUnicastMessage

org.eclipse.emf.ecore.EClass getUnicastMessage()
Returns the meta object for class 'Unicast Message'.

Returns:
the meta object for class 'Unicast Message'.
See Also:
UnicastMessage

getUnicastMessage_Receiver

org.eclipse.emf.ecore.EReference getUnicastMessage_Receiver()
Returns the meta object for the reference 'Receiver'.

Returns:
the meta object for the reference 'Receiver'.
See Also:
UnicastMessage.getReceiver(), getUnicastMessage()

getMulticastMessage

org.eclipse.emf.ecore.EClass getMulticastMessage()
Returns the meta object for class 'Multicast Message'.

Returns:
the meta object for class 'Multicast Message'.
See Also:
MulticastMessage

getMulticastMessage_Group

org.eclipse.emf.ecore.EReference getMulticastMessage_Group()
Returns the meta object for the reference 'Group'.

Returns:
the meta object for the reference 'Group'.
See Also:
MulticastMessage.getGroup(), getMulticastMessage()

getBroadcastMessage

org.eclipse.emf.ecore.EClass getBroadcastMessage()
Returns the meta object for class 'Broadcast Message'.

Returns:
the meta object for class 'Broadcast Message'.
See Also:
BroadcastMessage

getMessages

org.eclipse.emf.ecore.EClass getMessages()
Returns the meta object for class 'Messages'.

Returns:
the meta object for class 'Messages'.
See Also:
Messages

getMessages_Messages

org.eclipse.emf.ecore.EReference getMessages_Messages()
Returns the meta object for the reference list 'Messages'.

Returns:
the meta object for the reference list 'Messages'.
See Also:
Messages.getMessages(), getMessages()

getModelFactory

ModelFactory getModelFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.