com.telelogic.rhapsody.core
Interface IRPCallOperation

All Superinterfaces:
IRPModelElement, IRPState, IRPStateVertex

public interface IRPCallOperation
extends IRPState

The IRPCallOperation interface represents call operation elements in activity diagrams.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement
IRPModelElement.OSLCLink
 
Method Summary
 IRPInterfaceItem getOperation()
          Returns the operation specified for this call operation element.
 IRPRelation getTarget()
          Returns the target specified for this call operation element.
 void setOperation(IRPInterfaceItem operation)
          Specifies the operation to use for this call operation element.
 void setTarget(IRPRelation target)
          Specifies the target to use for this call operation element.
 
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

getOperation

IRPInterfaceItem getOperation()
Returns the operation specified for this call operation element.

Returns:
the operation specified for this call operation element

getTarget

IRPRelation getTarget()
Returns the target specified for this call operation element.

Returns:
the target specified for this call operation element

setOperation

void setOperation(IRPInterfaceItem operation)
Specifies the operation to use for this call operation element.

Parameters:
operation - the operation to use for this call operation element

setTarget

void setTarget(IRPRelation target)
Specifies the target to use for this call operation element.

Parameters:
target - the target to use for this call operation element