org.nasdanika.models.party.Organization Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.party;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Organization'.
*
*
*
* A grop of parties in roles collaborating to achieve some goal or perform some function
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.party.Organization#getRoles Roles}
*
*
* @see org.nasdanika.models.party.PartyPackage#getOrganization()
* @model
* @generated
*/
public interface Organization extends Party {
/**
* Returns the value of the 'Roles' containment reference list.
* The list contents are of type {@link org.nasdanika.models.party.Role}.
*
*
*
* Organization members.
*
* @return the value of the 'Roles' containment reference list.
* @see org.nasdanika.models.party.PartyPackage#getOrganization_Roles()
* @model containment="true" keys="id"
* @generated
*/
EList getRoles();
} // Organization