object Visualize extends Visualize
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Visualize
- Visualize
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type AttributesFilter = (Any) ⇒ Option[Any]
-
type
HashCode = Int
- Definition Classes
- Visualize
-
case class
Node
(p: Product, indexes: Map[HashCode, (Int, Int)] = Map()) extends Product with Serializable
- Definition Classes
- Visualize
- case class NodeDisplay (summary: (Product) ⇒ Option[String], attributes: AttributesFilter) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
asDotString[T <: Product](root: T, included: (Product) ⇒ Boolean, excluded: (Any) ⇒ Boolean, display: Option[NodeDisplay]): String
Generate a representation of the graph induced by the root component in GraphViz DOT format (http://www.graphviz.org)
Generate a representation of the graph induced by the root component in GraphViz DOT format (http://www.graphviz.org)
included can be used to filter out components but keep their dependencies excluded can be used to filter out components and their dependencies (by default only AnyVal nodes are removed)
- Definition Classes
- Visualize
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributesFilter: AttributesFilter
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodeDisplay: NodeDisplay
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
packageFilter(includePackages: Regex = ".*".r, excludePackages: Option[Regex] = None): (Product) ⇒ Boolean
This filter keeps a component if its package is included and not excluded by the provided regular expressions.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
Node
extends Serializable
- Definition Classes
- Visualize