Import#

class ansys.sam.sysml2.meta_model.import_.Import(id: str)#

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

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

Overview#

is_recursive

Get the is recursive property.

imported_namespace

Get the imported namespace property.

Import detail#

from ansys.sam.sysml2.meta_model.import_ import Import

Property detail#

property Import.is_recursive: bool#

Get the is recursive property.

Returns:
bool

Value of property is recursive.

property Import.imported_namespace: Namespace#

Get the imported namespace property.

Returns:
“Namespace”

Value of property imported namespace.