Package Modeling :: Module EntityClassDescription
[show private | hide private]
[frames | no frames]

Module Modeling.EntityClassDescription

EntityClassDescription

Class description fills the gap between a model and informations needed at run-time, such as ...

Automatically registered when a model is loaded/instanciated.

Module's functions are the one a ZModelizationTool should be able to answer. (or something else?)

CVS information

$Id: EntityClassDescription.py,v 1.17 2004/07/20 06:21:37 sbigaret Exp $

Classes
EntityClassDescription Documentation forthcoming

Function Summary
  classForEntity(entity)
Defines the default mechanism used to find the class of a given entity.

Function Details

classForEntity(entity)

Defines the default mechanism used to find the class of a given entity.

This is equivalent to the following statement:

from <packageName>.<moduleName> import <className>

where 'packageName' the entity's model 'packageName()', and 'moduleName' and 'className' are the entity's properties.

Raises ImportError in case it cannot be found


Generated by Epydoc 2.1 on Sat Mar 4 13:36:25 2006 http://epydoc.sf.net