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

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

Overview#

source_feature

Get the source feature property.

connector_end

Get the connector end property.

association

Get the association property.

is_directed

Get the is directed property.

target_feature

Get the target feature property.

related_feature

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

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

property Connector.related_feature: List[ansys.sam.sysml2.meta_model.feature.Feature]#

Get the related feature property.

Returns:
List[“Feature”]

Value of property related feature.