mathmaker  0.6(alpha)
Public Member Functions | Properties
core.base.NamedObject Class Reference

Abstract mother class of objects having a name. More...

Inheritance diagram for core.base.NamedObject:
core.base.Clonable core.base.Drawable core.base.Printable core.base_geometry.Angle core.base_geometry.Point core.base_geometry.Ray core.base_geometry.Segment core.geometry.Triangle core.calculus.ComposedCalculable core.calculus.Table core.root_calculus.Evaluable

List of all members.

Public Member Functions

def __init__
 Constructor.
def get_name
 Returns the name of the object.
def set_name
 Sets the name of the object.

Properties

 name = property(get_name, doc = "Name of the object")

Detailed Description

Abstract mother class of objects having a name.

Definition at line 60 of file base.py.


Constructor & Destructor Documentation


The documentation for this class was generated from the following file: