|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPFlow
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
addConveyed(IRPModelElement pElement)
method addConveyed |
IRPCollection |
getConveyed()
get property conveyed |
java.lang.String |
getDirection()
get property direction |
IRPModelElement |
getEnd1()
get property end1 |
IRPPort |
getEnd1Port()
get property end1Port |
IRPSysMLPort |
getEnd1SysMLPort()
get property end1SysMLPort |
IRPModelElement |
getEnd2()
get property end2 |
IRPPort |
getEnd2Port()
get property end2Port |
IRPSysMLPort |
getEnd2SysMLPort()
get property end2SysMLPort |
void |
removeConveyed(IRPModelElement pElement)
method removeConveyed |
void |
setDirection(java.lang.String direction)
Specifies the direction to use for the flow. |
void |
setEnd1(IRPModelElement end1)
set property end1 |
void |
setEnd1ViaPort(IRPInstance pInstance,
IRPPort pPort)
method setEnd1ViaPort |
void |
setEnd1ViaSysMLPort(IRPInstance pInstance,
IRPSysMLPort pSysMLPort)
method setEnd1ViaSysMLPort |
void |
setEnd2(IRPModelElement end2)
set property end2 |
void |
setEnd2ViaPort(IRPInstance pInstance,
IRPPort pPort)
method setEnd2ViaPort |
void |
setEnd2ViaSysMLPort(IRPInstance pInstance,
IRPSysMLPort pSysMLPort)
method setEnd2ViaSysMLPort |
Method Detail |
---|
void addConveyed(IRPModelElement pElement)
RhapsodyRuntimeException
IRPCollection getConveyed()
RhapsodyRuntimeException
java.lang.String getDirection()
RhapsodyRuntimeException
IRPModelElement getEnd1()
RhapsodyRuntimeException
IRPPort getEnd1Port()
RhapsodyRuntimeException
IRPSysMLPort getEnd1SysMLPort()
RhapsodyRuntimeException
IRPModelElement getEnd2()
RhapsodyRuntimeException
IRPPort getEnd2Port()
RhapsodyRuntimeException
IRPSysMLPort getEnd2SysMLPort()
RhapsodyRuntimeException
void removeConveyed(IRPModelElement pElement)
RhapsodyRuntimeException
void setDirection(java.lang.String direction)
direction
- can be one of the following values: "toEnd1", "toEnd2", "bidirectional"
RhapsodyRuntimeException
void setEnd1(IRPModelElement end1)
RhapsodyRuntimeException
void setEnd1ViaPort(IRPInstance pInstance, IRPPort pPort)
RhapsodyRuntimeException
void setEnd1ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
RhapsodyRuntimeException
void setEnd2(IRPModelElement end2)
RhapsodyRuntimeException
void setEnd2ViaPort(IRPInstance pInstance, IRPPort pPort)
RhapsodyRuntimeException
void setEnd2ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |