scroll.internal.graph.impl
package scroll.internal.graph.impl
Members list
Type members
Classlikes
object CachedScalaRoleGraph
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CachedScalaRoleGraph.type
class CachedScalaRoleGraph(root: MutableGraph[Object] = ..., checkForCycles: Boolean = ...) extends ScalaRoleGraph
Attributes
- Companion
- object
- Supertypes
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 parameters
- checkForCycles
-
set to true to forbid cyclic role playing relationships
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class CachedScalaRoleGraph
object ScalaRoleGraph
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalaRoleGraph.type
class ScalaRoleGraphProxy extends RoleGraphProxyApi
Attributes
- Supertypes
In this article