Module: Pacer::Utils::GraphAnalysis::Vertices

Defined in:
lib/pacer/utils/graph_analysis.rb

Defined Under Namespace

Modules: Route

Class Method Summary collapse

Class Method Details

.route_conditions(graph) ⇒ Object



82
83
84
# File 'lib/pacer/utils/graph_analysis.rb', line 82

def self.route_conditions(graph)
  { :element_type => 'vertex' }
end