Subclassification#

class ansys.sam.sysml2.meta_model.subclassification.Subclassification(id: str)#

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

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

Overview#

subclassifier

Get the subclassifier property.

superclassifier

Get the superclassifier property.

owning_classifier

Get the owning classifier property.

Import detail#

from ansys.sam.sysml2.meta_model.subclassification import Subclassification

Property detail#

property Subclassification.subclassifier: None#

Get the subclassifier property.

Returns:
None

Value of property subclassifier.

property Subclassification.superclassifier: None#

Get the superclassifier property.

Returns:
None

Value of property superclassifier.

property Subclassification.owning_classifier: Classifier#

Get the owning classifier property.

Returns:
“Classifier”

Value of property owning classifier.