Commit 52cf4dde authored by Vincent Pelletier's avatar Vincent Pelletier

Improve coding style.

Improve docstrings.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3234d25
......@@ -26,8 +26,6 @@
#
##############################################################################
class Amount:
"""
An amount defines a quantity and variation of a resource
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Capacity:
"""
A capacity is defined as a set of resources with quantities
......
......@@ -26,10 +26,8 @@
#
##############################################################################
class Causality:
"""
A causality is contains movements generated by a template.
A causality contains movements generated by a template.
"""
pass
......@@ -26,7 +26,6 @@
#
##############################################################################
from Item import Item
class Container(Item):
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Delivery:
"""
A Delivery object is a collection of movements
......
......@@ -26,7 +26,6 @@
#
##############################################################################
class Item:
"""
An Item defines a serial number and is referenced by an amount
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class MetaNode:
"""
A metanode aggregates a collection of real nodes.
......@@ -42,7 +40,6 @@ class MetaNode:
resource: EUR
amount: 10.0
source/portal_categories/country/france/accounting/4003
destination/portal_categories/country/spain/accounting/2001
......@@ -54,7 +51,6 @@ class MetaNode:
"""
def getNodeList():
"""
Returns the subnodes of this metanode
......
......@@ -31,5 +31,5 @@ class MetaResource:
A meta resource is an abstract resource which summarizes
a collection of resources.
Applicatino is : budgetting
Application is : budgetting
"""
......@@ -26,8 +26,6 @@
#
##############################################################################
class Movement:
"""
Movement of a quantity of resource in a given variation
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Node:
"""
People, machines,
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Prototype:
"""
A transformed resource which can be extended
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Quantity:
"""
Quantities are float in ERP5
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Resource:
"""
Describes a resource
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Rule:
"""
Implemented as a movement template in XSL approach
......
......@@ -26,8 +26,6 @@
#
##############################################################################
class Tracking:
"""
Points to items invoved in a transformation
......
......@@ -26,10 +26,8 @@
#
##############################################################################
class Transformation:
"""
Collectino of transformed resources
Collection of transformed resources
"""
pass
......@@ -26,8 +26,6 @@
#
##############################################################################
class Variation:
"""
Discrete variation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment