Link Search Menu Expand Document

Class Constraint

About :

A Constraint makes a link between two articles

Class diagram of class of Constraint.

Functions

Function summury
__init__(self, article1, article2, T1, T2, dmin=None, dmax=None, amin=None, amax=None)  

Methods desciption :

init

def __init__(self, article1, article2, T1, T2, dmin=None, dmax=None, amin=None, amax=None)