Class: Neo4jr::SimpleEvaluator

Inherits:
Object
  • Object
show all
Defined in:
lib/neo4jr/simple_cost_evaluator.rb

Instance Method Summary collapse

Instance Method Details

#getCost(relationship, backwards) ⇒ Object



5
6
7
# File 'lib/neo4jr/simple_cost_evaluator.rb', line 5

def getCost(relationship, backwards)
  1.0
end