Home | Trees | Indices | Help |
|
---|
|
1 # Read information of the model from the storage.3 # The default storage. 4 ___sTORAGE = 'db.model' 5 6 # @ParamType aName 7 # Get a list of all classes connected with the given one. 10 11 # Get a list containing all associations. 14 15 # Get a list with all class names. 18 19 # @ParamType aName 20 # Get all outgoing edges for a class. 23 24 # @ParamType aName 25 # Get all attributes of a given class. 28 29 # @ParamType aName string 30 # Get the head of an association 33 34 # @ReturnType string 35 # @ParamType aName string 36 # Get the target of an association.39
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Feb 6 18:36:11 2008 | http://epydoc.sourceforge.net |