class Crystalg::Graph::Edge(T)

Included Modules

Defined in:

crystalg/graph/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : NodeID, target : NodeID, cost : T) #

[View source]

Instance Method Detail

def <=>(other : Edge(T)) #

[View source]
def ==(other : Edge(T)) #

[View source]
def ===(other : Edge(T)) #

[View source]
def cost #

[View source]
def source #

[View source]
def target #

[View source]