Package hm :: Package db :: Module graph
[hide private]
[frames] | no frames]

Module graph

source code

Classes [hide private]
  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.