Connector#
- class ansys.sam.sysml2.meta_model.connector.Connector(id: str)#
Bases:
ansys.sam.sysml2.meta_model.relationship.Relationship,ansys.sam.sysml2.meta_model.feature.FeatureJava class ‘com.ansys.medini.metamodel.sysml.Connector’.
Overview#
Get the source feature property. |
|
Get the connector end property. |
|
Get the association property. |
|
Get the is directed property. |
|
Get the target feature property. |
|
Get the related feature property. |
Import detail#
from ansys.sam.sysml2.meta_model.connector import Connector
Property detail#
- property Connector.source_feature: None#
Get the source feature property.
- Returns:
NoneValue of property source feature.
- property Connector.connector_end: List[ansys.sam.sysml2.meta_model.feature.Feature]#
Get the connector end property.
- Returns:
List[“Feature”]Value of property connector end.
- property Connector.association: List[Association]#
Get the association property.
- Returns:
List[“Association”]Value of property association.
- property Connector.is_directed: bool#
Get the is directed property.
- Returns:
- bool
Value of property is directed.
- property Connector.target_feature: List[ansys.sam.sysml2.meta_model.feature.Feature]#
Get the target feature property.
- Returns:
List[“Feature”]Value of property target feature.
Get the related feature property.
- Returns:
List[“Feature”]Value of property related feature.