class Trailblazer::Diagram::BPMN::Representer::SequenceFlow

Public Instance Methods

sourceRef() click to toggle source
# File lib/trailblazer/diagram/bpmn.rb, line 187
def sourceRef
  represented.sourceRef
end
targetRef() click to toggle source
# File lib/trailblazer/diagram/bpmn.rb, line 191
def targetRef
  represented.targetRef
end