class EDI::Diagram::NodeCoords

Node co-ordinates: A Struct consisting of the branch, its offset within the branch, and its instance counter inst_cnt .

Public Instance Methods

to_s() click to toggle source
# File lib/edi4r/diagrams.rb, line 438
def to_s
  "<NodeCoords>"+self.branch.object_id.to_s+', '+self.offset.to_s+', '+self.inst_cnt.to_s
end