com.telelogic.rhapsody.core
Interface IRPFlow

All Superinterfaces:
IRPModelElement

public interface IRPFlow
extends IRPModelElement


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
 
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

addConveyed

void addConveyed(IRPModelElement pElement)
method addConveyed

Throws:
RhapsodyRuntimeException

getConveyed

IRPCollection getConveyed()
get property conveyed

Throws:
RhapsodyRuntimeException

getDirection

java.lang.String getDirection()
get property direction

Throws:
RhapsodyRuntimeException

getEnd1

IRPModelElement getEnd1()
get property end1

Throws:
RhapsodyRuntimeException

getEnd1Port

IRPPort getEnd1Port()
get property end1Port

Throws:
RhapsodyRuntimeException

getEnd1SysMLPort

IRPSysMLPort getEnd1SysMLPort()
get property end1SysMLPort

Throws:
RhapsodyRuntimeException

getEnd2

IRPModelElement getEnd2()
get property end2

Throws:
RhapsodyRuntimeException

getEnd2Port

IRPPort getEnd2Port()
get property end2Port

Throws:
RhapsodyRuntimeException

getEnd2SysMLPort

IRPSysMLPort getEnd2SysMLPort()
get property end2SysMLPort

Throws:
RhapsodyRuntimeException

removeConveyed

void removeConveyed(IRPModelElement pElement)
method removeConveyed

Throws:
RhapsodyRuntimeException

setDirection

void setDirection(java.lang.String direction)
Specifies the direction to use for the flow.

Parameters:
direction - can be one of the following values: "toEnd1", "toEnd2", "bidirectional"
Throws:
RhapsodyRuntimeException

setEnd1

void setEnd1(IRPModelElement end1)
set property end1

Throws:
RhapsodyRuntimeException

setEnd1ViaPort

void setEnd1ViaPort(IRPInstance pInstance,
                    IRPPort pPort)
method setEnd1ViaPort

Throws:
RhapsodyRuntimeException

setEnd1ViaSysMLPort

void setEnd1ViaSysMLPort(IRPInstance pInstance,
                         IRPSysMLPort pSysMLPort)
method setEnd1ViaSysMLPort

Throws:
RhapsodyRuntimeException

setEnd2

void setEnd2(IRPModelElement end2)
set property end2

Throws:
RhapsodyRuntimeException

setEnd2ViaPort

void setEnd2ViaPort(IRPInstance pInstance,
                    IRPPort pPort)
method setEnd2ViaPort

Throws:
RhapsodyRuntimeException

setEnd2ViaSysMLPort

void setEnd2ViaSysMLPort(IRPInstance pInstance,
                         IRPSysMLPort pSysMLPort)
method setEnd2ViaSysMLPort

Throws:
RhapsodyRuntimeException