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
Heinz W. Werntges, FH Wiesbaden (edi@informatik.fh-wiesbaden.de)
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.
NodeCoords | = | Struct.new( :branch, :offset, :inst_cnt ) | Nodes and more |