FeatureTyping#

class ansys.sam.sysml2.meta_model.feature_typing.FeatureTyping(id: str)#

Bases: ansys.sam.sysml2.meta_model.specialization.Specialization

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

Overview#

type_

Get the type_ property.

typed_feature

Get the typed feature property.

owning_feature

Get the owning feature property.

Import detail#

from ansys.sam.sysml2.meta_model.feature_typing import FeatureTyping

Property detail#

property FeatureTyping.type_: Type#

Get the type_ property.

Returns:
Type

Value of property type_.

property FeatureTyping.typed_feature: Feature#

Get the typed feature property.

Returns:
“Feature”

Value of property typed feature.

property FeatureTyping.owning_feature: None#

Get the owning feature property.

Returns:
None

Value of property owning feature.