Link Search Menu Expand Document

Class Mate

About :

A mate defines a connexion of two faces

Class diagram of class of Mate.

Functions

Function summury
__init__(self, article1, article2, face1, face2) Instantiation method (more…)

Methods desciption :

init

def __init__(self, article1, article2, face1, face2)

Instantiation method

  • → article1: _article1 attribute
  • → article2: _article2 attribute
  • → face1: _face1 attribute
  • → face2: _face2 attribute

The face1 on article1 is mate with face2 from article2