indexed_component

Classes

ActiveIndexedComponent(*args, **kwds)

This is the base class for all indexed modeling components whose data members are subclasses of ActiveComponentData, e.g., can be activated or deactivated.

IndexedComponent(*args, **kwds)

This is the base class for all indexed modeling components.

IndexedComponent_NDArrayMixin()

Support using IndexedComponent with numpy.ndarray

Functions

normalize_index(x)

Normalize a component index.

rule_result_substituter(result_map, map_types)

rule_wrapper(rule, wrapping_fcn[, ...])

Wrap a rule with another function