Classifier#
- class ansys.sam.sysml2.meta_model.classifier.Classifier(id: str)#
Bases:
ansys.sam.sysml2.meta_model.type_.TypeJava class ‘com.ansys.medini.metamodel.sysml.Classifier’.
Overview#
Get the super classifier property. |
|
Get the owned subclassification property. |
Import detail#
from ansys.sam.sysml2.meta_model.classifier import Classifier
Property detail#
- property Classifier.super_classifier: List[Classifier]#
Get the super classifier property.
- Returns:
List[“Classifier”]Value of property super classifier.
- property Classifier.owned_subclassification: List[Subclassification]#
Get the owned subclassification property.
- Returns:
List[“Subclassification”]Value of property owned subclassification.