package properties
Type Members
- abstract class Edge[T <: Node[_]] extends ProtoEdge[T]
Represents an abstract edge data structure.
Represents an abstract edge data structure.
- T
The type of the vertices.
- abstract class HyperEdge[T <: Node[_]] extends ProtoEdge[T]
Abstract class to represent a basic hyper edge.
Abstract class to represent a basic hyper edge.
- T
The type of the vertices that belong to this edge.
- trait ProtoEdge[T <: Node[_]] extends AnyRef
Proto trait for all non-hyper edges.
Proto trait for all non-hyper edges.
- T
The type of the vertices that belong to this edge.
- trait WeightedEdge extends AnyRef
Trait for weighted edges.