class Crystalline::Graph::Edge(T)
- Crystalline::Graph::Edge(T)
- Reference
- Object
Included Modules
- Comparable(Crystalline::Graph::Edge(T))
Direct Known Subclasses
Defined in:
graph/base.crInstance Method Summary
- #<=>(e)
-
#==(edge)
Returns
false
(other can only be aValue
here). - #[](index)
- #eql?(edge)
- #reverse
- #source
- #source=(source)
- #target
- #target=(target)
- #to_a
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Instance Method Detail
def ==(edge)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.