public abstract class JSFActionLogic extends MetafacadeBase implements JSFAction
JSFAction
,
Serialized FormModifier and Type | Field and Description |
---|---|
protected Object |
metaObject
The underlying UML object
|
contextRoot
Modifier | Constructor and Description |
---|---|
protected |
JSFActionLogic(Object metaObjectIn,
String context)
Create Metafacade implementation instance using the MetafacadeFactory from the context
|
Modifier and Type | Method and Description |
---|---|
void |
copyTaggedValues(ModelElementFacade element)
Copies all tagged values from the given ModelElementFacade to this model element facade.
|
ParameterFacade |
findParameter(String name)
Finds the parameter on this action having the given name, if no parameter is found, null is
returned instead.
|
Object |
findTaggedValue(String tagName)
Finds the tagged value with the specified 'tagName'.
|
Collection<Object> |
findTaggedValues(String tagName)
Returns all the values for the tagged value with the specified name.
|
String |
getActionClassName()
The name of the action class that executes this action.
|
List<FrontEndForward> |
getActionForwards()
All action forwards for this foward.
|
String |
getActionMethodName()
The method name used to delegate to this forward.
|
List<FrontEndAction> |
getActions()
The front-end actions directly containing this front-end forward.
|
List<FrontEndActionState> |
getActionStates()
All action states visited by this action.
|
String |
getBindedFullyQualifiedName(ModelElementFacade bindedElement)
Returns the fully qualified name of the model element.
|
Collection<ConstraintFacade> |
getConstraints()
Gets all constraints belonging to the model element.
|
Collection<ConstraintFacade> |
getConstraints(String kind)
Returns the constraints of the argument kind that have been placed onto this model.
|
FrontEndController |
getController()
The controller that will handle the execution of this front-end action.
|
String |
getControllerAction()
The name of the action on the controller that executions this action.
|
List<FrontEndForward> |
getDecisionTransitions()
All the transitions coming out of decision points.
|
FrontEndEvent |
getDecisionTrigger()
The trigger for this front-end forward.
|
List<FrontEndControllerOperation> |
getDeferredOperations()
The controller operations to which this action defers, the order is preserved.
|
String |
getDocumentation(String indent)
Gets the documentation for the model element, The indent argument is prefixed to each line.
|
String |
getDocumentation(String indent,
int lineLength)
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.
|
String |
getDocumentation(String indent,
int lineLength,
boolean htmlStyle)
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.
|
String |
getDocumentationKey()
A resource message key suited for the action''s documentation.
|
String |
getDocumentationValue()
The resource messsage value suited for the action''s documentation.
|
ActionFacade |
getEffect()
An action is a named element that is the fundamental unit of executable functionality.
|
String |
getFormBeanName()
The name of the bean under which the form is stored.
|
List<FrontEndParameter> |
getFormFields()
Form fields for this action.
|
String |
getFormImplementationGetter()
The signature of the accessor method that returns the form implementation instance.
|
String |
getFormImplementationInterfaceList()
A comma separated list of all the form interfaces which the form implementation implements.
|
String |
getFormImplementationName()
The name of the form implementation.
|
String |
getFormKey()
The key that stores the form in which information is passed from one action to another.
|
String |
getFormScope()
The scope of the JSF form (request, session,application,etc).
|
String |
getFormSerialVersionUID()
The calcuated serial version UID for this action's form.
|
List<FrontEndParameter> |
getForwardParameters()
Tthe set of parameter used during transport in this forward.
|
String |
getFromOutcome()
The name that corresponds to the from-outcome in an navigational rule.
|
FrontEndActivityGraph |
getFrontEndActivityGraph()
The activity graph which holds this forward if the graph is contained in a FrontEndUseCase.
|
String |
getFullyQualifiedActionClassName()
The fully qualified name of the action class that execute this action.
|
String |
getFullyQualifiedActionClassPath()
The fully qualified path to the action class that execute this action.
|
String |
getFullyQualifiedFormImplementationName()
The fully qualified name of the form implementation.
|
String |
getFullyQualifiedFormImplementationPath()
The fully qualified path of the form implementation.
|
String |
getFullyQualifiedName()
The fully qualified name of this model element.
|
String |
getFullyQualifiedName(boolean modelName)
Returns the fully qualified name of the model element.
|
String |
getFullyQualifiedNamePath()
Returns the fully qualified name as a path, the returned value always starts with out a slash
'/'.
|
GuardFacade |
getGuard()
A representation of the model object 'Constraint'.
|
List<JSFParameter> |
getHiddenParameters()
Represents an action taken during a "front-end" event execution on a JSF application.
|
String |
getId()
Gets the unique identifier of the underlying model element.
|
StateVertexFacade |
getInput()
The StateVertex (FrontEndView or PseudostateFacade) on which this action can be triggered.
|
Collection<String> |
getKeywords()
UML2: Retrieves the keywords for this element.
|
String |
getLabel()
UML2: Retrieves a localized label for this named element.
|
TypeMappings |
getLanguageMappings()
The language mappings that have been set for this model element.
|
String |
getMessageKey()
The default resource message key for this action.
|
ModelFacade |
getModel()
Return the model containing this model element (multiple models may be loaded and processed
at the same time).
|
String |
getName()
The name of the model element.
|
FrontEndControllerOperation |
getOperationCall()
The operation to which is called during execution of this front-end forward.
|
ModelElementFacade |
getPackage()
Gets the package to which this model element belongs.
|
String |
getPackageName()
The name of this model element's package.
|
String |
getPackageName(boolean modelName)
Gets the package name (optionally providing the ability to retrieve the model name and not
the mapped name).
|
String |
getPackagePath()
Returns the package as a path, the returned value always starts with out a slash '/'.
|
List<FrontEndParameter> |
getParameters()
All parameters sent by this "front-end" action.
|
String |
getPath()
The path to this action.
|
String |
getPathRoot()
The path's root.
|
String |
getQualifiedName()
UML2: Returns the value of the 'Qualified Name' attribute.
|
PackageFacade |
getRootPackage()
Gets the root package for the model element.
|
StateVertexFacade |
getSource()
A representation of the model object 'Vertex'.
|
Collection<DependencyFacade> |
getSourceDependencies()
Gets the dependencies for which this model element is the source.
|
StateMachineFacade |
getStateMachineContext()
If this model element is the context of an activity graph, this represents that activity
graph.
|
Collection<String> |
getStereotypeNames()
The collection of ALL stereotype names for this model element.
|
Collection<StereotypeFacade> |
getStereotypes()
Gets all stereotypes for this model element.
|
Map |
getSuccessMessages()
Messages used to indicate successful execution.
|
String |
getTableLinkColumnName()
The name of the column targetted by this action.
|
String |
getTableLinkName()
The name of the table link specified for this action.
|
JSFParameter |
getTableLinkParameter()
Represents an action taken during a "front-end" event execution on a JSF application.
|
Collection<TaggedValueFacade> |
getTaggedValues()
Return the TaggedValues associated with this model element, under all stereotypes.
|
StateVertexFacade |
getTarget()
A representation of the model object 'Vertex'.
|
Collection<DependencyFacade> |
getTargetDependencies()
Gets the dependencies for which this model element is the target.
|
List<FrontEndView> |
getTargetViews()
All views that can be possibly targetted by triggering this action.
|
Object |
getTemplateParameter(String parameterName)
Get the template parameter for this model element having the parameterName
|
Collection<TemplateParameterFacade> |
getTemplateParameters()
Get the template parameters for this model element
|
List<FrontEndForward> |
getTransitions()
All the transitions that make up this action, this directly maps onto the forwards.
|
EventFacade |
getTrigger()
If a trigger is present on this transition, this event represents that trigger.
|
String |
getTriggerMethodName()
The name of the method to be executed when this action is triggered.
|
String |
getTriggerName()
The name of the trigger that triggers that action.
|
FrontEndUseCase |
getUseCase()
The use case in which this forward is contained.
|
String |
getValidationName() |
Object |
getValidationOwner() |
String |
getViewFragmentPath()
The path to the view fragment corresponding to this action
|
String |
getVisibility()
The visibility (i.e.
|
Map |
getWarningMessages()
Any messages used to indicate a warning.
|
protected abstract String |
handleGetActionClassName() |
protected abstract String |
handleGetControllerAction() |
protected abstract String |
handleGetDocumentationKey() |
protected abstract String |
handleGetDocumentationValue() |
protected abstract String |
handleGetFormBeanName() |
protected abstract String |
handleGetFormImplementationGetter() |
protected abstract String |
handleGetFormImplementationInterfaceList() |
protected abstract String |
handleGetFormImplementationName() |
protected abstract String |
handleGetFormKey() |
protected abstract String |
handleGetFormScope() |
protected abstract String |
handleGetFormSerialVersionUID() |
protected abstract String |
handleGetFromOutcome() |
protected abstract String |
handleGetFullyQualifiedActionClassName() |
protected abstract String |
handleGetFullyQualifiedActionClassPath() |
protected abstract String |
handleGetFullyQualifiedFormImplementationName() |
protected abstract String |
handleGetFullyQualifiedFormImplementationPath() |
protected abstract List |
handleGetHiddenParameters()
UML Specific type is returned in Collection, transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetMessageKey() |
protected abstract String |
handleGetPath() |
protected abstract String |
handleGetPathRoot() |
protected abstract Map |
handleGetSuccessMessages() |
protected abstract String |
handleGetTableLinkColumnName() |
protected abstract String |
handleGetTableLinkName() |
protected abstract Object |
handleGetTableLinkParameter()
UML Specific type is transformed by shieldedElements to AndroMDA Metafacade type
|
protected abstract String |
handleGetTriggerMethodName() |
protected abstract String |
handleGetTriggerName() |
protected abstract String |
handleGetViewFragmentPath() |
protected abstract Map |
handleGetWarningMessages() |
protected abstract boolean |
handleIsDialog() |
protected abstract boolean |
handleIsFinalStateTarget() |
protected abstract boolean |
handleIsFormReset() |
protected abstract boolean |
handleIsFormResetRequired() |
protected abstract boolean |
handleIsHyperlink() |
protected abstract boolean |
handleIsNeedsFileUpload() |
protected abstract boolean |
handleIsPopup() |
protected abstract boolean |
handleIsResettable() |
protected abstract boolean |
handleIsSuccessMessagesPresent() |
protected abstract boolean |
handleIsTableAction() |
protected abstract boolean |
handleIsTableLink() |
protected abstract boolean |
handleIsValidationRequired() |
protected abstract boolean |
handleIsWarningMessagesPresent() |
boolean |
hasExactStereotype(String stereotypeName)
Returns true if the model element has the exact stereotype (meaning no stereotype inheritance
is taken into account when searching for the stereotype), false otherwise.
|
boolean |
hasKeyword(String keywordName)
Does the UML Element contain the named Keyword? Keywords can be separated by space, comma,
pipe, semicolon, or << >>
|
boolean |
hasStereotype(String stereotypeName)
Returns true if the model element has the specified stereotype.
|
void |
initialize() |
boolean |
isBindingDependenciesPresent()
True if there are target dependencies from this element that are instances of BindingFacade.
|
boolean |
isConstraintsPresent()
Indicates if any constraints are present on this model element.
|
boolean |
isContainedInFrontEndUseCase()
Indicates if this forward is contained in a FrontEndUseCase.
|
boolean |
isDialog()
Indicates if this action forwards to a dialog (use case runs in different conversation
scope).
|
boolean |
isDocumentationPresent()
Indicates if any documentation is present on this model element.
|
boolean |
isEnteringActionState()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.enteringActionState
|
boolean |
isEnteringDecisionPoint()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.enteringDecisionPoint
|
boolean |
isEnteringFinalState()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.enteringFinalState
|
boolean |
isEnteringView()
Indicates if this action directly targets a "front-end" view, false otherwise.
|
boolean |
isExitingActionState()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.exitingActionState
|
boolean |
isExitingDecisionPoint()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.exitingDecisionPoint
|
boolean |
isExitingInitialState()
TODO: Model Documentation for
org.andromda.metafacades.uml.TransitionFacade.exitingInitialState
|
boolean |
isExitingView()
Indicates if this forward (transition) is coming out of a front-end view.
|
boolean |
isFinalStateTarget()
Indicates whether or not a final state is the target of this action.
|
boolean |
isFormReset()
Whether or not the entire form should be reset (all action parameters on the form).
|
boolean |
isFormResetRequired()
Indicates if at least one parameter on the form requires being reset.
|
boolean |
isFrontEndActionMetaType() |
boolean |
isFrontEndForwardMetaType() |
boolean |
isHyperlink()
Indicates whether or not this action is represented by clicking on a hyperlink.
|
boolean |
isJSFActionMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isModelElementFacadeMetaType() |
boolean |
isNeedsFileUpload()
TODO: Model Documentation for
org.andromda.cartridges.jsf2.metafacades.JSFAction.needsFileUpload
|
boolean |
isPopup()
Indicates if this action forwards to a popup.
|
boolean |
isReservedWord()
True if this element name is a reserved word in Java, C#, ANSI or ISO C, C++, JavaScript.
|
boolean |
isResettable()
Indicates whether or not the values passed along with this action can be reset or not.
|
boolean |
isSuccessMessagesPresent()
Indicates whether or not any success messags are present.
|
boolean |
isTableAction()
Indicates that this action works on all rows of the table from the table link relation.
|
boolean |
isTableLink()
Indicates if a table link name has been specified and it properly targets a table
page-variable from the input page.
|
boolean |
isTemplateParametersPresent()
True is there are template parameters on this model element.
|
boolean |
isTransitionFacadeMetaType() |
boolean |
isTriggerPresent()
TODO: Model Documentation for org.andromda.metafacades.uml.TransitionFacade.triggerPresent
|
boolean |
isUseCaseStart()
Indicates if this action represents the beginning of the front-end use case or not.
|
boolean |
isValidationRequired()
Indicates whether or not at least one parameter on this action requires validation.
|
boolean |
isValidIdentifierName()
True if this element name is a valid identifier name in Java, C#, ANSI or ISO C, C++,
JavaScript.
|
boolean |
isWarningMessagesPresent()
Whether or not any warning messages are present.
|
void |
resetMetafacadeContext(String context)
Reset context only for non-root metafacades
|
String |
toString() |
String |
translateConstraint(String name,
String translation)
Searches for the constraint with the specified 'name' on this model element, and if found
translates it using the specified 'translation' from a translation library discovered by the
framework.
|
String[] |
translateConstraints(String translation)
Translates all constraints belonging to this model element with the given 'translation'.
|
String[] |
translateConstraints(String kind,
String translation)
Translates the constraints of the specified 'kind' belonging to this model element.
|
void |
validateInvariants(Collection<ModelValidationMessage> validationMessages) |
compareTo, equals, getConfiguredProperty, getDebug, getMetafacadeContext, getMetaObject, hashCode, isConfiguredProperty, isMetafacadePropertyCachingEnabled, setMetafacadeContext, setProperty, shieldedElement, shieldedElements, THIS, validate
protected Object metaObject
Object
protected JSFActionLogic(Object metaObjectIn, String context)
metaObjectIn
- context
- public void resetMetafacadeContext(String context)
resetMetafacadeContext
in class MetafacadeBase
context
- MetafacadeBase.resetMetafacadeContext(String context)
public boolean isJSFActionMetaType()
JSFAction
isJSFActionMetaType
in interface JSFAction
JSFAction
protected abstract String handleGetFormImplementationName()
JSFAction.getFormImplementationName()
public final String getFormImplementationName()
getFormImplementationName
in interface JSFAction
protected abstract String handleGetFormBeanName()
JSFAction.getFormBeanName()
public final String getFormBeanName()
getFormBeanName
in interface JSFAction
protected abstract String handleGetFullyQualifiedFormImplementationName()
JSFAction.getFullyQualifiedFormImplementationName()
public final String getFullyQualifiedFormImplementationName()
getFullyQualifiedFormImplementationName
in interface JSFAction
protected abstract String handleGetFullyQualifiedFormImplementationPath()
JSFAction.getFullyQualifiedFormImplementationPath()
public final String getFullyQualifiedFormImplementationPath()
getFullyQualifiedFormImplementationPath
in interface JSFAction
protected abstract String handleGetFormScope()
JSFAction.getFormScope()
public final String getFormScope()
getFormScope
in interface JSFAction
protected abstract String handleGetFormImplementationInterfaceList()
JSFAction.getFormImplementationInterfaceList()
public final String getFormImplementationInterfaceList()
getFormImplementationInterfaceList
in interface JSFAction
protected abstract String handleGetPath()
JSFAction.getPath()
protected abstract String handleGetPathRoot()
JSFAction.getPathRoot()
public final String getPathRoot()
getPathRoot
in interface JSFAction
protected abstract String handleGetMessageKey()
JSFAction.getMessageKey()
public final String getMessageKey()
getMessageKey
in interface JSFAction
protected abstract String handleGetDocumentationKey()
JSFAction.getDocumentationKey()
public final String getDocumentationKey()
getDocumentationKey
in interface JSFAction
protected abstract String handleGetDocumentationValue()
JSFAction.getDocumentationValue()
public final String getDocumentationValue()
getDocumentationValue
in interface JSFAction
protected abstract String handleGetTriggerName()
JSFAction.getTriggerName()
public final String getTriggerName()
getTriggerName
in interface JSFAction
protected abstract String handleGetViewFragmentPath()
JSFAction.getViewFragmentPath()
public final String getViewFragmentPath()
getViewFragmentPath
in interface JSFAction
protected abstract String handleGetTableLinkName()
JSFAction.getTableLinkName()
public final String getTableLinkName()
getTableLinkName
in interface JSFAction
protected abstract String handleGetTableLinkColumnName()
JSFAction.getTableLinkColumnName()
public final String getTableLinkColumnName()
getTableLinkColumnName
in interface JSFAction
protected abstract boolean handleIsTableLink()
JSFAction.isTableLink()
public final boolean isTableLink()
isTableLink
in interface JSFAction
protected abstract boolean handleIsHyperlink()
JSFAction.isHyperlink()
public final boolean isHyperlink()
isHyperlink
in interface JSFAction
protected abstract String handleGetActionClassName()
JSFAction.getActionClassName()
public final String getActionClassName()
getActionClassName
in interface JSFAction
protected abstract String handleGetFullyQualifiedActionClassPath()
JSFAction.getFullyQualifiedActionClassPath()
public final String getFullyQualifiedActionClassPath()
getFullyQualifiedActionClassPath
in interface JSFAction
protected abstract String handleGetControllerAction()
JSFAction.getControllerAction()
public final String getControllerAction()
getControllerAction
in interface JSFAction
protected abstract String handleGetFullyQualifiedActionClassName()
JSFAction.getFullyQualifiedActionClassName()
public final String getFullyQualifiedActionClassName()
getFullyQualifiedActionClassName
in interface JSFAction
protected abstract boolean handleIsResettable()
JSFAction.isResettable()
public final boolean isResettable()
isResettable
in interface JSFAction
protected abstract String handleGetFormKey()
JSFAction.getFormKey()
public final String getFormKey()
getFormKey
in interface JSFAction
protected abstract boolean handleIsTableAction()
JSFAction.isTableAction()
public final boolean isTableAction()
isTableAction
in interface JSFAction
protected abstract boolean handleIsValidationRequired()
JSFAction.isValidationRequired()
public final boolean isValidationRequired()
isValidationRequired
in interface JSFAction
protected abstract boolean handleIsPopup()
JSFAction.isPopup()
public final boolean isPopup()
protected abstract boolean handleIsFormResetRequired()
JSFAction.isFormResetRequired()
public final boolean isFormResetRequired()
isFormResetRequired
in interface JSFAction
protected abstract boolean handleIsFormReset()
JSFAction.isFormReset()
public final boolean isFormReset()
isFormReset
in interface JSFAction
protected abstract String handleGetFormImplementationGetter()
JSFAction.getFormImplementationGetter()
public final String getFormImplementationGetter()
getFormImplementationGetter
in interface JSFAction
protected abstract String handleGetFormSerialVersionUID()
JSFAction.getFormSerialVersionUID()
public final String getFormSerialVersionUID()
getFormSerialVersionUID
in interface JSFAction
protected abstract boolean handleIsFinalStateTarget()
JSFAction.isFinalStateTarget()
public final boolean isFinalStateTarget()
isFinalStateTarget
in interface JSFAction
protected abstract String handleGetFromOutcome()
JSFAction.getFromOutcome()
public final String getFromOutcome()
getFromOutcome
in interface JSFAction
protected abstract boolean handleIsWarningMessagesPresent()
JSFAction.isWarningMessagesPresent()
public final boolean isWarningMessagesPresent()
isWarningMessagesPresent
in interface JSFAction
protected abstract Map handleGetWarningMessages()
JSFAction.getWarningMessages()
public final Map getWarningMessages()
getWarningMessages
in interface JSFAction
protected abstract boolean handleIsSuccessMessagesPresent()
JSFAction.isSuccessMessagesPresent()
public final boolean isSuccessMessagesPresent()
isSuccessMessagesPresent
in interface JSFAction
protected abstract Map handleGetSuccessMessages()
JSFAction.getSuccessMessages()
public final Map getSuccessMessages()
getSuccessMessages
in interface JSFAction
protected abstract boolean handleIsNeedsFileUpload()
JSFAction.isNeedsFileUpload()
public final boolean isNeedsFileUpload()
isNeedsFileUpload
in interface JSFAction
protected abstract String handleGetTriggerMethodName()
JSFAction.getTriggerMethodName()
public final String getTriggerMethodName()
getTriggerMethodName
in interface JSFAction
protected abstract boolean handleIsDialog()
JSFAction.isDialog()
public final boolean isDialog()
public final JSFParameter getTableLinkParameter()
getTableLinkParameter
in interface JSFAction
protected abstract Object handleGetTableLinkParameter()
public final List<JSFParameter> getHiddenParameters()
getHiddenParameters
in interface JSFAction
protected abstract List handleGetHiddenParameters()
public boolean isFrontEndActionMetaType()
isFrontEndActionMetaType
in interface FrontEndAction
FrontEndAction
public boolean isFrontEndForwardMetaType()
isFrontEndForwardMetaType
in interface FrontEndForward
FrontEndForward
public boolean isTransitionFacadeMetaType()
isTransitionFacadeMetaType
in interface TransitionFacade
TransitionFacade
public boolean isModelElementFacadeMetaType()
isModelElementFacadeMetaType
in interface ModelElementFacade
ModelElementFacade
public ParameterFacade findParameter(String name)
findParameter
in interface FrontEndAction
FrontEndAction.findParameter(String name)
public List<FrontEndForward> getActionForwards()
getActionForwards
in interface FrontEndAction
FrontEndAction.getActionForwards()
public List<FrontEndActionState> getActionStates()
getActionStates
in interface FrontEndAction
FrontEndAction.getActionStates()
public FrontEndController getController()
getController
in interface FrontEndAction
FrontEndAction.getController()
public List<FrontEndForward> getDecisionTransitions()
getDecisionTransitions
in interface FrontEndAction
FrontEndAction.getDecisionTransitions()
public List<FrontEndControllerOperation> getDeferredOperations()
getDeferredOperations
in interface FrontEndAction
FrontEndAction.getDeferredOperations()
public List<FrontEndParameter> getFormFields()
getFormFields
in interface FrontEndAction
FrontEndAction.getFormFields()
public StateVertexFacade getInput()
getInput
in interface FrontEndAction
FrontEndAction.getInput()
public List<FrontEndParameter> getParameters()
getParameters
in interface FrontEndAction
FrontEndAction.getParameters()
public List<FrontEndView> getTargetViews()
getTargetViews
in interface FrontEndAction
FrontEndAction.getTargetViews()
public List<FrontEndForward> getTransitions()
getTransitions
in interface FrontEndAction
FrontEndAction.getTransitions()
public boolean isUseCaseStart()
isUseCaseStart
in interface FrontEndAction
FrontEndAction.isUseCaseStart()
public String getActionMethodName()
getActionMethodName
in interface FrontEndForward
FrontEndForward.getActionMethodName()
public List<FrontEndAction> getActions()
getActions
in interface FrontEndForward
FrontEndForward.getActions()
public FrontEndEvent getDecisionTrigger()
getDecisionTrigger
in interface FrontEndForward
FrontEndForward.getDecisionTrigger()
public List<FrontEndParameter> getForwardParameters()
getForwardParameters
in interface FrontEndForward
FrontEndForward.getForwardParameters()
public FrontEndActivityGraph getFrontEndActivityGraph()
getFrontEndActivityGraph
in interface FrontEndForward
FrontEndForward.getFrontEndActivityGraph()
public FrontEndControllerOperation getOperationCall()
getOperationCall
in interface FrontEndForward
FrontEndForward.getOperationCall()
public FrontEndUseCase getUseCase()
getUseCase
in interface FrontEndForward
FrontEndForward.getUseCase()
public boolean isContainedInFrontEndUseCase()
isContainedInFrontEndUseCase
in interface FrontEndForward
FrontEndForward.isContainedInFrontEndUseCase()
public boolean isEnteringView()
isEnteringView
in interface FrontEndForward
FrontEndForward.isEnteringView()
public boolean isExitingView()
isExitingView
in interface FrontEndForward
FrontEndForward.isExitingView()
public void copyTaggedValues(ModelElementFacade element)
copyTaggedValues
in interface ModelElementFacade
ModelElementFacade.copyTaggedValues(ModelElementFacade element)
public Object findTaggedValue(String tagName)
findTaggedValue
in interface ModelElementFacade
ModelElementFacade.findTaggedValue(String tagName)
public Collection<Object> findTaggedValues(String tagName)
findTaggedValues
in interface ModelElementFacade
ModelElementFacade.findTaggedValues(String tagName)
public String getBindedFullyQualifiedName(ModelElementFacade bindedElement)
getBindedFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getBindedFullyQualifiedName(ModelElementFacade bindedElement)
public Collection<ConstraintFacade> getConstraints()
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints()
public Collection<ConstraintFacade> getConstraints(String kind)
getConstraints
in interface ModelElementFacade
ModelElementFacade.getConstraints(String kind)
public String getDocumentation(String indent)
getDocumentation(indent, 64)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent)
public String getDocumentation(String indent, int lineLength)
getDocumentation(indent, lineLength, true)
.getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength)
public String getDocumentation(String indent, int lineLength, boolean htmlStyle)
getDocumentation
in interface ModelElementFacade
ModelElementFacade.getDocumentation(String indent, int lineLength, boolean htmlStyle)
public String getFullyQualifiedName()
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName()
public String getFullyQualifiedName(boolean modelName)
getFullyQualifiedName
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedName(boolean modelName)
public String getFullyQualifiedNamePath()
getFullyQualifiedNamePath
in interface ModelElementFacade
ModelElementFacade.getFullyQualifiedNamePath()
public String getId()
getId
in interface ModelElementFacade
ModelElementFacade.getId()
public Collection<String> getKeywords()
getKeywords
in interface ModelElementFacade
ModelElementFacade.getKeywords()
public String getLabel()
getLabel
in interface ModelElementFacade
ModelElementFacade.getLabel()
public TypeMappings getLanguageMappings()
getLanguageMappings
in interface ModelElementFacade
ModelElementFacade.getLanguageMappings()
public ModelFacade getModel()
getModel
in interface ModelElementFacade
ModelElementFacade.getModel()
public String getName()
getName
in interface ModelElementFacade
ModelElementFacade.getName()
public ModelElementFacade getPackage()
getPackage
in interface ModelElementFacade
ModelElementFacade.getPackage()
public String getPackageName()
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName()
public String getPackageName(boolean modelName)
getPackageName
in interface ModelElementFacade
ModelElementFacade.getPackageName(boolean modelName)
public String getPackagePath()
getPackagePath
in interface ModelElementFacade
ModelElementFacade.getPackagePath()
public String getQualifiedName()
getQualifiedName
in interface ModelElementFacade
ModelElementFacade.getQualifiedName()
public PackageFacade getRootPackage()
getRootPackage
in interface ModelElementFacade
ModelElementFacade.getRootPackage()
public Collection<DependencyFacade> getSourceDependencies()
getSourceDependencies
in interface ModelElementFacade
ModelElementFacade.getSourceDependencies()
public StateMachineFacade getStateMachineContext()
getStateMachineContext
in interface ModelElementFacade
ModelElementFacade.getStateMachineContext()
public Collection<String> getStereotypeNames()
getStereotypeNames
in interface ModelElementFacade
ModelElementFacade.getStereotypeNames()
public Collection<StereotypeFacade> getStereotypes()
getStereotypes
in interface ModelElementFacade
ModelElementFacade.getStereotypes()
public Collection<TaggedValueFacade> getTaggedValues()
getTaggedValues
in interface ModelElementFacade
ModelElementFacade.getTaggedValues()
public Collection<DependencyFacade> getTargetDependencies()
getTargetDependencies
in interface ModelElementFacade
ModelElementFacade.getTargetDependencies()
public Object getTemplateParameter(String parameterName)
getTemplateParameter
in interface ModelElementFacade
ModelElementFacade.getTemplateParameter(String parameterName)
public Collection<TemplateParameterFacade> getTemplateParameters()
getTemplateParameters
in interface ModelElementFacade
ModelElementFacade.getTemplateParameters()
public String getVisibility()
getVisibility
in interface ModelElementFacade
ModelElementFacade.getVisibility()
public boolean hasExactStereotype(String stereotypeName)
hasExactStereotype
in interface ModelElementFacade
ModelElementFacade.hasExactStereotype(String stereotypeName)
public boolean hasKeyword(String keywordName)
hasKeyword
in interface ModelElementFacade
ModelElementFacade.hasKeyword(String keywordName)
public boolean hasStereotype(String stereotypeName)
hasStereotype
in interface ModelElementFacade
ModelElementFacade.hasStereotype(String stereotypeName)
public boolean isBindingDependenciesPresent()
isBindingDependenciesPresent
in interface ModelElementFacade
ModelElementFacade.isBindingDependenciesPresent()
public boolean isConstraintsPresent()
isConstraintsPresent
in interface ModelElementFacade
ModelElementFacade.isConstraintsPresent()
public boolean isDocumentationPresent()
isDocumentationPresent
in interface ModelElementFacade
ModelElementFacade.isDocumentationPresent()
public boolean isReservedWord()
isReservedWord
in interface ModelElementFacade
ModelElementFacade.isReservedWord()
public boolean isTemplateParametersPresent()
isTemplateParametersPresent
in interface ModelElementFacade
ModelElementFacade.isTemplateParametersPresent()
public boolean isValidIdentifierName()
isValidIdentifierName
in interface ModelElementFacade
ModelElementFacade.isValidIdentifierName()
public String translateConstraint(String name, String translation)
translateConstraint
in interface ModelElementFacade
ModelElementFacade.translateConstraint(String name, String translation)
public String[] translateConstraints(String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String translation)
public String[] translateConstraints(String kind, String translation)
translateConstraints
in interface ModelElementFacade
ModelElementFacade.translateConstraints(String kind, String translation)
public ActionFacade getEffect()
getEffect
in interface TransitionFacade
TransitionFacade.getEffect()
public GuardFacade getGuard()
getGuard
in interface TransitionFacade
TransitionFacade.getGuard()
public StateVertexFacade getSource()
getSource
in interface TransitionFacade
TransitionFacade.getSource()
public StateVertexFacade getTarget()
getTarget
in interface TransitionFacade
TransitionFacade.getTarget()
public EventFacade getTrigger()
getTrigger
in interface TransitionFacade
TransitionFacade.getTrigger()
public boolean isEnteringActionState()
isEnteringActionState
in interface TransitionFacade
TransitionFacade.isEnteringActionState()
public boolean isEnteringDecisionPoint()
isEnteringDecisionPoint
in interface TransitionFacade
TransitionFacade.isEnteringDecisionPoint()
public boolean isEnteringFinalState()
isEnteringFinalState
in interface TransitionFacade
TransitionFacade.isEnteringFinalState()
public boolean isExitingActionState()
isExitingActionState
in interface TransitionFacade
TransitionFacade.isExitingActionState()
public boolean isExitingDecisionPoint()
isExitingDecisionPoint
in interface TransitionFacade
TransitionFacade.isExitingDecisionPoint()
public boolean isExitingInitialState()
isExitingInitialState
in interface TransitionFacade
TransitionFacade.isExitingInitialState()
public boolean isTriggerPresent()
isTriggerPresent
in interface TransitionFacade
TransitionFacade.isTriggerPresent()
public void initialize()
initialize
in interface ModelElementFacade
initialize
in class MetafacadeBase
MetafacadeBase.initialize()
public Object getValidationOwner()
getValidationOwner
in interface ModelElementFacade
getValidationOwner
in class MetafacadeBase
MetafacadeBase.getValidationOwner()
public String getValidationName()
getValidationName
in interface ModelElementFacade
getValidationName
in class MetafacadeBase
MetafacadeBase.getValidationName()
public void validateInvariants(Collection<ModelValidationMessage> validationMessages)
validateInvariants
in interface ModelElementFacade
validateInvariants
in class MetafacadeBase
validationMessages
- CollectionMetafacadeBase.validateInvariants(Collection validationMessages)
public String toString()
toString
in class MetafacadeBase
Object.toString()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.