Class: Trailblazer::Diagram::BPMN::Representer::Task

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

#incomingObject



171
172
173
# File 'lib/trailblazer/diagram/bpmn.rb', line 171

def incoming
  represented.incoming.collect { |edge| edge[:id] }
end

#outgoingObject



167
168
169
# File 'lib/trailblazer/diagram/bpmn.rb', line 167

def outgoing
  represented.outgoing.collect { |edge| edge[:id] }
end