org.nasdanika.models.party.Role Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.party;
import org.eclipse.emf.common.util.EList;
import org.nasdanika.ncore.DocumentedNamedStringIdentity;
/**
*
* A representation of the model object 'Role'.
*
*
*
* A role played by a party in an organization. Subclasses may reference a shared role definition
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.party.Role#getPlayers Players}
*
*
* @see org.nasdanika.models.party.PartyPackage#getRole()
* @model
* @generated
*/
public interface Role extends DocumentedNamedStringIdentity {
/**
* Returns the value of the 'Players' reference list.
* The list contents are of type {@link org.nasdanika.models.party.Party}.
*
*
*
* Parties playing this role
*
* @return the value of the 'Players' reference list.
* @see org.nasdanika.models.party.PartyPackage#getRole_Players()
* @model
* @generated
*/
EList getPlayers();
} // Role