A B C D E F G H I J L M N O P Q R S T U V W

A

ActionFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ActionStateFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ActivityGraphFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ActorFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ALLOW_DEFAULT_IDENTITIFIERS - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
Whether or not to allow default identifiers for modeled entities.
ArgumentFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ARRAY_NAME_SUFFIX - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
Stores the suffix given to array type names.
AssociationClassFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
AssociationEndFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
AssociationFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
AttributeFacade - Interface in org.andromda.metafacades.uml
Represents an attribute on a classifier.
AttributeLinkFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.

B

BindingFacade - Interface in org.andromda.metafacades.uml
Represents a UML binding.
BLOB_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify a Blob type in the model, any other type that will be identified as a Blob type must specialize this type.
BOOLEAN_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify a boolean type in the model, any other type that will be identified as a boolean type must specialize this type.

C

CallActionFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
CallEventFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
CLASSIFIER_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to any classifier names NameMasker.mask(String, String).
CLASSIFIER_PROPERTY_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to any of the classifier property names NameMasker.mask(String, String).
ClassifierFacade - Interface in org.andromda.metafacades.uml
Represents a Classifier model element
clearForeignKeyConstraintNameCache() - Static method in class org.andromda.metafacades.uml.EntityMetafacadeUtils
Clears out the foreign key cache.
CLOB_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify a Clob type in the model, any other type that will be identified as a Clob type must specialize this type.
COLLECTION_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify collection types in the model, any other type that will be identified as a collection must specialize this type.
COLUMN_NAME_PREFIX - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
Stores the property defining the prefix for entity table column names.
CONSTRAINT_SUFFIX - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The default suffix to use for foreign keys.
ConstraintFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
constructSqlTypeName(String, String) - Static method in class org.andromda.metafacades.uml.EntityMetafacadeUtils
Constructs a sql type name from the given mappedName and columnLength.
copyTaggedValues(ModelElementFacade) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Copies all tagged values from the given ModelElementFacade to this model element facade.

D

DATE_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify date types in the model, any other type that will be identified as a date must specialize this type.
DATETIME_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify datetime types in the model.
DEFAULT_ENUMERATION_LITERAL_TYPE - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The type to given default enumeration literals.
DEFAULT_IDENTIFIER_PATTERN - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The pattern used to construct the name entity default identifiers (if enabled).
DEFAULT_IDENTIFIER_TYPE - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The type to given default identifiers.
DEFAULT_IDENTIFIER_VISIBILITY - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The visibility to apply to default identifiers.
DEFAULT_MULTIPLICITY - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The namespace property used to define the default multiplicity of an attribute or association end (when one isn't modeled).
DependencyFacade - Interface in org.andromda.metafacades.uml
Represents a dependency/reference.
Destination - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.

E

ENABLE_MANAGEABLE_ENTITIES - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
Whether or not to enable manageable entities for the currently running cartridge.
ENABLE_TEMPLATING - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
This property controls whether or not to produce templating parameters where possible.
ensureMaximumNameLength(String, Short) - Static method in class org.andromda.metafacades.uml.EntityMetafacadeUtils

Trims the passed in value to the maximum name length.

Entity - Interface in org.andromda.metafacades.uml
Represents a persistent entity.
ENTITY_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to the entity name NameMasker.mask(String, String).
ENTITY_PROPERTY_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to the entity property (attributes and association) names MetafacadeUtils#getMaskedName(String, String).
EntityAssociation - Interface in org.andromda.metafacades.uml
Represents an association between entities.
EntityAssociationEnd - Interface in org.andromda.metafacades.uml
Represents an association end of an entity.
EntityAttribute - Interface in org.andromda.metafacades.uml
Represents an attribute of an entity.
EntityMetafacadeUtils - Class in org.andromda.metafacades.uml
Utilities for dealing with entity metafacades
EntityMetafacadeUtils() - Constructor for class org.andromda.metafacades.uml.EntityMetafacadeUtils
 
EntityQueryOperation - Interface in org.andromda.metafacades.uml
Represents a persistent entity finder method.
ENUMERATION_LITERAL_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to enumeration literal names NameMasker.mask(String, String).
ENUMERATION_NAME_MASK - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The mask to apply to the enumeration literal name NameMasker.mask(String, String).
EnumerationFacade - Interface in org.andromda.metafacades.uml
Represents an enumeration.
EnumerationLiteralFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
evaluate(Object) - Method in class org.andromda.metafacades.uml.FilteredCollection
 
EventFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ExtendFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
ExtensionPointFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.

F

FILE_TYPE_NAME - Static variable in class org.andromda.metafacades.uml.UMLProfile
Used to identify a file type in the model, any other type that will be identified as a file type must specialize this type.
filterByNotType(Collection, Class) - Static method in class org.andromda.metafacades.uml.MetafacadeUtils
Filters out the model elements from the modelElements collection that are of (or inherit from) the specified type type
filterByStereotype(Collection, String) - Static method in class org.andromda.metafacades.uml.MetafacadeUtils
Filters out the model elements from the modelElements collection that don't have the specified stereotype
filterByType(Collection, Class) - Static method in class org.andromda.metafacades.uml.MetafacadeUtils
Filters out the model elements from the modelElements collection that are not of (or do not inherit from) the specified type type
FilteredCollection - Class in org.andromda.metafacades.uml
Filters a collection of objects so that the collection contains only those objects that pass the evaluate test.
FilteredCollection(Collection) - Constructor for class org.andromda.metafacades.uml.FilteredCollection
Constructor for the FilterCollection object
FinalStateFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
findActivityGraphByName(String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findActivityGraphByNameAndStereotype(String, String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findAttribute(String) - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Return the attribute which name matches the parameter
findClassWithTaggedValueOrHyperlink(String, String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findFinalStatesWithNameOrHyperlink(UseCaseFacade) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findModelElement(String) - Method in interface org.andromda.metafacades.uml.PackageFacade
Finds the model element with the given 'fullyQualifiedName', or returns null if one can't be found with that name.
findParameter(String) - Method in interface org.andromda.metafacades.uml.FrontEndAction
Finds the parameter on this action having the given name, if no parameter is found, null is returned instead.
findParameter(String) - Method in interface org.andromda.metafacades.uml.OperationFacade
Finds the parameter on this operation having the given name, if no parameter is found, null is returned instead.
findTaggedValue(String, boolean) - Method in interface org.andromda.metafacades.uml.AttributeFacade
Searches the given feature for the specified tag.
findTaggedValue(String, boolean) - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
Finds the tagged value optional searching the entire inheritance hierarchy if 'follow' is set to true.
findTaggedValue(String) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Finds the tagged value with the specified 'tagName'.
findTaggedValue(String, boolean) - Method in interface org.andromda.metafacades.uml.OperationFacade
Searches the given feature for the specified tag.
findTaggedValues(String) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Returns all the values for the tagged value with the specified name.
findUseCaseByName(String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findUseCaseWithNameAndStereotype(String, String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
findUseCaseWithTaggedValueOrHyperlink(String, String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
FOREIGN_KEY_SUFFIX - Static variable in class org.andromda.metafacades.uml.UMLMetafacadeProperties
The default suffix to use for foreign keys.
FrontEndAction - Interface in org.andromda.metafacades.uml
Represents a "front-end" action.
FrontEndActionState - Interface in org.andromda.metafacades.uml
A front end action state represents an operation on the server called by an action.
FrontEndActivityGraph - Interface in org.andromda.metafacades.uml
Represents the activity graph describing the details of a presentation tier or "front end" use case.
FrontEndController - Interface in org.andromda.metafacades.uml
A front end controller is assigned as the context of a use-case.
FrontEndControllerOperation - Interface in org.andromda.metafacades.uml
Represents an operation modeled on a controller.
FrontEndEvent - Interface in org.andromda.metafacades.uml
A front-end event is represented by some kind of even on some kind of front-end (hyperlink, submit button, etc).
FrontEndExceptionHandler - Interface in org.andromda.metafacades.uml
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 - Interface in org.andromda.metafacades.uml
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 - Interface in org.andromda.metafacades.uml
A front end forward is any transition between front-end states.
FrontEndPackage - Interface in org.andromda.metafacades.uml
Represents a package storing "front-end" components.
FrontEndParameter - Interface in org.andromda.metafacades.uml
A front-end parameter is a parameter passed between front-end action states.
FrontEndPseudostate - Interface in org.andromda.metafacades.uml
Encapsulates a pseudostate and provides specific front-end services.
FrontEndUseCase - Interface in org.andromda.metafacades.uml
Represents a use case used in the "front end" of an application.
FrontEndView - Interface in org.andromda.metafacades.uml
Represents a view within a front end application.

G

GeneralizableElementFacade - Interface in org.andromda.metafacades.uml
The model element that represents an element that can be generalized or specialized.
GeneralizationFacade - Interface in org.andromda.metafacades.uml
Metafacade interface to be used by AndroMDA cartridges.
getAbstractions() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Those abstraction dependencies for which this classifier is the client.
getAction() - Method in interface org.andromda.metafacades.uml.FrontEndEvent
The action which triggers the "front-end" event.
getAction() - Method in interface org.andromda.metafacades.uml.FrontEndParameter
The action to which this parameter belongs (if it belongs to an action), otherwise it returns null.
getActionForwards() - Method in interface org.andromda.metafacades.uml.FrontEndAction
All action forwards for this foward.
getActionMethodName() - Method in interface org.andromda.metafacades.uml.FrontEndActionState
The method name representing this action state.
getActionMethodName() - Method in interface org.andromda.metafacades.uml.FrontEndForward
The method name used to delegate to this forward.
getActions() - Method in interface org.andromda.metafacades.uml.FrontEndForward
The front-end actions directly containing this front-end forward.
getActions() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
The actions for this use-case.
getActions() - Method in interface org.andromda.metafacades.uml.FrontEndView
All actions that can be triggered on this view.
getActionState() - Method in interface org.andromda.metafacades.uml.ActionFacade
If this action is located on an action state, this will represent that state.
getActionStates() - Method in interface org.andromda.metafacades.uml.ActivityGraphFacade
The set of action states contained in this activity graph.
getActionStates() - Method in interface org.andromda.metafacades.uml.FrontEndAction
All action states visited by this action.
getActivityGraph() - Method in interface org.andromda.metafacades.uml.FrontEndControllerOperation
The activity graph in which this controller operation is used.
getActivityGraph() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
Returns the activity graph describing this use-case in more detail.
getActivityGraph() - Method in interface org.andromda.metafacades.uml.PartitionFacade
 
getAddition() - Method in interface org.andromda.metafacades.uml.IncludeFacade
 
getAllActionParameters() - Method in interface org.andromda.metafacades.uml.FrontEndView
All parameters for each action going out of this view.
getAllActionStates() - Method in interface org.andromda.metafacades.uml.ModelFacade
 
getAllActionStatesWithStereotype(ActivityGraphFacade, String) - Method in interface org.andromda.metafacades.uml.ModelFacade
 
getAllActors() - Method in interface org.andromda.metafacades.uml.ModelFacade
 
getAllAssociatedClasses() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Lists all classes associated to this one and any ancestor classes (through generalization).
getAllClasses() - Method in interface org.andromda.metafacades.uml.ModelFacade
 
getAllEntityReferences() - Method in interface org.andromda.metafacades.uml.Entity
Returns a collection of all entities this entity and its ancestors have a relation to.
getAllEntityReferences() - Method in interface org.andromda.metafacades.uml.Service
Returns a collection of all entities this service and its ancestors have a relation to.
getAllFormFields() - Method in interface org.andromda.metafacades.uml.FrontEndView
All fields from all forms on the given view.
getAllGeneralizations() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
All generalizations for this generalizable element, goes up the inheritance tree.
getAllManageables() - Method in interface org.andromda.metafacades.uml.ManageableEntity
All entities to which can be browsed from this entity.
getAllMessagingDestinations() - Method in interface org.andromda.metafacades.uml.Service
All messaging destinations that belong to this service and all decendent services.
getAllObjectFlowStates() - Method in interface org.andromda.metafacades.uml.ModelFacade
All object flow states in this model.
getAllProperties() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
A collection containing all 'properties' of the classifier and its ancestors.
getAllRequiredConstructorParameters() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
A collection containing all required and/or read-only 'properties' of the classifier and its ancestors.
getAllRoles() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
All roles that directly or indirectly related to any "front-end" use cases.
getAllRoles() - Method in interface org.andromda.metafacades.uml.Service
All roles associated with the service, this includes both roles that have access to the entire service, and any roles that have access to a single operation.
getAllServiceReferences() - Method in interface org.andromda.metafacades.uml.Service
Returns a collection of all services this service and its ancestors have a relation to.
getAllSpecializations() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
All specializations (travels down the inheritance hiearchy).
getAllTransitions() - Method in interface org.andromda.metafacades.uml.ModelFacade
All transitions present in the activity graphs contained by this model.
getAllUseCases() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
Returns all struts use-cases in this "front end" application.
getAllUseCases() - Method in interface org.andromda.metafacades.uml.ModelFacade
 
getArgumentNames() - Method in interface org.andromda.metafacades.uml.OperationFacade
A comma seperated list of all argument names.
getArguments() - Method in interface org.andromda.metafacades.uml.BindingFacade
The arguments for this binding.
getArguments() - Method in interface org.andromda.metafacades.uml.OperationFacade
 
getArgumentTypeNames() - Method in interface org.andromda.metafacades.uml.OperationFacade
 
getArray() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Gets the array type for this classifier.
getArrayName() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
The name of the classifier as an array.
getAssociatedClasses() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Lists the classes associated to this one, there is no repitition of classes.
getAssociation() - Method in interface org.andromda.metafacades.uml.AssociationEndFacade
The association owning this association end.
getAssociationEnd() - Method in interface org.andromda.metafacades.uml.LinkEndFacade
The association end owned by this link.
getAssociationEndA() - Method in interface org.andromda.metafacades.uml.AssociationFacade
The first association end.
getAssociationEndB() - Method in interface org.andromda.metafacades.uml.AssociationFacade
The second association end.
getAssociationEnds() - Method in interface org.andromda.metafacades.uml.AssociationFacade
Gets the association ends belonging to this association.
getAssociationEnds() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Gets the association ends belonging to a classifier.
getAttribute() - Method in interface org.andromda.metafacades.uml.AttributeLinkFacade
The attribute for this link.
getAttributeLinks() - Method in interface org.andromda.metafacades.uml.InstanceFacade
Returns those slots that map onto attributes.
getAttributeNameList(boolean, boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets a comma seperated list of attribute names.
getAttributes() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Gets the attributes that belong to the classifier.
getAttributes(boolean) - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Gets all attributes for the classifier and if 'follow' is true goes up the inheritance hierachy and gets the attributes from the super classes as well.
getAttributes(boolean, boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets all attributes of the entity, and optionally retieves the super entities attributes as well as excludes the entity's identifiers if 'withIdentifiers' is set to false.
getAttributeTypeList(boolean, boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets a comma seperated list of attribute types.
getBase() - Method in interface org.andromda.metafacades.uml.ExtendFacade
The base use-case.
getBase() - Method in interface org.andromda.metafacades.uml.IncludeFacade
 
getBody() - Method in interface org.andromda.metafacades.uml.ConstraintFacade
Gets the 'body' or text of this constraint.
getBody() - Method in interface org.andromda.metafacades.uml.GuardFacade
 
getBusinessOperations() - Method in interface org.andromda.metafacades.uml.Entity
All business operations of the entity, these include any operations that aren't queries.
getCall() - Method in interface org.andromda.metafacades.uml.OperationFacade
 
getChild() - Method in interface org.andromda.metafacades.uml.GeneralizationFacade
 
getChildEnds() - Method in interface org.andromda.metafacades.uml.Entity
Gets any children association ends (i.e.
getClasses() - Method in interface org.andromda.metafacades.uml.PackageFacade
 
getClassifiers() - Method in interface org.andromda.metafacades.uml.InstanceFacade
 
getColumnIndex() - Method in interface org.andromda.metafacades.uml.EntityAssociationEnd
The name of the index to create on a column that persists the foreign key attribute.
getColumnIndex() - Method in interface org.andromda.metafacades.uml.EntityAttribute
The name of the index to create on a column that persists the entity attribute.
getColumnLength() - Method in interface org.andromda.metafacades.uml.EntityAttribute
The length of the column that persists this entity attribute.
getColumnName() - Method in interface org.andromda.metafacades.uml.EntityAssociationEnd
The name of the column that makes up the foreign key.
getColumnName() - Method in interface org.andromda.metafacades.uml.EntityAttribute
The name of the table column to which this entity is mapped.
getConcurrency() - Method in interface org.andromda.metafacades.uml.OperationFacade
Returns the concurrency modifier for this operation (i.e.
getConnectionAssociationEnds() - Method in interface org.andromda.metafacades.uml.AssociationClassFacade
The association ends visible to this association class.
getConstraints() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Gets all constraints belonging to the model element.
getConstraints(String) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Returns the constraints of the argument kind that have been placed onto this model.
getContainer() - Method in interface org.andromda.metafacades.uml.StateVertexFacade
 
getContainerActions() - Method in interface org.andromda.metafacades.uml.FrontEndActionState
The actions that pass through this action state.
getContainerActions() - Method in interface org.andromda.metafacades.uml.FrontEndPseudostate
The actions that pass through this pseudo state.
getContextElement() - Method in interface org.andromda.metafacades.uml.ConstraintFacade
Gets the model element to which the constraint applies (i.e.
getContextElement() - Method in interface org.andromda.metafacades.uml.StateMachineFacade
 
getController() - Method in interface org.andromda.metafacades.uml.FrontEndAction
The controller that will handle the execution of this front-end action.
getController() - Method in interface org.andromda.metafacades.uml.FrontEndActivityGraph
The controller context for this activity graph.
getController() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
Returns the controller for this use-case.
getControllerCall() - Method in interface org.andromda.metafacades.uml.FrontEndEvent
The call to the controller for this front-end event (if any).
getControllerCalls() - Method in interface org.andromda.metafacades.uml.FrontEndActionState
All calls deferred to the controller by this action state.
getControllerCalls() - Method in interface org.andromda.metafacades.uml.FrontEndEvent
Gets all controller operation calls for the front-end event.
getControllerOperation() - Method in interface org.andromda.metafacades.uml.FrontEndParameter
Gets the controller operation to which this parameter belongs.
getDecisionTransitions() - Method in interface org.andromda.metafacades.uml.FrontEndAction
All the transitions coming out of decision points.
getDecisionTrigger() - Method in interface org.andromda.metafacades.uml.FrontEndForward
The trigger for this front-end forward.
getDefaultElement() - Method in interface org.andromda.metafacades.uml.TemplateParameterFacade
 
getDefaultValue() - Method in interface org.andromda.metafacades.uml.AttributeFacade
The default value of the attribute.
getDefaultValue() - Method in interface org.andromda.metafacades.uml.ParameterFacade
 
getDeferrableEvents() - Method in interface org.andromda.metafacades.uml.StateFacade
Events to which is being deferred in this action state.
getDeferredOperations() - Method in interface org.andromda.metafacades.uml.FrontEndAction
The controller operations to which this action defers, the order is preserved.
getDeferringActions() - Method in interface org.andromda.metafacades.uml.FrontEndController
All actions that defer to at least one operation of this controller.
getDeferringActions() - Method in interface org.andromda.metafacades.uml.FrontEndControllerOperation
All those actions that contain at least one front-end action state that is deferring to this operation.
getDisplayAttribute() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getDocumentation(String, int, boolean) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
 
getDocumentation(String, int) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
This method returns the documentation for this model element, with the lines wrapped after the specified number of characters, values of less than 1 will indicate no line wrapping is required.
getDocumentation(String) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Gets the documentation for the model element, The indent argument is prefixed to each line.
getEffect() - Method in interface org.andromda.metafacades.uml.TransitionFacade
 
getElement() - Method in interface org.andromda.metafacades.uml.TemplateArgumentFacade
 
getElementAsType(Object, Class) - Static method in class org.andromda.metafacades.uml.MetafacadeUtils
Checks to see if the element is the specified type and if so casts it to the object and returns it, otherwise it returns null.
getEmbeddedValues() - Method in interface org.andromda.metafacades.uml.Entity
The embedded values belonging to this entity.
getEntityReferences() - Method in interface org.andromda.metafacades.uml.Entity
All entities referenced by this entity.
getEntityReferences() - Method in interface org.andromda.metafacades.uml.Service
References to all entities to which this service has a dependency.
getEntry() - Method in interface org.andromda.metafacades.uml.ActionStateFacade
The entry action for this action state (if any).
getEnumeration() - Method in interface org.andromda.metafacades.uml.AttributeFacade
If the attribute is an enumeration literal this represents the owning enumeration.
getEnumerationLiteralParameters() - Method in interface org.andromda.metafacades.uml.AttributeFacade
Returns the enumeration literal parameters defined by tagged value as a comma separated list.
getEnumerationValue() - Method in interface org.andromda.metafacades.uml.AttributeFacade
The value for this attribute if it is an enumeration literal, null otherwise.
getEnumerationValue() - Method in interface org.andromda.metafacades.uml.EnumerationLiteralFacade
Gets the Literal's Value.
getEvent() - Method in interface org.andromda.metafacades.uml.ParameterFacade
If this parameter is located on an event, this will represent that event.
getExceptionList(String) - Method in interface org.andromda.metafacades.uml.OperationFacade
Returns a comma seperated list of exceptions appended to the comma seperated list of fully qualified 'initialException' classes passed in to this method.
getExceptionList() - Method in interface org.andromda.metafacades.uml.OperationFacade
A comma seperated list containing all exceptions that this operation throws.
getExceptions() - Method in interface org.andromda.metafacades.uml.FrontEndActionState
All exceptions modelled on this action state.
getExceptions() - Method in interface org.andromda.metafacades.uml.OperationFacade
A collection of all exceptions thrown by this operation.
getExtends() - Method in interface org.andromda.metafacades.uml.UseCaseFacade
The extend instances related to this use-case.
getExtension() - Method in interface org.andromda.metafacades.uml.ExtendFacade
The extension use-case.
getExtensionPoints() - Method in interface org.andromda.metafacades.uml.ExtendFacade
The extension points.
getExtensionPoints() - Method in interface org.andromda.metafacades.uml.UseCaseFacade
 
getFinalStates() - Method in interface org.andromda.metafacades.uml.StateMachineFacade
 
getFirstActivityGraph() - Method in interface org.andromda.metafacades.uml.UseCaseFacade
The first activity graph directly owned by this use-case.
getForeignKeyConstraintName() - Method in interface org.andromda.metafacades.uml.EntityAssociationEnd
The name of the foreign key constraint to use for databases.
getForeignKeyConstraintName(EntityAssociationEnd, String, String, String) - Static method in class org.andromda.metafacades.uml.EntityMetafacadeUtils
Constructs and returns the foreign key constraint name for the given associationEnd, suffix, sqlNameSeperator and maxLengthProperty.
getForeignKeySuffix() - Method in interface org.andromda.metafacades.uml.EntityAssociationEnd
The current foreign key suffix specified for this entity association end facade.
getFormFields() - Method in interface org.andromda.metafacades.uml.FrontEndAction
Form fields for this action.
getFormFields() - Method in interface org.andromda.metafacades.uml.FrontEndControllerOperation
The set of fields in the form made up form this controller operation's parameters.
getForward() - Method in interface org.andromda.metafacades.uml.FrontEndActionState
The next transition, there can be only one transition going out of an action state, otherwise decision points should be used (triggers are not supported at the server-side).
getForwardParameters() - Method in interface org.andromda.metafacades.uml.FrontEndForward
Tthe set of parameter used during transport in this forward.
getFromOperationName() - Method in interface org.andromda.metafacades.uml.EnumerationFacade
The 'from' operation name.
getFromOperationSignature() - Method in interface org.andromda.metafacades.uml.EnumerationFacade
The 'from' operation signature.
getFrontEndActivityGraph() - Method in interface org.andromda.metafacades.uml.FrontEndForward
The activity graph which holds this forward if the graph is contained in a FrontEndUseCase.
getFrontEndControllers() - Method in interface org.andromda.metafacades.uml.FrontEndPackage
The "front-end" controllers belonging to this package.
getFrontEndUseCases() - Method in interface org.andromda.metafacades.uml.FrontEndPackage
The use cases that make up the "front-end".
getFullyQualifiedArrayName() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
The fully qualified name of the classifier as an array.
getFullyQualifiedManageableServiceName() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getFullyQualifiedName(boolean) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Returns the fully qualified name of the model element.
getFullyQualifiedName() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
The fully qualified name of this model element.
getFullyQualifiedNamePath() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Returns the fully qualified name as a path, the returned value always starts with out a slash '/'.
getGeneralization() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
Gets the direct generalization for this generalizable element.
getGeneralizationLinks() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
Gets the actual links that this generalization element is part of (it plays either the specialization or generalization).
getGeneralizationList() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
A comma seperated list of the fully qualified names of all generalizations.
getGeneralizationRoot() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
The element found when you recursively follow the generalization path up to the root.
getGeneralizations() - Method in interface org.andromda.metafacades.uml.GeneralizableElementFacade
 
getGeneralizedActors() - Method in interface org.andromda.metafacades.uml.ActorFacade
All actors generalized by this actor.
getGeneralizedByActors() - Method in interface org.andromda.metafacades.uml.ActorFacade
The set of actors that generalize this actor.
getGetterName() - Method in interface org.andromda.metafacades.uml.AssociationEndFacade
A name suitable for use when accessing this association end in programming code.
getGetterName() - Method in interface org.andromda.metafacades.uml.AttributeFacade
The name of the accessor operation that would retrieve this attribute's value.
getGetterName() - Method in interface org.andromda.metafacades.uml.DependencyFacade
The "getter" name for this dependency.
getGetterName() - Method in interface org.andromda.metafacades.uml.ParameterFacade
The name to use for accessors getting this parameter from a bean.
getGetterPrefix(ClassifierFacade) - Static method in class org.andromda.metafacades.uml.UMLMetafacadeUtils
Gets the getter prefix for a getter operation given the type.
getGetterSetterTypeName() - Method in interface org.andromda.metafacades.uml.AssociationEndFacade
The name of the type that is returned on the accessor and mutator operations, determined in part by the multiplicity.
getGetterSetterTypeName() - Method in interface org.andromda.metafacades.uml.AttributeFacade
The name of the type that is returned on the accessor and mutator operations, determined in part by the multiplicity.
getGuard() - Method in interface org.andromda.metafacades.uml.TransitionFacade
 
getId() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Gets the unique identifier of the underlying model element.
getIdentifierAssociationEnds() - Method in interface org.andromda.metafacades.uml.Entity
Gets all the associationEnds of this entity marked with the identifiers stereotype.
getIdentifiers() - Method in interface org.andromda.metafacades.uml.Entity
All the attributes of the entity which make up its identifier (primary key).
getIdentifiers(boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets all identifiers for an entity.
getIdentifiers(Entity, boolean) - Static method in class org.andromda.metafacades.uml.EntityMetafacadeUtils
Gets all identifiers for an entity.
getImplementationOperations() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Returns all those operations that could be implemented at this classifier's level.
getImplementedInterfaceList() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
A comma seperated list of the fully qualified names of all implemented interfaces.
getIncludes() - Method in interface org.andromda.metafacades.uml.UseCaseFacade
 
getIncoming() - Method in interface org.andromda.metafacades.uml.StateVertexFacade
 
getIncomingDestination() - Method in interface org.andromda.metafacades.uml.ServiceOperation
The destination for any incoming messages.
getInitialAction() - Method in interface org.andromda.metafacades.uml.FrontEndActivityGraph
This is the initial action encountered in this activity graph.
getInitialState() - Method in interface org.andromda.metafacades.uml.StateMachineFacade
The first initial state (if any) found in this activity graph.
getInitialStates() - Method in interface org.andromda.metafacades.uml.StateMachineFacade
 
getInitialTransition() - Method in interface org.andromda.metafacades.uml.StateMachineFacade
The first transition on the first initial state found for this activity graph.
getInitialView() - Method in interface org.andromda.metafacades.uml.FrontEndUseCase
The first view of this use case, this may actually return a view of another use case if the first is found by traveling through the final state.
getInput() - Method in interface org.andromda.metafacades.uml.FrontEndAction
The view on which this action can be triggered.
getInstance() - Method in interface org.andromda.metafacades.uml.AttributeLinkFacade
The owning instance for this link.
getInstance() - Method in interface org.andromda.metafacades.uml.LinkEndFacade
The first instance to which this link end is attached.
getInstance(Mappings) - Static method in class org.andromda.metafacades.uml.TypeMappings
Returns a new configured instance of this TypeMappings configured from the mappings instance.
getInstance(String) - Static method in class org.andromda.metafacades.uml.TypeMappings
Returns a new configured instance of this TypeMappings configured from the mappings instance.
getInstanceAttributes() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Those attributes that are scoped to an instance of this class.
getInstanceOperations() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Those operations that are scoped to an instance of this class.
getInstances() - Method in interface org.andromda.metafacades.uml.LinkEndFacade
The instances this link end is attached too.
getInterfaceAbstractions() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Those interfaces that are abstractions of this classifier, this basically means this classifier realizes them.
getInterUseCaseParameters() - Method in interface org.andromda.metafacades.uml.FrontEndFinalState
Parameters that are directly entering this final state, they will be able to survive a trip to the next use-case.
getJavaNullString() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
A String representing the null-value for this classifier type to be used in a Java environment.
getJdbcMappings() - Method in interface org.andromda.metafacades.uml.EntityAttribute
The PIM to language specific mappings for JDBC.
getJdbcType() - Method in interface org.andromda.metafacades.uml.EntityAttribute
The JDBC type for this entity attribute.
getLanguageMappings() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
The language mappings that have been set for this model elemnt.
getLink() - Method in interface org.andromda.metafacades.uml.LinkEndFacade
The link owning this link end.
getLinkEnds() - Method in interface org.andromda.metafacades.uml.InstanceFacade
Those slots that map onto association ends.
getLinkEnds() - Method in interface org.andromda.metafacades.uml.LinkFacade
The two links ends owned by this link.
getLiterals() - Method in interface org.andromda.metafacades.uml.EnumerationFacade
This enumeration's literals.
getLiteralType() - Method in interface org.andromda.metafacades.uml.EnumerationFacade
The type of the enumeration's literals.
getLower() - Method in interface org.andromda.metafacades.uml.AssociationEndFacade
the lower value for the multiplicity
getLower() - Method in interface org.andromda.metafacades.uml.AttributeFacade
the lower value for the multiplicity
getLower() - Method in interface org.andromda.metafacades.uml.OperationFacade
the lower value for the multiplicity
getLower() - Method in interface org.andromda.metafacades.uml.ParameterFacade
the lower value for the multiplicity
getManageableAssociationEnds() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageableAttributes() - Method in interface org.andromda.metafacades.uml.ManageableEntity
Lists the attributes that can be managed for this entity.
getManageableIdentifier() - Method in interface org.andromda.metafacades.uml.ManageableEntity
The identifier used when managing this entity.
getManageableIdentifier() - Method in interface org.andromda.metafacades.uml.ManageableEntityAssociationEnd
 
getManageableMembers() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageablePackageName() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageablePackagePath() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageableServiceAccessorCall() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageableServiceFullPath() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getManageableServiceName() - Method in interface org.andromda.metafacades.uml.ManageableEntity
 
getMappings() - Method in class org.andromda.metafacades.uml.TypeMappings
Returns the Mappings instance which this TypeMapping wraps.
getMaximumListSize() - Method in interface org.andromda.metafacades.uml.ManageableEntity
The maximum number of rows to load from the database.
getMaxSqlNameLength() - Method in interface org.andromda.metafacades.uml.Entity
The maximum length a SQL name may be.
getMemberVariables() - Method in interface org.andromda.metafacades.uml.EnumerationFacade
The enumeration member variables.
getMessagingDestinations() - Method in interface org.andromda.metafacades.uml.Service
All messaging destinations available to this service.
getModel() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
 
getModelElements() - Method in interface org.andromda.metafacades.uml.PackageFacade
Gets all the model elements belonging to the root package.
getName(boolean) - Method in interface org.andromda.metafacades.uml.EnumerationLiteralFacade
Gets the name of the enumeration literal (if the "modelName" flag is true, then the actual name of the literal in the model is returned - otherwise the name that has any masking applied).
getName() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
The name of the model element.
getNavigableConnectingEnds() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
The other ends of this classifier's association ends which are navigable.
getNavigableConnectingEnds(boolean) - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Get the other ends of this classifier's association ends which are navigable and if 'follow' is true goes up the inheritance hierarchy and gets the super association ends as well.
getNonArray() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
Assuming that the classifier is an array, this will return the non array type of the classifier from
getObjectFlowStates() - Method in interface org.andromda.metafacades.uml.ActivityGraphFacade
The set of object flow states contained in this activity graph.
getOperation() - Method in interface org.andromda.metafacades.uml.CallActionFacade
The operation called by this action.
getOperation() - Method in interface org.andromda.metafacades.uml.CallEventFacade
The operation called by this event.
getOperation() - Method in interface org.andromda.metafacades.uml.ParameterFacade
If this parameter is located on an operation, this will represent that operation.
getOperationCall() - Method in interface org.andromda.metafacades.uml.FrontEndForward
The operation to which is called during execution of this front-end forward.
getOperationCallFromAttributes() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
The attributes from this classifier in the form of an operation call (this example would be in Java): '(java.lang.String attributeOne, java.lang.String attributeTwo).
getOperationCallFromAttributes(boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets the attributes as a list within an operation call, optionally including the type names and the identifier attributes.
getOperationCallFromAttributes(boolean, boolean) - Method in interface org.andromda.metafacades.uml.Entity
Gets the attributes as a list within an operation call.
getOperations() - Method in interface org.andromda.metafacades.uml.CallEventFacade
The operations of this call event facade.
getOperations() - Method in interface org.andromda.metafacades.uml.ClassifierFacade
The operations owned by this classifier.
getOtherEnd() - Method in interface org.andromda.metafacades.uml.AssociationEndFacade
The other association end owned by this end's association.
getOutgoing() - Method in interface org.andromda.metafacades.uml.StateVertexFacade
 
getOutgoingDestination() - Method in interface org.andromda.metafacades.uml.ServiceOperation
The destination for any outgoing messages.
getOverriddenOperation() - Method in interface org.andromda.metafacades.uml.OperationFacade
The operation this operation overrides, null if this operation is not overriding.
getOwnedElements() - Method in interface org.andromda.metafacades.uml.NamespaceFacade
Gets the model element which this namespace owns.
getOwnedElements() - Method in interface org.andromda.metafacades.uml.PackageFacade
The elements directly found in this package.
getOwnedInstances() - Method in interface org.andromda.metafacades.uml.InstanceFacade
 
getOwnedLinks() - Method in interface org.andromda.metafacades.uml.InstanceFacade
 
getOwner() - Method in interface org.andromda.metafacades.uml.AttributeFacade
Gets the classifer who is the owner of the attributes.
getOwner() - Method in interface org.andromda.metafacades.uml.OperationFacade
Gets the owner of this operation
getPackage() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Gets the package to which this model element belongs.
getPackageName(boolean) - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Gets the package name (optionally providing the ability to retrieve the model name and not the mapped name).
getPackageName() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
The name of this model element's package.
getPackagePath() - Method in interface org.andromda.metafacades.uml.ModelElementFacade
Returns the package as a path, the returned value always starts with out a slash '/'.
getPageSize() - Method in interface org.andromda.metafacades.uml.ManageableEntity
The maximum number of rows to load from the database.
getParameter() - Method in interface org.andromda.metafacades.uml.TemplateParameterFacade
 
getParameters() - Method in interface org.andromda.metafacades.uml.EventFacade
The parameters to this event.
getParameters() - Method in interface org.andromda.metafacades.uml.FrontEndAction
All parameters sent by this "front-end" action.
getParameters() - Method in interface org.andromda.metafacades.uml.OperationFacade
 
getParent() - Method in interface org.andromda.metafacades.uml.GeneralizationFacade
 
getParentEnd() - Method in interface org.andromda.metafacades.uml.Entity
Returns the parent association end of this entity if its a child entity.
getPartition() - Method in interface org.andromda.metafacades.uml.StateVertexFacade
The partition (if any) to which this vertex belongs.
getPartitions() - Method in inter