Modifier and Type | Interface and Description |
---|---|
interface |
Role
Represents a role a user may play within a system.
|
Modifier and Type | Method and Description |
---|---|
Collection<ActorFacade> |
ModelFacade.getAllActors()
Return all Actors belonging to this model.
|
List<ActorFacade> |
ActorFacade.getGeneralizedActors()
All actors generalized by this actor.
|
List<ActorFacade> |
ActorFacade.getGeneralizedByActors()
The set of actors that generalize this actor.
|
List<ActorFacade> |
ManageableEntity.getUsers()
The Actors (Roles) which can manage the Entity.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.