ItemFlow#

class ansys.sam.sysml2.meta_model.item_flow.ItemFlow(id: str)#

Bases: ansys.sam.sysml2.meta_model.step.Step, ansys.sam.sysml2.meta_model.connector.Connector

Java class ‘com.ansys.medini.metamodel.sysml.ItemFlow’.

Overview#

item_feature

Get the item feature property.

item_flow_end

Get the item flow end property.

item_type

Get the item type property.

target_input_feature

Get the target input feature property.

source_output_feature

Get the source output feature property.

Import detail#

from ansys.sam.sysml2.meta_model.item_flow import ItemFlow

Property detail#

property ItemFlow.item_feature: ItemFeature#

Get the item feature property.

Returns:
“ItemFeature”

Value of property item feature.

property ItemFlow.item_flow_end: List[ItemFlowEnd]#

Get the item flow end property.

Returns:
List[“ItemFlowEnd”]

Value of property item flow end.

property ItemFlow.item_type: List[Classifier]#

Get the item type property.

Returns:
List[“Classifier”]

Value of property item type.

property ItemFlow.target_input_feature: Feature#

Get the target input feature property.

Returns:
“Feature”

Value of property target input feature.

property ItemFlow.source_output_feature: Feature#

Get the source output feature property.

Returns:
“Feature”

Value of property source output feature.