Module EDI::Diagram
In: lib/edi4r/diagrams.rb

Classes related to message diagrams and validation for the EDI module "edi4r", a class library to parse and create UN/EDIFACT and other EDI data

Author

Heinz W. Werntges, FH Wiesbaden (edi@informatik.fh-wiesbaden.de)

Copyright

Copyright © 2006 Heinz W. Werntges. Licensed under the same terms as Ruby.

$Id: diagrams.rb,v 1.8 2006/05/26 16:57:37 werntges Exp $

Module "EDI::Diagram" bundles the classes needed to maintain branching diagrams, i.e. data structures that formally define message types.

Classes and Modules

Class EDI::Diagram::Branch
Class EDI::Diagram::Diagram
Class EDI::Diagram::Node
Class EDI::Diagram::NodeCoords
Class EDI::Diagram::NodeInstance
Class EDI::Diagram::SNode
Class EDI::Diagram::TNode

Constants

NodeCoords = Struct.new( :branch, :offset, :inst_cnt )   Nodes and more

[Validate]