Specialization#

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

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

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

Overview#

owning_type

Get the owning type property.

specific

Get the specific property.

general

Get the general property.

Import detail#

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

Property detail#

property Specialization.owning_type: Type#

Get the owning type property.

Returns:
“Type”

Value of property owning type.

property Specialization.specific: None#

Get the specific property.

Returns:
None

Value of property specific.

property Specialization.general: None#

Get the general property.

Returns:
None

Value of property general.