Constraint

class glotaran.model.constraint.Constraint[source]

Bases: object

A constraint is applied on one clp on one or many intervals on the estimated axis type.

There are two types: zero and equal. See the documentation of the respective classes for details.

Methods Summary

add_type

get_default_type

Methods Documentation

classmethod add_type(type_name: str, attribute_type: type)
classmethod get_default_type() str