org.encalmo.data
Members list
Type members
Classlikes
Simple graph defined by abstract nodes collection and adjacent nodes function. Requires implementation of only two methods: nodes and adjacent.
Simple graph defined by abstract nodes collection and adjacent nodes function. Requires implementation of only two methods: nodes and adjacent.
Attributes
- Supertypes
- Known subtypes
-
class GenericReverseGraph[N]class GenericGraphImpl[N]class MapGraph[N]class IntMapGraphclass MutableMapGraph[N]class ReversedMutableMapGraph[N]Show all
- Self type
-
GenericGraph[N]
The (binary) heap data structure is an buffer-wrapping object that can be viewed as a nearly complete binary tree
The (binary) heap data structure is an buffer-wrapping object that can be viewed as a nearly complete binary tree
Attributes
- Supertypes
- Known subtypes
- Self type
-
GenericHeap[N]
Reverse graph of the given graph.
Reverse graph of the given graph.
Attributes
- Supertypes
Base asbtraction of the graph-like data structures.
Base asbtraction of the graph-like data structures.
Type parameters
- N
-
The type of the nodes in the graph.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait GenericGraph[N]class GenericReverseGraph[N]class GenericGraphImpl[N]class MapGraph[N]class IntMapGraphclass MutableMapGraph[N]class ReversedMutableMapGraph[N]Show all
Attributes
- Supertypes
- Known subtypes
Graph implemented as a map of nodes to adjacent nodes, where the nodes are integers.
Abstraction of the collection of integers accessible mainly using the foreach method.
Abstraction of the collection of integers accessible mainly using the foreach method.
Attributes
- Supertypes
- Known subtypes
Graph implemented as a map of nodes to adjacent nodes.
Graph implemented as a map of nodes to adjacent nodes.
Attributes
- Supertypes
- Known subtypes
-
class IntMapGraph
Attributes
- Supertypes
Attributes
- Supertypes
Mutable graph add-on
Mutable graph add-on
Attributes
- Supertypes
- Known subtypes
-
class MutableMapGraph[N]class ReversedMutableMapGraph[N]
Attributes
- Companion
- class
- Supertypes
- Self type
-
MutableMapGraph.type
Mutable graph implemented as a mutable map of nodes to adjacent nodes.
Mutable graph implemented as a mutable map of nodes to adjacent nodes.
Attributes
- Companion
- object
- Supertypes
-
trait Mutable[N]trait Clearabletrait GenericGraph[N]trait Graph[N]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class ReversedMutableMapGraph[N]
Abstraction of the collection of items accessible mainly using the {foreach} method.
Abstraction of the collection of items accessible mainly using the {foreach} method.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
trait IntTraversableclass IntTraversableFromSet[N]class IntTraversableImplclass TraversableFromIterable[N]class TraversableFromSet[N]class TraversableImpl[N]Show all
Attributes
- Companion
- trait
- Supertypes
- Self type
-
Traversable.type
Weighted graph add-on
Weighted graph add-on
Attributes
- Supertypes
- Known subtypes
-