Modifier and Type | Interface and Description |
---|---|
interface |
ActorFacade
An actor specifies a role played by a user or any other system that interacts with the subject.
|
interface |
AssociationClassFacade
A model element that has both association and class properties.
|
interface |
AssociationFacade
An association describes a set of tuples whose values refer to typed instances.
|
interface |
ClassifierFacade
A Classifier is a classification of instances - it describes a set of instances that have
features in common.
|
interface |
Destination
Represents a UML Destination for incoming/outgoing messages.
|
interface |
Entity
Represents a persistent entity.
|
interface |
EntityAssociation
Represents an association between entities.
|
interface |
EnumerationFacade
Represents an enumeration.
|
interface |
FrontEndController
A front end controller is assigned as the context of a use-case.
|
interface |
FrontEndUseCase
Represents a use case used in the "front end" of an application.
|
interface |
ManageableEntity
An Entity that is Manageable: will produce CRUD operations in the EntityManager implementation.
|
interface |
NamespaceFacade
An element in a model that contains a set of named elements that can be identified by name.
|
interface |
NodeFacade
A computational resource upon which artifacts may be deployed for execution.
|
interface |
Queue
TODO: Model Documentation for org.andromda.metafacades.uml.Queue
Metafacade interface to be used by AndroMDA cartridges.
|
interface |
Role
Represents a role a user may play within a system.
|
interface |
Service
Represents a service.
|
interface |
StereotypeFacade
Defines how an existing metaclass may be extended, and enables the use of platform or domain
specific terminology or notation in place of, or in addition to, the ones used for the extended
metaclass.
|
interface |
Topic
TODO: Model Documentation for org.andromda.metafacades.uml.Topic
Metafacade interface to be used by AndroMDA cartridges.
|
interface |
UseCaseFacade
The specification of a set of actions performed by a system, which yields an observable result
that is, typically, of value for one or more actors or other stakeholders of the system.
|
interface |
ValueObject
Represents a value object, a Classifier whose unique value is determined only by its attributes.
|
Modifier and Type | Method and Description |
---|---|
GeneralizableElementFacade |
GeneralizationFacade.getChild()
The model element that represents an element that can be generalized or specialized.
|
GeneralizableElementFacade |
GeneralizableElementFacade.getGeneralization()
Gets the direct generalization for this generalizable element.
|
GeneralizableElementFacade |
GeneralizableElementFacade.getGeneralizationRoot()
The element found when you recursively follow the generalization path up to the root.
|
GeneralizableElementFacade |
GeneralizationFacade.getParent()
The model element that represents an element that can be generalized or specialized.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeneralizableElementFacade> |
GeneralizableElementFacade.getAllGeneralizations()
All generalizations for this generalizable element, goes up the inheritance tree.
|
Collection<GeneralizableElementFacade> |
GeneralizableElementFacade.getAllSpecializations()
All specializations (travels down the inheritance hierarchy).
|
Collection<GeneralizableElementFacade> |
GeneralizableElementFacade.getGeneralizations()
Return all generalizations (ancestors) from this generalizable element.
|
Collection<GeneralizableElementFacade> |
GeneralizableElementFacade.getSpecializations()
Gets the direct specializations (i.e.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.