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.ConnectorJava class ‘com.ansys.medini.metamodel.sysml.ItemFlow’.
Overview#
Get the item feature property. |
|
Get the item flow end property. |
|
Get the item type property. |
|
Get the target input feature property. |
|
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.