org.nasdanika.models.architecture.Actor Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.architecture;
import org.eclipse.emf.common.util.EList;
import org.nasdanika.ncore.StringIdentity;
/**
*
* A representation of the model object 'Actor'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.architecture.Actor#getRoles Roles}
*
*
* @see org.nasdanika.models.architecture.ArchitecturePackage#getActor()
* @model
* @generated
*/
public interface Actor extends ArchitectureElement, StringIdentity {
/**
* Returns the value of the 'Roles' reference list.
* The list contents are of type {@link org.nasdanika.models.architecture.Role}.
* It is bidirectional and its opposite is '{@link org.nasdanika.models.architecture.Role#getActors Actors}'.
*
*
* @return the value of the 'Roles' reference list.
* @see org.nasdanika.models.architecture.ArchitecturePackage#getActor_Roles()
* @see org.nasdanika.models.architecture.Role#getActors
* @model opposite="actors"
* @generated
*/
EList getRoles();
} // Actor