Specialization#

class ansys.sam.sysml2.meta_model.specialization.Specialization(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.relationship.Relationship

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

Overview#

specific

Get the specific property.

general

Get the general property.

owning_type

Get the owning type property.

Import detail#

from ansys.sam.sysml2.meta_model.specialization import Specialization

Property detail#

property Specialization.specific: Type#

Get the specific property.

Returns:
“Type”

Value of property specific.

property Specialization.general: Type#

Get the general property.

Returns:
“Type”

Value of property general.

property Specialization.owning_type: Type#

Get the owning type property.

Returns:
“Type”

Value of property owning type.