Class: Trailblazer::Diagram::BPMN::Representer::SequenceFlow

Inherits:
Representable::Decorator
  • Object
show all
Includes:
Representable::XML, Representable::XML::Namespace
Defined in:
lib/trailblazer/diagram/bpmn.rb

Instance Method Summary collapse

Instance Method Details

#sourceRefObject



187
188
189
# File 'lib/trailblazer/diagram/bpmn.rb', line 187

def sourceRef
  represented.sourceRef
end

#targetRefObject



191
192
193
# File 'lib/trailblazer/diagram/bpmn.rb', line 191

def targetRef
  represented.targetRef
end