Classes
ActiveIndexedComponent(*args, **kwds)
ActiveIndexedComponent
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)
IndexedComponent
This is the base class for all indexed modeling components.
IndexedComponent_NDArrayMixin()
IndexedComponent_NDArrayMixin
Support using IndexedComponent with numpy.ndarray
Functions
normalize_index(x)
normalize_index
Normalize a component index.
rule_result_substituter(result_map, map_types)
rule_result_substituter
rule_wrapper(rule, wrapping_fcn[, ...])
rule_wrapper
Wrap a rule with another function