Subclassification#
- class ansys.sam.sysml2.meta_model.subclassification.Subclassification(id: str)#
Bases:
ansys.sam.sysml2.meta_model.specialization.SpecializationJava class ‘com.ansys.medini.metamodel.sysml.Subclassification’.
Overview#
Get the subclassifier property. |
|
Get the superclassifier property. |
|
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:
NoneValue of property subclassifier.
- property Subclassification.superclassifier: None#
Get the superclassifier property.
- Returns:
NoneValue of property superclassifier.
- property Subclassification.owning_classifier: Classifier#
Get the owning classifier property.
- Returns:
- “Classifier”
Value of property owning classifier.