com.telelogic.rhapsody.core
Interface IRPAcceptEventAction

All Superinterfaces:
IRPModelElement, IRPState, IRPStateVertex

public interface IRPAcceptEventAction
extends IRPState

The IRPAcceptEventAction interface represents Accept Event Action elements in a statechart or activity diagram. To create an Accept Event Action element, use the method IRPFlowchart.addAcceptEventAction.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 IRPEvent getEvent()
          Returns the event that the action waits for.
 void setEvent(IRPEvent event)
          Specifies the event that the action should wait for.
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPState
addActivityFinal, addConnector, addInternalTransition, addState, addStaticReaction, addTerminationState, createDefaultTransition, createNestedStatechart, deleteConnector, deleteInternalTransition, deleteStaticReaction, getDefaultTransition, getEntryAction, getExitAction, getFullNameInStatechart, getInheritsFrom, getInternalTransitions, getIsOverridden, getIsReferenceActivity, getItsStatechart, getItsSwimlane, getLogicalStates, getNestedStatechart, getReferenceToActivity, getSendAction, getStateType, getStaticReactions, getSubStates, getSubStateVertices, getTheEntryAction, getTheExitAction, isAnd, isCompound, isLeaf, isRoot, isSendActionState, overrideInheritance, resetEntryActionInheritance, resetExitActionInheritance, setEntryAction, setExitAction, setInternalTransition, setItsSwimlane, setReferenceToActivity, setStateType, setStaticReaction, unoverrideInheritance
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPStateVertex
addFlow, addTransition, deleteTransition, getInTransitions, getOutTransitions, getParent, setParent
 
Methods inherited from interface com.telelogic.rhapsody.core.IRPModelElement
addAssociation, addDependency, addDependencyBetween, addDependencyTo, addLinkToElement, addNewAggr, addProperty, addRedefines, addRemoteDependencyTo, addSpecificStereotype, addStereotype, becomeTemplateInstantiationOf, changeTo, clone, createOSLCLink, deleteDependency, deleteFromProject, deleteOSLCLink, errorMessage, findElementsByFullName, findNestedElement, findNestedElementRecursive, getAllTags, getAnnotations, getAssociationClasses, getBinaryID, getConstraints, getConstraintsByHim, getControlledFiles, getDecorationStyle, getDependencies, getDescription, getDescriptionHTML, getDescriptionPlainText, getDescriptionRTF, getDisplayName, getDisplayNameRTF, getErrorMessage, getFullPathName, getFullPathNameIn, getGUID, getHyperLinks, getIconFileName, getInterfaceName, getIsExternal, getIsOfMetaClass, getIsShowDisplayName, getIsUnresolved, getLocalTags, getMainDiagram, getMetaClass, getName, getNestedElements, getNestedElementsByMetaClass, getNestedElementsRecursive, getNewTermStereotype, getOfTemplate, getOSLCLinks, getOverlayIconFileName, getOverriddenProperties, getOverriddenPropertiesByPattern, getOwnedDependencies, getOwner, getProject, getPropertyValue, getPropertyValueConditional, getPropertyValueConditionalExplicit, getPropertyValueExplicit, getRedefines, getReferences, getRemoteDependencies, getRemoteURI, getRequirementTraceabilityHandle, getSaveUnit, getStereotype, getStereotypes, getTag, getTemplateParameters, getTi, getToolTipHTML, getUserDefinedMetaClass, hasNestedElements, hasPanelWidget, highLightElement, isATemplate, isDescriptionRTF, isDisplayNameRTF, isModified, isRemote, locateInBrowser, lockOnDesignManager, openFeaturesDialog, removeProperty, removeRedefines, removeStereotype, setDecorationStyle, setDescription, setDescriptionAndHyperlinks, setDescriptionHTML, setDescriptionRTF, setDisplayName, setDisplayNameRTF, setGUID, setIsShowDisplayName, setMainDiagram, setName, setOfTemplate, setOwner, setPropertyValue, setRequirementTraceabilityHandle, setStereotype, setTagContextValue, setTagElementValue, setTagValue, setTi, synchronizeTemplateInstantiation, unlockOnDesignManager
 

Method Detail

getEvent

IRPEvent getEvent()
Returns the event that the action waits for.

Returns:
the event that the action waits for

setEvent

void setEvent(IRPEvent event)
Specifies the event that the action should wait for.

Parameters:
event - the event that the action should wait for