public interface ModelParticipant extends Participant, org.eclipse.stardust.engine.api.model.QualifiedModelParticipantInfo, ModelElement
ADMINISTRATOR| Modifier and Type | Method and Description |
|---|---|
List<Organization> |
getAllSuperOrganizations()
Returns the list of organizations this participant is part of.
|
int |
getElementOID()
Gets the OID of the model element.
|
int |
getModelOID()
Gets the OID of the model.
|
String |
getNamespace()
Gets the namespace of the model element.
|
getAllAttributes, getAttribute, getPartitionId, getPartitionOIDgetDescription, getId, getName, getQualifiedIdgetQualifiedIddefinesDepartmentScope, getDepartment, getRuntimeElementOID, isDepartmentScopedgetId, getNameint getModelOID()
ModelElementThe model OID is used to identify the model defining that model element in the scope of the CARNOT runtime.
getModelOID in interface ModelElementgetModelOID in interface ParticipantModelElement.getModelOID()int getElementOID()
ModelElementEach model element has a unique OID in the scope of the defining model.
getElementOID in interface ModelElementgetElementOID in interface ParticipantModelElement.getElementOID()String getNamespace()
ModelElementgetNamespace in interface ModelElementgetNamespace in interface ParticipantModelElement.getNamespace()List<Organization> getAllSuperOrganizations()
getAllSuperOrganizations in interface ParticipantOrganization instances.getAllSuperOrganizations()Copyright © 2016 Eclipse Stardust. All Rights Reserved.