ScalaRoleGraphProxy

scroll.internal.graph.impl.ScalaRoleGraphProxy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def reconfigure(cached: Boolean, checkForCycles: Boolean): Unit

Reconfigure the underlying RoleGraph making it cached/non-cached or using/not using cycle detection.

Reconfigure the underlying RoleGraph making it cached/non-cached or using/not using cycle detection.

Value parameters

cached

either using a scroll.internal.graph.impl.CachedScalaRoleGraph or a non-cached scroll.internal.graph.impl.ScalaRoleGraph.

checkForCycles

use/not use cycle detection

Attributes

Definition Classes