|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPPin
The IRPPin interface represents action pins added to actions, or activity parameters added to action blocks, in an activity diagram. To add an action pin to an action, use IRPState.addConnector, for example: action1.addConnector("InPin")
, action1.addConnector("OutPin")
, or action1.addConnector("InOutPin")
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
int |
getIsParameter()
Checks whether the element is an activity parameter or an action pin. |
java.lang.String |
getPinDirection()
Returns the direction of the pin/parameter: In, Out, or InOut. |
IRPClassifier |
getPinType()
Returns the type of the value held by the pin/parameter. |
void |
setIsParameter(int isParameter)
Specifies whether the element should be an activity parameter or an action pin. |
void |
setPinDirection(java.lang.String pinDirection)
Specifies the direction of the pin/parameter. |
void |
setPinType(IRPClassifier pinType)
Specifies the type to use for the value held by the pin/parameter. |
Methods inherited from interface com.telelogic.rhapsody.core.IRPConnector |
---|
createDefaultTransition, getConnectorType, getDerivedInEdges, getDerivedOutEdge, getItsSwimlane, getOfState, isConditionConnector, isDiagramConnector, isForkConnector, isHistoryConnector, isJoinConnector, isJunctionConnector, isStubConnector, isTerminationConnector, setItsSwimlane, setOfState |
Methods inherited from interface com.telelogic.rhapsody.core.IRPStateVertex |
---|
addFlow, addTransition, deleteTransition, getInTransitions, getOutTransitions, getParent, setParent |
Method Detail |
---|
int getIsParameter()
java.lang.String getPinDirection()
IRPClassifier getPinType()
void setIsParameter(int isParameter)
isParameter
- use 1 if you want the element to be an activity parameter, use 0 if you want the element to be an action pinvoid setPinDirection(java.lang.String pinDirection)
pinDirection
- the direction that should be used for the pin/parameter. The valid strings for this parameter are: In, Out, and InOutvoid setPinType(IRPClassifier pinType)
pinType
- the type to use for the value held by the pin/parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |