IntMapGraph

org.encalmo.data.IntMapGraph
final class IntMapGraph(nodeMap: Map[Int, Traversable[Int]]) extends MapGraph[Int]

Attributes

Graph
Supertypes
class MapGraph[Int]
trait GenericGraph[Int]
trait Graph[Int]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline override def contains(node: Int): Boolean

Attributes

Definition Classes
inline override def hasAdjacent(node: Int): Boolean

Attributes

Definition Classes
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
MapGraph -> Any

Inherited methods

override def edges: Traversable[(Int, Int)]

Attributes

Definition Classes
Inherited from:
GenericGraph
override def edgesCount: Long

Attributes

Definition Classes
Inherited from:
GenericGraph
override def nodesCount: Int

Attributes

Definition Classes
Inherited from:
GenericGraph

Concrete fields

override val adjacent: Int => Traversable[Int]
override val nodes: Traversable[Int]
lazy override val reverse: Graph[Int]