T - The data type the edge weights are represented by.public interface CostEvaluator<T>
T getCost(org.neo4j.graphdb.Relationship relationship, org.neo4j.graphdb.Direction direction)
relationship - direction - The direction in which the relationship is being
evaluated, either Direction.INCOMING or
Direction.OUTGOING.Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.