Interface | Description |
---|---|
ActionFacade |
An action is a named element that is the fundamental unit of executable functionality.
|
ActionStateFacade |
A state models a situation during which some (usually implicit) invariant condition holds.
|
ActivityGraphFacade |
State machines can be used to express the behavior of part of a system.
|
ActorFacade |
An actor specifies a role played by a user or any other system that interacts with the subject.
|
ArgumentFacade |
Represents an argument to an operation.
|
AssociationClassFacade |
A model element that has both association and class properties.
|
AssociationEndFacade |
A property related by memberEnd or its specializations to an association represents an end of the
association.
|
AssociationFacade |
An association describes a set of tuples whose values refer to typed instances.
|
AttributeFacade |
Represents an attribute on a classifier.
|
AttributeLinkFacade |
A representation of the model object 'Slot'.
|
BindingFacade |
A representation of the model object 'Template Binding'.
|
CallActionFacade |
A representation of the model object 'Call Operation Action'.
|
CallEventFacade |
A representation of the model object 'Activity'.
|
ClassifierFacade |
A Classifier is a classification of instances - it describes a set of instances that have
features in common.
|
ConstraintFacade |
Condition or restriction expressed in natural language text or in a machine readable language for
the purpose of declaring some of the semantics of an element.
|
DependencyFacade |
A representation of the model object 'Directed Relationship'.Represents a relationship between a
collection of source model elements and a collection of target model elements, a
dependency/reference.
|
Destination |
Represents a UML Destination for incoming/outgoing messages.
|
Entity |
Represents a persistent entity.
|
EntityAssociation |
Represents an association between entities.
|
EntityAssociationEnd |
Represents an association end of an entity.
|
EntityAttribute |
Represents an attribute of an entity.
|
EntityQueryOperation |
Represents a persistent entity finder method.
|
EnumerationFacade |
Represents an enumeration.
|
EnumerationLiteralFacade |
A user-defined data value for an enumeration.
|
EventFacade |
A representation of the model object 'Activity'.
|
ExtendFacade |
A relationship from an extending use case to an extended use case that specifies how and when the
behavior defined in the extending use case can be inserted into the behavior defined in the
extended use case.
|
ExtensionPointFacade |
Identifies a point in the behavior of a use case where that behavior can be extended by the
behavior of some other (extending) use case, as specified by an extend relationship.
|
FinalStateFacade |
A special kind of state signifying that the enclosing region is completed.
|
FrontEndAction |
Represents a "front-end" action.
|
FrontEndActionState |
Represents an operation on the server called by an action.
|
FrontEndActivityGraph |
Represents the activity graph describing the details of a presentation tier or "front end" use
case.
|
FrontEndController |
A front end controller is assigned as the context of a use-case.
|
FrontEndControllerOperation |
Represents an operation modeled on a controller.
|
FrontEndEvent |
A front-end event is represented by some kind of even on some kind of front-end (hyperlink,
submit button, etc).
|
FrontEndExceptionHandler |
A front-end exception handler intercepts exceptions and delegates them into a front-end action
state that will handle it (for example by simply displaying it if the action state happened to be
a view) .
|
FrontEndFinalState |
A final state represents the end of a use-case, in a "front-end" application this means its the
transition into the next front-end use case.
|
FrontEndForward |
A front end forward is any transition between front-end states.
|
FrontEndPackage |
Represents a package storing "front-end" components.
|
FrontEndParameter |
A front-end parameter is a parameter passed between front-end action states.
|
FrontEndPseudostate |
Encapsulates a pseudostate and provides specific front-end services.
|
FrontEndUseCase |
Represents a use case used in the "front end" of an application.
|
FrontEndView |
Represents a view within a front end application.
|
GeneralizableElementFacade |
The model element that represents an element that can be generalized or specialized.
|
GeneralizationFacade |
A taxonomic relationship between a more general classifier and a more specific classifier.
|
GuardFacade |
A representation of the model object 'Constraint'.
|
IncludeFacade |
An include relationship defines that a use case contains the behavior defined in another use
case.
|
InstanceFacade |
A representation of the model object 'Instance Specification'.
|
InteractionFacade |
An interaction is a unit of behavior that focuses on the observable exchange of information
between connectable elements.
|
LinkEndFacade |
Can be an AttributeLinkImpl or LinkEndImpl.
|
LinkFacade |
A representation of the model object 'Instance Specification'.
|
ManageableEntity |
An Entity that is Manageable: will produce CRUD operations in the EntityManager implementation.
|
ManageableEntityAssociationEnd |
TODO: Model Documentation for org.andromda.metafacades.uml.ManageableEntityAssociationEnd
Metafacade interface to be used by AndroMDA cartridges.
|
ManageableEntityAttribute |
TODO: Model Documentation for org.andromda.metafacades.uml.ManageableEntityAttribute
Metafacade interface to be used by AndroMDA cartridges.
|
ModelElementFacade |
Represents a model element.
|
ModelFacade |
Captures a view of a physical system.
|
NamespaceFacade |
An element in a model that contains a set of named elements that can be identified by name.
|
NodeFacade |
A computational resource upon which artifacts may be deployed for execution.
|
ObjectFlowStateFacade |
A representation of the model object 'Object Flow'.
|
OperationFacade |
A behavioral feature of a classifier that specifies the name, type, parameters, and constraints
for invoking an associated behavior.
|
PackageFacade |
Used to group elements, and provides a namespace for the grouped elements.
|
ParameterFacade |
Specification of an argument used to pass information into or out of an invocation of a
behavioral feature.
|
PartitionFacade |
A representation of the model object 'Region'.
|
PseudostateFacade |
An abstraction that encompasses different types of transient vertices in the state machine graph.
|
Queue |
TODO: Model Documentation for org.andromda.metafacades.uml.Queue
Metafacade interface to be used by AndroMDA cartridges.
|
RedefinableTemplateSignatureFacade |
A signature containing the template parameters for the templated element (Class, operation,
property, etc).
|
Role |
Represents a role a user may play within a system.
|
Service |
Represents a service.
|
ServiceOperation |
Reprsents an operation of a service.
|
StateFacade |
Models a situation during which some (usually implicit) invariant condition holds.
|
StateMachineFacade |
State machines can be used to express the behavior of part of a system.
|
StateVertexFacade |
A representation of the model object 'Vertex'.
|
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.
|
SubactivityStateFacade |
State machines can be used to express the behavior of part of a system.
|
TaggedValueFacade |
UML2 Stereotype attribute, UML14 TaggedValue.
|
TemplateArgumentFacade |
Represents the model object 'Template Parameter Substitution'.
|
TemplateParameterFacade |
Represents a UML template parameter.
|
Topic |
TODO: Model Documentation for org.andromda.metafacades.uml.Topic
Metafacade interface to be used by AndroMDA cartridges.
|
TransitionFacade |
A directed relationship between a source vertex and a target vertex.
|
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.
|
ValueObject |
Represents a value object, a Classifier whose unique value is determined only by its attributes.
|
ValueObjectAssociationEnd |
Represents the association end of a ValueObject.
|
Class | Description |
---|---|
EntityMetafacadeUtils |
Utilities for dealing with entity metafacades
|
FilteredCollection<T> |
Filters a collection of objects so that the collection contains only those
objects that pass the
evaluate test. |
MetafacadeUtils |
A class containing utilities for metafacade manipulation.
|
NameMasker |
Provides the ability to
mask names in a standard manner. |
TypeMappings |
An object responsible for mapping types in the object model to other language identifiers/types.
|
UMLMetafacadeProperties |
Stores the metafacade namespace properties used throughout the UML metafacades.
|
UMLMetafacadeUtils |
Contains utilities that are common to the UML metafacades.
|
UMLProfile |
Contains the common UML AndroMDA profile.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.