| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Edge An Edge describes a relationship between two nodes. Note that the label should represent the "src"'s relation to the "dest". The label should be read as in: "<parent> is a/the <type> of/for <child>" |
|||
|
Node A Node is the primary object in the system. It references a Company, Product, or any Entity which can be said to exhibit vertain Behaviors and can have relationships (Edges) to other Nodes. |
|||
|
EdgeType EdgeType(id, label, description) |
|||
|
EdgeTypeCast EdgeTypeCast(id, edge_id, type_id) |
|||
|
NodeType NodeType(id, label, description) |
|||
|
NodeTypeCast NodeTypeCast(id, node_id, type_id) |
|||
|
UPC A barcore or other symbol which uniquely identifies a product (a Node). |
|||
|
Dimension A Dimension is a category containing many Behaviors, such as "Global Warming" or "Human Rights" |
|||
|
Behavior A Behavior is an activity or event associated with a Node. |
|||
|
Argument An Argument is a statement made against or in support of either another Argument or a Behavior. |
|||
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Jul 1 22:03:40 2008 | http://epydoc.sourceforge.net |