scroll.internal.graph.impl

Type members

Classlikes

Companion
class
class CachedScalaRoleGraph(root: MutableGraph[Object], checkForCycles: Boolean) extends ScalaRoleGraph
Companion
object
Companion
class
class ScalaRoleGraph(val root: MutableGraph[Object], val checkForCycles: Boolean) extends RoleGraph

Scala specific implementation of a scroll.internal.graph.RoleGraph using a graph as underlying data model.

Scala specific implementation of a scroll.internal.graph.RoleGraph using a graph as underlying data model.

Value Params
checkForCycles

set to true to forbid cyclic role playing relationships

Companion
object