m2isar.metamodel.utils

This module contains utility functions for working with M2-ISA-R model hierarchies.

Submodules

Classes

StaticType

Describes the staticness of a Scalar or Function

ScalarStaticnessContext

A datakeeping class for the scalar staticness transformations.

Package Contents

class StaticType[source]

Bases: enum.IntFlag

Inheritance diagram of m2isar.metamodel.utils.StaticType

Describes the staticness of a Scalar or Function

NONE = 0[source]
READ[source]
WRITE[source]
RW[source]
class ScalarStaticnessContext[source]

A datakeeping class for the scalar staticness transformations.

context_is_static: StaticType[source]