Primitives#

All components in atomiq derive from the Component class. In addition they can inherit from one ore more primitive classes, depending on the properties of the respective component. If, for example, the component represents a device that can measure something, it will inherit from Measurable. If on the other hand, it can be switched, it will inherit from Switchable.

Available Classes